Code

check_ping's timeout interval is only +1 if ping command has a timeout value.
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index 5bac8c2899bb21abff43753cd0d12e96573b3e26..3490c2808827ce37d92d2dd53080d248bbbab33d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 This file documents the major additions and syntax changes between releases.
 
-?? ??
+1.4.7 ??
+       check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris
+       Fixed MKINSTALLDIRS problem in po/
+       ./configure now detects if possible to compile check_mysql
+       Fixed broken HELO in check_smtp
+       check_icmp now allows to set a minimum number of hosts required for successs (-m)
+       check_ping times out 1 second quicker if host is unreachable
+       Root plugins installed with world executable
+       check_sybase from contrib now maintained in NagiosExchange
+
+1.4.6 5th February 2007
        Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations
        Fixed compile problems with *BSD re: alloca.h
        Fixed Solaris problems with check_swap (tested on Solaris 9)
@@ -9,8 +19,9 @@ This file documents the major additions and syntax changes between releases.
        Fixed crit/warn for check_disk perf data
        Fixed buffer overflow in check_procs
        Fixed error handling for UNIX sockets in netutils.c
-       New -q and -o options for check_by_ssh which a handed over to ssh(1) as is
+       New -q and -o options for check_by_ssh which are handed over to ssh(1) as is
        Synced with latest GNUlib
+       Fixed check_jabber always returns warning
 
 1.4.5
        Fixed bug in perl's is_hostname routine