Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- [[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' %}
|