diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-05-21 08:57:13 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-05-21 08:57:13 +0000 |
commit | b52e63da65ac5db7affbd09e110904855f3b1ed7 (patch) | |
tree | 58f05c66343ca46dc792a3d0842da1598f3ae1f7 /NEWS | |
parent | 6b2cc2f23c6665f0990701a1fd93d4c99840842d (diff) | |
download | monitoring-plugins-b52e63da65ac5db7affbd09e110904855f3b1ed7.tar.gz |
Fixed passive option in check_by_ssh
Also:
- On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN.
- Fixed passive tests and make is always run the specified number of tests (using fail if there's nothing to test).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1997 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ This file documents the major additions and syntax changes between releases. | |||
23 | negate now has the ability to replace the status text as well (-s, --substitute) | 23 | negate now has the ability to replace the status text as well (-s, --substitute) |
24 | Added performance data to check_ping (Christian Schneemann) | 24 | Added performance data to check_ping (Christian Schneemann) |
25 | Added support for --extra-opts in all C plugins (disabled by default, see configure --help) | 25 | Added support for --extra-opts in all C plugins (disabled by default, see configure --help) |
26 | Fixed passive option in check_by_ssh | ||
27 | On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse (result from command) instead of always UNKNOWN. | ||
26 | 28 | ||
27 | 1.4.11 13th December 2007 | 29 | 1.4.11 13th December 2007 |
28 | Fixed check_http regression in 1.4.10 where following redirects to | 30 | Fixed check_http regression in 1.4.10 where following redirects to |