diff --git a/monitoring.yml b/monitoring.yml index f148c9c..2010d53 100644 --- a/monitoring.yml +++ b/monitoring.yml @@ -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