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 %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %}
{{ items }}
{% endfor %}
@ -108,6 +109,7 @@
{% endfor %}
{% endif %}
{% if item.specifications is defined and item.specifications is iterable %}
[[{{item.plugin}}.specifications]]
{% for items in item.specifications %}
{{ items }}
{% endfor %}