Selaa lähdekoodia

Report swap metrics in bytes

Change-Id: Ic39fa0f18e0d9aeca0ef73ae6d985d12d15a1c3a
tags/2017.4
Simon Pasquier 7 vuotta sitten
vanhempi
commit
89b97640d0
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +8
    -0
      linux/files/collectd_swap.conf
  2. +2
    -0
      linux/meta/collectd.yml

+ 8
- 0
linux/files/collectd_swap.conf Näytä tiedosto

@@ -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 Näytä tiedosto

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

Loading…
Peruuta
Tallenna