diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:49 +0000 |
commit | f86079326f18007b30a2cbece3267e0e2ab26a79 (patch) | |
tree | 3b74070cd79b92bdd016662f5d750fa1ba12bef2 /net-mgmt | |
parent | e5ea0185694a066c9d818cf8aad29288d5d5e8c9 (diff) | |
download | ports-f86079326f18007b30a2cbece3267e0e2ab26a79.tar.gz ports-f86079326f18007b30a2cbece3267e0e2ab26a79.zip |
- Update to 3.0.4
Note:
Included are updated suggestions from ports/128226. The correction to the ping
command has been extended into the online documentation and the -U option
removed as it's not supported. Also, the default for time_change_threshold is
set to that in include/nagios.h.
PR: 128306
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Notes
Notes:
svn path=/head/; revision=222005
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-html-docs-configcgi.html | 11 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in | 11 | ||||
-rw-r--r-- | net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in | 13 |
5 files changed, 37 insertions, 6 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 8ad633d24f9b..8d6475e5ae49 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nagios -DISTVERSION= 3.0.3 +DISTVERSION= 3.0.4 CATEGORIES= net-mgmt MASTER_SITES= SF diff --git a/net-mgmt/nagios/distinfo b/net-mgmt/nagios/distinfo index 70df4276b334..315e31d577f6 100644 --- a/net-mgmt/nagios/distinfo +++ b/net-mgmt/nagios/distinfo @@ -1,3 +1,3 @@ -MD5 (nagios-3.0.3.tar.gz) = 151df7bf19b696f7498410fb76fb7caf -SHA256 (nagios-3.0.3.tar.gz) = 65e96d7da182b40d4f9a8c63da1ef861fdfb9502be36a983f8a2e803f711d53c -SIZE (nagios-3.0.3.tar.gz) = 2759396 +MD5 (nagios-3.0.4.tar.gz) = c14f8099488014b1f0e37699448d0a5c +SHA256 (nagios-3.0.4.tar.gz) = 5b4531322530c5866875da41944ee911869fe55c68b2020ecf6d9b89e9299298 +SIZE (nagios-3.0.4.tar.gz) = 2760530 diff --git a/net-mgmt/nagios/files/patch-html-docs-configcgi.html b/net-mgmt/nagios/files/patch-html-docs-configcgi.html new file mode 100644 index 000000000000..5fe328f2b85e --- /dev/null +++ b/net-mgmt/nagios/files/patch-html-docs-configcgi.html @@ -0,0 +1,11 @@ +--- html/docs/configcgi.html.orig 2007-08-31 08:05:04.000000000 +0930 ++++ html/docs/configcgi.html 2008-10-23 10:32:37.000000000 +1030 +@@ -616,7 +616,7 @@ + </tr> + <tr> + <td valign=top>Example:</td> +-<td><font color="red"><strong>ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$</strong></font></td> ++<td><font color="red"><strong>ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$</strong></font></td> + </tr> + </table> + diff --git a/net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in b/net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in new file mode 100644 index 000000000000..771b6ddbb663 --- /dev/null +++ b/net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in @@ -0,0 +1,11 @@ +--- sample-config/cgi.cfg.in.orig 2007-10-08 05:12:52.000000000 +0930 ++++ sample-config/cgi.cfg.in 2008-10-23 10:31:31.000000000 +1030 +@@ -229,7 +229,7 @@ + # OS and distribution, so you may have to tweak this to + # work on your system. + +-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$ ++ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$ + + + diff --git a/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in b/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in index 0637cf6a8bba..eaefab39bc54 100644 --- a/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in +++ b/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in @@ -1,5 +1,5 @@ ---- sample-config/nagios.cfg.in.orig Tue Jun 19 02:26:33 2007 -+++ sample-config/nagios.cfg.in Fri Jul 20 13:45:09 2007 +--- sample-config/nagios.cfg.in.orig 2008-10-16 09:10:08.000000000 +1030 ++++ sample-config/nagios.cfg.in 2008-10-23 10:35:10.000000000 +1030 @@ -32,7 +32,7 @@ cfg_file=@sysconfdir@/objects/timeperiods.cfg cfg_file=@sysconfdir@/objects/templates.cfg @@ -9,3 +9,12 @@ cfg_file=@sysconfdir@/objects/localhost.cfg # Definitions for monitoring a Windows machine +@@ -548,7 +548,7 @@ + # These options determine when Nagios will react to detected changes + # in system time (either forward or backwards). + +-time_change_threshold= ++time_change_threshold=900 + + + |