diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-01-27 16:51:57 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-01-27 16:51:57 (GMT) |
commit | 9d992743461e8109c2ed0a107f28df873ef7cd73 (patch) | |
tree | 6d5c1c2fa27b22dae9a3db19169138cfff6c64ec /NEWS | |
parent | 238b7ae4ea544162e8570fe375c9030b86383577 (diff) | |
download | monitoring-plugins-9d992743461e8109c2ed0a107f28df873ef7cd73.tar.gz |
Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to ssh(1) and
"-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard Lausser - 1472491)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1585 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ This file documents the major additions and syntax changes between releases. | |||
9 | Fixed crit/warn for check_disk perf data | 9 | Fixed crit/warn for check_disk perf data |
10 | Fixed buffer overflow in check_procs | 10 | Fixed buffer overflow in check_procs |
11 | Fixed error handling for UNIX sockets in netutils.c | 11 | Fixed error handling for UNIX sockets in netutils.c |
12 | New -q and -o options for check_by_ssh which a handed over to ssh(1) as is | ||
12 | Synced with latest GNUlib | 13 | Synced with latest GNUlib |
13 | 14 | ||
14 | 1.4.5 | 15 | 1.4.5 |