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 00000000..5e4be3a4 --- /dev/null +++ b/plugins/tests/check_load @@ -0,0 +1,9 @@ +check_load + +[normal] +100 100 100 100 100 100 +^load average: +[\.0-9]+, +[\.0-9]+, +[\.0-9]+$ + +[critical] +0 0 0 0 0 0 +^load average: +[\.0-9]+, +[\.0-9]+, +[\.0-9]+ CRITICAL$ |