diff --git a/templates/etc-opt-telegraf-telegraf.conf.j2 b/templates/etc-opt-telegraf-telegraf.conf.j2 index cbdba2a..9bd059a 100644 --- a/templates/etc-opt-telegraf-telegraf.conf.j2 +++ b/templates/etc-opt-telegraf-telegraf.conf.j2 @@ -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 %}