diff options
author | Wolfgang Karall-Ahlborn <office@karall-edv.at> | 2021-01-03 11:18:31 (GMT) |
---|---|---|
committer | Wolfgang Karall-Ahlborn <office@karall-edv.at> | 2021-01-03 11:18:31 (GMT) |
commit | 9076ea36f70dbd643de4102a88dbd2f18847af16 (patch) | |
tree | 80ed1ec718366a685024751e20d4587fe3efe402 /plugins/tests | |
parent | 8eaccee190734a12763a51aaa8a46f324f6742ec (diff) | |
download | monitoring-plugins-9076ea36f70dbd643de4102a88dbd2f18847af16.tar.gz |
check_procs -- update test data toorefs/pull/1654/head
Diffstat (limited to 'plugins/tests')
-rwxr-xr-x | plugins/tests/check_procs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/check_procs.t b/plugins/tests/check_procs.t index 54d43d9..6d71015 100755 --- a/plugins/tests/check_procs.t +++ b/plugins/tests/check_procs.t | |||
@@ -83,7 +83,7 @@ is( $result->output, 'PROCS OK: 3 processes with RSS >= 100000 | procs=3;;;0;', | |||
83 | 83 | ||
84 | $result = NPTest->testCmd( "$command -s S" ); | 84 | $result = NPTest->testCmd( "$command -s S" ); |
85 | is( $result->return_code, 0, "Checking filter for sleeping processes" ); | 85 | is( $result->return_code, 0, "Checking filter for sleeping processes" ); |
86 | like( $result->output, '/^PROCS OK: 44 processes with STATE = S/', "Output correct" ); | 86 | like( $result->output, '/^PROCS OK: 88 processes with STATE = S/', "Output correct" ); |
87 | 87 | ||
88 | $result = NPTest->testCmd( "$command -s Z" ); | 88 | $result = NPTest->testCmd( "$command -s Z" ); |
89 | is( $result->return_code, 0, "Checking filter for zombies" ); | 89 | is( $result->return_code, 0, "Checking filter for zombies" ); |