Processes.conf: new collectd template for ps_state

This commit is contained in:
Thomas Gelf 2015-06-16 11:11:09 +02:00
parent de3f400b3d
commit f600eadaba

View file

@ -0,0 +1,12 @@
title = Processes
filter = $host.processes.ps_state
areaMode = stacked
lineWidth = 1
blocked : color=purple, alias=Blocked
paging : color=red, alias=Paging
zombies : color=orange, alias=Zombies
stopped : color=blue, alias=Stopped
running : color=yellow, alias=Running
sleeping : color=gray, alias=Sleeping