prometheus/templates/conf/prometheus-php-opcache-exporter.j2
jean-yves.fournier 14baee3d40 add opcache
2022-01-05 15:44:39 +01:00

5 lines
176 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_php-opcache_exporter_fcgi-uri is defined) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_php-opcache_exporter_fcgi-uri }}"'
{% endif %}