Saltstack Official Linux Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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' %}