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.

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