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

5 lines
168 B
Plaintext
Raw 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) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi_uri }}"'
2022-01-05 15:44:39 +01:00
{% endif %}