Merge pull request #21 from oboukili/master

extra plugins tags
This commit is contained in:
Werner Dijkerman
2017-01-20 12:34:37 +01:00
committed by GitHub

View File

@ -10,6 +10,12 @@
{{ items }}
{% endfor %}
{% endif %}
{% if item.tags is defined and item.tags is iterable %}
[inputs.{{ item.plugin }}.tags]
{% for items in item.tags %}
{{ items }}
{% endfor %}
{% endif %}
{% if item.tagpass is defined and item.tagpass is iterable %}
[{{ item.plugin }}.tagpass]
{% for items in item.tagpass %}