Installation Prometheus-postgres-exporter #53

Merged
pz2891 merged 29 commits from prometheus_postgres_exporter into master 2021-04-14 20:19:59 +02:00
Showing only changes of commit ca3d89e671 - Show all commits

View file

@ -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