Merge pull request #2 from aferrari-technisys/master

Update etc-opt-telegraf-telegraf.conf.j2
This commit is contained in:
Werner Dijkerman
2015-10-29 15:31:39 +01:00

View File

@ -63,6 +63,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.specifications is defined and item.specifications is iterable %} {% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %} {% for items in item.specifications %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}
@ -108,6 +109,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% if item.specifications is defined and item.specifications is iterable %} {% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %} {% for items in item.specifications %}
{{ items }} {{ items }}
{% endfor %} {% endfor %}