summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c76666f)
raw | patch | inline | side by side (parent: c76666f)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 2 Oct 2006 12:09:18 +0000 (12:09 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 2 Oct 2006 12:09:18 +0000 (12:09 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c
plugins/t/check_load.t | patch | blob | history |
diff --git a/plugins/t/check_load.t b/plugins/t/check_load.t
index 749dcc1e31882fbc4ca0088c6d0b7b12d4a2328a..0804ac65ee2ffef409c9dd096d8e967d2af2eecb 100644 (file)
--- a/plugins/t/check_load.t
+++ b/plugins/t/check_load.t
my $res;
-my $successOutput = '/^OK - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/';
-my $failureOutput = '/^CRITICAL - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/';
+my $successOutput = '/^OK - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/';
+my $failureOutput = '/^CRITICAL - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/';
plan tests => 4;