浏览代码

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:

正在加载...
取消
保存