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

5 lines
167 B
Plaintext
Raw Permalink Normal View History

2022-01-05 15:44:39 +01:00
# {{ ansible_managed }}
2022-01-05 16:12:27 +01:00
{% if (prometheus_opcache_exporter_fcgi_uri is defined) %}
2022-11-14 11:05:19 +01:00
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
2022-01-05 15:44:39 +01:00
{% endif %}