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 }}
|
{{ groups['aurore_pve'] + groups['aurore_vm'] | list | sort }}
|
||||||
prometheus_postgres_targets:
|
prometheus_postgres_targets:
|
||||||
- targets:
|
- targets:
|
||||||
- {{ groups['bdd'] | list | sort }}
|
- {{ groups['bdd'] + groups['radius'] | list | sort }}
|
||||||
prometheus_switch_snmp_targets:
|
prometheus_switch_snmp_targets:
|
||||||
- targets:
|
- targets:
|
||||||
- yggdrasil.switch.auro.re
|
- yggdrasil.switch.auro.re
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
- prometheus_federate
|
- prometheus_federate
|
||||||
|
|
||||||
#Postgres Exporters
|
#Postgres Exporters
|
||||||
- hosts: bdd,radius-*.adm.auro.re
|
- hosts: bdd,radius
|
||||||
roles:
|
roles:
|
||||||
- prometheus_postgres
|
- prometheus_postgres
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue