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

5 lines
176 B
Plaintext
Raw Normal View History

2022-01-05 15:44:39 +01:00
# {{ ansible_managed }}
{% if (prometheus_php-opcache_exporter_fcgi-uri is defined) %}
ARGS='"--opcache.fcgi-uri="{{ prometheus_php-opcache_exporter_fcgi-uri }}"'
{% endif %}