mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Processes.conf: new collectd template for ps_state
This commit is contained in:
parent
de3f400b3d
commit
f600eadaba
1 changed files with 12 additions and 0 deletions
12
sample-config/templates/Processes.conf
Normal file
12
sample-config/templates/Processes.conf
Normal 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
|
||||
|
||||
Loading…
Reference in a new issue