瀏覽代碼

Rename netlink.py to linux_netlink.py

This is to comply to a comment from @cznewt in
https://github.com/tcpcloud/salt-formula-heka/pull/24.
tags/2016.12
Éric Lemoine 8 年之前
父節點
當前提交
1787f0b297
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. +0
    -0
      _modules/linux_netlink.py
  2. +1
    -1
      linux/meta/collectd.yml

_modules/netlink.py → _modules/linux_netlink.py 查看文件


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

@@ -4,7 +4,7 @@ local_plugin:
template: linux/files/collectd_netlink.conf
ignore_selected: false
interfaces:
{%- for interface_name in salt['netlink.ls']() %}
{%- for interface_name in salt['linux_netlink.ls']() %}
- {{ interface_name }}
{%- endfor %}
linux_system_cpu:

Loading…
取消
儲存