diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-18 19:31:29 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-04-18 19:31:29 (GMT) |
commit | 4e83bc016cd399a123fe6cf68e21b72c2b65ad78 (patch) | |
tree | 890b1f4388fb671ed06b9f80b731b8f5595afaed /NEWS | |
parent | 9524f9e6251bb906df3cc0174c5e92a9842ab062 (diff) | |
download | monitoring-plugins-4e83bc016cd399a123fe6cf68e21b72c2b65ad78.tar.gz |
Revert my previous change to "-S/--skip" in favour of the two options
"-E/--skip-stderr" and "-S/--skip-stdout". Both of them support
omitting the number of lines to skip, in which case all output on the
respective file descriptor is skipped. "--skip" is kept as an alias for
"--skip-stdout" for backwards compatibility with recent releases.
Also, print a message if no (non-skipped) stdout/stderr output is
available. This fixes a segfault if the remote command prints no
output.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1692 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file documents the major additions and syntax changes between releases. | |||
2 | 2 | ||
3 | 1.4.9 ?? | 3 | 1.4.9 ?? |
4 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements | 4 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements |
5 | Fix the -S option in check_by_ssh | 5 | New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh |
6 | check_snmp now support Counter64 | 6 | check_snmp now support Counter64 |
7 | 7 | ||
8 | 1.4.8 11th April 2007 | 8 | 1.4.8 11th April 2007 |