Installation Prometheus-postgres-exporter #53
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
{{ groups['aurore_pve'] + groups['aurore_vm'] | list | sort }}
|
||||
prometheus_postgres_targets:
|
||||
- targets:
|
||||
- {{ groups['bdd'] | list | sort }}
|
||||
- {{ groups['bdd'] + groups['radius'] | list | sort }}
|
||||
prometheus_switch_snmp_targets:
|
||||
- targets:
|
||||
- yggdrasil.switch.auro.re
|
||||
|
@ -158,7 +158,7 @@
|
|||
- prometheus_federate
|
||||
|
||||
#Postgres Exporters
|
||||
- hosts: bdd,radius-*.adm.auro.re
|
||||
- hosts: bdd,radius
|
||||
roles:
|
||||
- prometheus_postgres
|
||||
|
||||
|
|
Loading…
Reference in a new issue