Monitor all pacaterie
This commit is contained in:
parent
c1c995e38d
commit
95f24b69af
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue