Code

Initial revision
[nagiosplug.git] / plugins / tests / check_swap
1 check_swap
3 [normal]
4 100 100
5 ^Swap ok - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$
7 [critical]
8 0 0
9 ^CRITICAL - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$
11 [critical]
12 100 100 1000000000 10000000000
13 ^CRITICAL - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$