Saltstack Official Linux Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [[inputs.bond]]
- {%- include 'telegraf/files/input/_common.conf' %}
- {%- if values.bond_interfaces is defined %}
- bond_interfaces = {{ values.bond_interfaces | json }}
- {%- endif %}
- {%- if values.host_proc is defined %}
- host_proc = "{{ values.host_proc | json }}"
- {%- endif %}
- {%- include 'telegraf/files/input/_filters.conf' %}
|