ソースを参照

Merge pull request #26 from elemoine/stacklight-linux-netlink

Rename netlink.py to linux_netlink.py
tags/2016.12
Éric Lemoine 8年前
コミット
501ff94aa4
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:

読み込み中…
キャンセル
保存