瀏覽代碼

Merge "Report swap metrics in bytes"

tags/2017.4
Ales Komarek 7 年之前
父節點
當前提交
d390985ef1
共有 2 個檔案被更改,包括 10 行新增0 行删除
  1. +8
    -0
      linux/files/collectd_swap.conf
  2. +2
    -0
      linux/meta/collectd.yml

+ 8
- 0
linux/files/collectd_swap.conf 查看文件

@@ -0,0 +1,8 @@
<LoadPlugin swap>
Globals false
</LoadPlugin>

<Plugin swap>
ReportBytes {{ plugin.get('report_bytes', False)|lower }}
</Plugin>


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

@@ -40,3 +40,5 @@ local_plugin:
ignore_selected: True
linux_storage_swap:
plugin: swap
template: linux/files/collectd_swap.conf
report_bytes: True

Loading…
取消
儲存