summaryrefslogtreecommitdiffstats
path: root/plugins/tests/check_procs
blob: f7c65222871b7438dc0e840556fed63e85cedb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
check_procs

# this is a comment

[normal]
100000 100000
^OK - [0-9]+ processes running$

[normal]
100000 100000 Z
^OK - [0-9]+ processes with Z status$

[warning]
0 10000000
^WARNING - [0-9]+ processes running$

[critical]
0 0
^CRITICAL - [0-9]+ processes running$

[critical]
0 0 S
^CRITICAL - [0-9]+ processes with S status$