Explorar el Código

Merge "Report swap metrics in bytes"

tags/2017.4
Ales Komarek hace 7 años
padre
commit
d390985ef1
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. +8
    -0
      linux/files/collectd_swap.conf
  2. +2
    -0
      linux/meta/collectd.yml

+ 8
- 0
linux/files/collectd_swap.conf Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar