prometheus/templates/conf/prometheus-mysqld-exporter.j2

8 lines
233 B
Plaintext
Raw Normal View History

2021-05-31 16:59:06 +02:00
# {{ ansible_managed }}
[client]
2022-07-26 17:15:59 +02:00
{% if prometheus_mysqld_exporter_host is defined %}
host={{ prometheus_mysqld_exporter_host }}
{% endif%}
2021-05-31 16:59:06 +02:00
user={{ prometheus_mysqld_exporter_user }}
password={{ prometheus_mysqld_exporter_password }}