Code

Initial revision
[nagiosplug.git] / plugins / tests / check_procs
1 check_procs
3 # this is a comment
5 [normal]
6 100000 100000
7 ^OK - [0-9]+ processes running$
9 [normal]
10 100000 100000 Z
11 ^OK - [0-9]+ processes with Z status$
13 [warning]
14 0 10000000
15 ^WARNING - [0-9]+ processes running$
17 [critical]
18 0 0
19 ^CRITICAL - [0-9]+ processes running$
21 [critical]
22 0 0 S
23 ^CRITICAL - [0-9]+ processes with S status$