prometheus_federation: add ilo_snmp and remove django
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Alexandre Iooss 2021-12-31 20:04:24 +01:00
parent 16a2d36472
commit 2830558545
1 changed files with 1 additions and 2 deletions

View File

@ -34,11 +34,10 @@ scrape_configs:
- '{job="postgresql"}'
- '{job="prometheus"}'
- '{job="unifi_snmp"}'
- '{job="django"}'
- '{job="ups_snmp"}'
- '{job="apc_pdu_snmp"}'
- '{job="docker"}'
- '{job="switch_snmp"}'
- '{job="ipmi"}'
- '{job="ilo"}'
- '{job="ilo_snmp"}'
...