瀏覽代碼

Fix grains generation when linux_netlink.ls is not available

Change-Id: Id4b0b405872457bd8b20f450e4031d6808d3cf59
pull/108/head
Filip Pytloun 7 年之前
父節點
當前提交
ea11327afe
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      linux/meta/collectd.yml

+ 2
- 0
linux/meta/collectd.yml 查看文件

@@ -3,10 +3,12 @@ local_plugin:
plugin: netlink
template: linux/files/collectd_netlink.conf
ignore_selected: false
{%- if 'linux_netlink.ls' in salt.keys() %}
interfaces:
{%- for interface_name in salt['linux_netlink.ls']() %}
- {{ interface_name }}
{%- endfor %}
{%- endif %}
linux_system_cpu:
plugin: cpu
linux_system_entropy:

Loading…
取消
儲存