Saltstack Official Linux Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

10 lines
331B

  1. [[inputs.bond]]
  2. {%- include 'telegraf/files/input/_common.conf' %}
  3. {%- if values.bond_interfaces is defined %}
  4. bond_interfaces = {{ values.bond_interfaces | json }}
  5. {%- endif %}
  6. {%- if values.host_proc is defined %}
  7. host_proc = "{{ values.host_proc | json }}"
  8. {%- endif %}
  9. {%- include 'telegraf/files/input/_filters.conf' %}