diff options
Diffstat (limited to 'plugins/tests/check_load')
-rw-r--r-- | plugins/tests/check_load | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/tests/check_load b/plugins/tests/check_load new file mode 100644 index 0000000..5e4be3a --- /dev/null +++ b/plugins/tests/check_load | |||
@@ -0,0 +1,9 @@ | |||
1 | check_load | ||
2 | |||
3 | [normal] | ||
4 | 100 100 100 100 100 100 | ||
5 | ^load average: +[\.0-9]+, +[\.0-9]+, +[\.0-9]+$ | ||
6 | |||
7 | [critical] | ||
8 | 0 0 0 0 0 0 | ||
9 | ^load average: +[\.0-9]+, +[\.0-9]+, +[\.0-9]+ CRITICAL$ | ||