Installation Prometheus-postgres-exporter #53
2 changed files with 15 additions and 2 deletions
13
hosts
13
hosts
|
@ -549,3 +549,16 @@ proxy.adm.auro.re
|
||||||
bdd.adm.auro.re
|
bdd.adm.auro.re
|
||||||
bdd-ovh.adm.auro.re
|
bdd-ovh.adm.auro.re
|
||||||
re2o-db.adm.auro.re
|
re2o-db.adm.auro.re
|
||||||
|
|
||||||
|
[radius]
|
||||||
|
radius-aurore.adm.auro.re
|
||||||
|
radius-fleming.adm.auro.re
|
||||||
|
radius-fleming-backup.adm.auro.re
|
||||||
|
radius-edc.adm.auro.re
|
||||||
|
radius-edc-backup.adm.auro.re
|
||||||
|
radius-gs.adm.auro.re
|
||||||
|
radius-gs-backup.adm.auro.re
|
||||||
|
radius-pacaterie.adm.auro.re
|
||||||
|
radius-pacaterie-backup.adm.auro.re
|
||||||
|
radius-rives.adm.auro.re
|
||||||
|
radis-rives-backup.adm.auro.re
|
||||||
|
|
|
@ -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:
|
||||||
- bdd.adm.auro.re
|
- {{ groups['bdd'] | 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.adm.auro.re,bdd-ovh.adm.auro.re
|
- hosts: bdd,radius-*.adm.auro.re
|
||||||
roles:
|
roles:
|
||||||
- prometheus_postgres
|
- prometheus_postgres
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue