Przeglądaj źródła

Report swap metrics in bytes

Change-Id: Ic39fa0f18e0d9aeca0ef73ae6d985d12d15a1c3a
tags/2017.4
Simon Pasquier 7 lat temu
rodzic
commit
89b97640d0
2 zmienionych plików z 10 dodań i 0 usunięć
  1. +8
    -0
      linux/files/collectd_swap.conf
  2. +2
    -0
      linux/meta/collectd.yml

+ 8
- 0
linux/files/collectd_swap.conf Wyświetl plik

@@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz