formula-prometheus/prometheus/files/default-collectd_exporter.jinja

4 lines
291 B
Text
Raw Normal View History

2017-05-13 14:51:26 -04:00
{%- 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 }} "