Monitor all pacaterie

This commit is contained in:
Alexandre Iooss 2019-05-05 14:26:38 +02:00
parent c1c995e38d
commit 95f24b69af
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 7 additions and 2 deletions

View File

@ -6,8 +6,13 @@
prometheus_targets:
- labels:
job: node
targets: # TODO {{ ansible_play_batch }}
targets:
- mordred.adm.auro.re:9100
- ldap-replica-pacaterie.adm.auro.re:9100
- dhcp-pacaterie.adm.auro.re:9100
- dns-pacaterie.adm.auro.re:9100
- prometheus-pacaterie.adm.auro.re:9100
- radius-pacaterie.adm.auro.re:9100
- labels:
job: prometheus
targets:
@ -17,6 +22,6 @@
- prometheus-alertmanager
# Monitor all hosts
- hosts: all
- hosts: pacaterie
roles:
- prometheus-node