Add configuration for Postgres Prom exporter

This commit is contained in:
2023-12-10 02:53:11 -05:00
parent 258b5792da
commit c7d914696b
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Prometheus Postgres exporter configuration
# {{ ansible_managed }}
DATA_SURCE_NAME="host=/run/postgresql dbname=postgres"
ARGS=""