aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Harald Jenny <haraldj@users.noreply.github.com> 2021-07-05 10:30:39 +0200
committerGravatar Sven Nierlein <sven@nierlein.org> 2021-10-25 16:28:15 +0200
commite79ada81a696e3c826b383e3ff7cbc8f91bf46a4 (patch)
tree55353962a7e8a146ef4583415d9e6ff0bf68a0e3 /plugins
parenta08215368e5f9dc0164fcce9f5591c5310fdeb8c (diff)
downloadmonitoring-plugins-e79ada81a696e3c826b383e3ff7cbc8f91bf46a4.tar.gz
Update check_load.t
adjust tests for new plugin output
Diffstat (limited to 'plugins')
-rw-r--r--plugins/t/check_load.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/t/check_load.t b/plugins/t/check_load.t
index 55f6f752..60837ef6 100644
--- a/plugins/t/check_load.t
+++ b/plugins/t/check_load.t
@@ -11,8 +11,8 @@ use NPTest;
my $res;
my $loadValue = "[0-9]+\.?[0-9]+";
-my $successOutput = "/^OK - load average: $loadValue, $loadValue, $loadValue/";
-my $failureOutput = "/^CRITICAL - load average: $loadValue, $loadValue, $loadValue/";
+my $successOutput = "/^LOAD OK - load average: $loadValue, $loadValue, $loadValue/";
+my $failureOutput = "/^LOAD CRITICAL - load average: $loadValue, $loadValue, $loadValue/";
plan tests => 11;