prometheus/templates/conf/prometheus-opcache-exporter.j2
2022-11-14 11:05:19 +01:00

5 lines
167 B
Django/Jinja

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