Files
gitea-migration/setup/pi-monitoring/prometheus/targets/external.yml.example

16 lines
359 B
Plaintext

# Example scrape targets for external hosts.
# Copy to /srv/ops/prometheus/targets/external.yml and edit real IPs.
- labels:
job: unraid-node
targets:
- 192.168.1.82:9100
- labels:
job: fedora-node
targets:
- 192.168.1.90:9100
# If you expose cAdvisor on remote hosts, add additional targets here.
# Keep this file in YAML list format.