Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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