blob: 8b522fcb81f28829e5a9c80e05935fe829f13d98 [file] [log] [blame]
[[inputs.ipcheck]]
{%- include 'telegraf/files/input/_common.conf' %}
{%- if values.interface_name_regexp_exclude is defined %}
interface_name_regexp_exclude = "{{ values.interface_name_regexp_exclude }}"
{%- endif %}
{%- if values.ips is defined %}
ips = [{%- for ip in values.ips %}"{{ ip }}"{%- if not loop.last %}, {%- endif %}{%- endfor %}]
{%- endif %}
{%- include 'telegraf/files/input/_tags.conf' %}