diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-12 10:51:06 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-03-12 10:51:06 (GMT) |
commit | 76cc1b75dd2e9a0f2e9c4a047429cb1acd733272 (patch) | |
tree | cec0b70e2ddfebadc08ce167637bf1865d181404 /NEWS | |
parent | 3f93ecd17188ff142ecad71bceec9c19d51c7811 (diff) | |
download | monitoring-plugins-76cc1b75dd2e9a0f2e9c4a047429cb1acd733272.tar.gz |
check_ping's timeout interval is only +1 if ping command has a timeout value.
Tests updated to check for 100% packet loss (always if ping has timeout), otherwise
will check for "timed out" string
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1639 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3,11 +3,12 @@ This file documents the major additions and syntax changes between releases. | |||
3 | 1.4.7 ?? | 3 | 1.4.7 ?? |
4 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris | 4 | check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris |
5 | Fixed MKINSTALLDIRS problem in po/ | 5 | Fixed MKINSTALLDIRS problem in po/ |
6 | ./configure now detects if possible to compile check_mysql | ||
6 | Fixed broken HELO in check_smtp | 7 | Fixed broken HELO in check_smtp |
8 | check_icmp now allows to set a minimum number of hosts required for successs (-m) | ||
9 | check_ping times out 1 second quicker if host is unreachable | ||
7 | Root plugins installed with world executable | 10 | Root plugins installed with world executable |
8 | ./configure now detects if possible to compile check_mysql | ||
9 | check_sybase from contrib now maintained in NagiosExchange | 11 | check_sybase from contrib now maintained in NagiosExchange |
10 | check_icmp now allows to set a minimum number of hosts required for successs (-m) | ||
11 | 12 | ||
12 | 1.4.6 5th February 2007 | 13 | 1.4.6 5th February 2007 |
13 | Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations | 14 | Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations |