prometheus/templates/conf/prometheus-php-opcache-exporter.j2
jean-yves.fournier 024b001bea opcache v2
2022-01-05 16:00:23 +01:00

5 lines
168 B
Django/Jinja
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# {{ ansible_managed }}
{% if (prometheus_opcache_exporter_fcgi-uri is defined) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_opcache_exporter_fcgi-uri }}"'
{% endif %}