diff options
Diffstat (limited to 'plugins/tests/check_swap')
-rw-r--r-- | plugins/tests/check_swap | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/tests/check_swap b/plugins/tests/check_swap new file mode 100644 index 0000000..b6cbb42 --- /dev/null +++ b/plugins/tests/check_swap | |||
@@ -0,0 +1,13 @@ | |||
1 | check_swap | ||
2 | |||
3 | [normal] | ||
4 | 100 100 | ||
5 | ^Swap ok - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$ | ||
6 | |||
7 | [critical] | ||
8 | 0 0 | ||
9 | ^CRITICAL - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$ | ||
10 | |||
11 | [critical] | ||
12 | 100 100 1000000000 10000000000 | ||
13 | ^CRITICAL - Swap used\: +[0-9]{1,2}\% \([0-9]+ bytes out of [0-9]+\)$ | ||