update exporter conf for mongoDB and mysql
This commit is contained in:
2
templates/conf/prometheus-postgres-exporter.j2
Normal file
2
templates/conf/prometheus-postgres-exporter.j2
Normal file
@ -0,0 +1,2 @@
|
||||
# {{ ansible_managed }}
|
||||
DATA_SOURCE_NAME="user={{ prometheus_postgres_exporter_user|default("postgres") }} host={{ prometheus_postgres_exporter_host|default("/var/run/postgresql/") }} sslmode={{ prometheus_postgres_exporter_sslmode|default("disable") }}"
|
Reference in New Issue
Block a user