handle postgresql

This commit is contained in:
Ludovic Cartier
2021-10-29 18:16:32 +02:00
parent 97a4f54b40
commit 0332bad2bd
3 changed files with 18 additions and 0 deletions

View File

@ -17,6 +17,9 @@ prometheus_phpfpm_sockets_directory: "/run/php/"
prometheus_postgres_exporter_host: "/var/run/postgresql/"
prometheus_postgres_exporter_sslmode: "disable"
prometheus_postgres_exporter_user: "postgres"
prometheus_postgres_exporter_password: "changeme_"
prometheus_postgres_exporter_port: 5432
prometheus_retention_time: "15d"