diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-02 12:09:18 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-02 12:09:18 (GMT) |
commit | cff53455ffc4d4df7214f8d671b3dca7ca26f51d (patch) | |
tree | 6d837a0c48f1d57e7efae589c4828ef8d2e63659 /plugins/t/check_load.t | |
parent | c76666fe8848a79a9ea100e10ee4b22c8d1f48e1 (diff) | |
download | monitoring-plugins-cff53455ffc4d4df7214f8d671b3dca7ca26f51d.tar.gz |
Fix test failure on poseidon
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_load.t')
-rw-r--r-- | plugins/t/check_load.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/t/check_load.t b/plugins/t/check_load.t index 749dcc1..0804ac6 100644 --- a/plugins/t/check_load.t +++ b/plugins/t/check_load.t | |||
@@ -11,8 +11,8 @@ use NPTest; | |||
11 | 11 | ||
12 | my $res; | 12 | my $res; |
13 | 13 | ||
14 | my $successOutput = '/^OK - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/'; | 14 | my $successOutput = '/^OK - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/'; |
15 | my $failureOutput = '/^CRITICAL - load average: [0-9]\.?[0-9]+, [0-9]\.?[0-9]+, [0-9]\.?[0-9]+/'; | 15 | my $failureOutput = '/^CRITICAL - load average: [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+, [0-9]+\.?[0-9]+/'; |
16 | 16 | ||
17 | plan tests => 4; | 17 | plan tests => 4; |
18 | 18 | ||