commit | c3cea0563475d7813845999a5401213e960c4934 | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@tcpcloud.eu> | Wed Sep 28 22:22:40 2016 +0200 |
committer | Ales Komarek <ales.komarek@tcpcloud.eu> | Wed Sep 28 22:22:40 2016 +0200 |
tree | 802a9638dc9584bfd328b53d7c5960de2cc4470c | |
parent | 4550e8cfa036f20afaeab1f750929acbb8de3def [diff] |
fix of parameter
diff --git a/collectd/files/collectd_ping.conf b/collectd/files/collectd_ping.conf index 1585deb..5c2687c 100644 --- a/collectd/files/collectd_ping.conf +++ b/collectd/files/collectd_ping.conf
@@ -2,6 +2,6 @@ {%- for data_name, data in plugin.data.iteritems() %} <Plugin "ping"> - Host "{{ data_name }}" + Host "{{ data.host }}" </Plugin> {%- endfor %}