formula-prometheus/prometheus/files/default-collectd_exporter.jinja
2017-05-14 21:24:04 +02:00

4 lines
291 B
Django/Jinja

{%- from "prometheus/map.jinja" import collectd_exporter with context %}
# Set the command-line arguments to pass to the server.
ARGS="-collectd.listen-address {{ collectd_exporter.bind.address }}:{{ collectd_exporter.bind.port }} -web.collectd-push-path {{ collectd_exporter.push_path }} "