Date: Sun, 19 Oct 2008 16:31:11 GMT From: olli hauer <ohauer@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128226: [patch] net-mgmt/nagios update to nagios-3.0.4 Message-ID: <200810191631.m9JGVBH5099064@www.freebsd.org> Resent-Message-ID: <200810191640.m9JGe1cq052287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128226 >Category: ports >Synopsis: [patch] net-mgmt/nagios update to nagios-3.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 19 16:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: olli hauer >Release: FreeBSD 7.0-RELEASE-p5 >Organization: >Environment: >Description: update nagios to nagios-3.0.4 add patch for cgi-cfg.in extend files/patch-sample-config-nagios.cfg.in (comment out the new paramter time_change_threshold in nagios.cfg) see http://article.gmane.org/gmane.network.nagios.devel/5637 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-09-03 02:30:55.000000000 +0200 +++ Makefile 2008-10-19 14:23:16.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= nagios -DISTVERSION= 3.0.3 +DISTVERSION= 3.0.4 CATEGORIES= net-mgmt MASTER_SITES= SF --- distinfo.orig 2008-09-03 02:30:55.000000000 +0200 +++ distinfo 2008-10-19 14:29:53.000000000 +0200 @@ -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 --- files/patch-sample-config-nagios.cfg.in.orig 2008-09-03 02:30:55.000000000 +0200 +++ files/patch-sample-config-nagios.cfg.in 2008-10-19 14:27:25.000000000 +0200 @@ -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 00:40:08.000000000 +0200 ++++ sample-config/nagios.cfg.in 2008-10-19 14:26:22.000000000 +0200 @@ -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= + + + --- files/patch-sample-config-cgi.cfg.in.orig 2008-10-19 18:26:30.000000000 +0200 +++ files/patch-sample-config-cgi.cfg.in 2008-10-19 18:23:36.000000000 +0200 @@ -0,0 +1,11 @@ +--- sample-config/cgi.cfg.in.orig 2007-10-07 21:42:52.000000000 +0200 ++++ sample-config/cgi.cfg.in 2008-10-19 18:22:11.000000000 +0200 +@@ -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 -U -c 5 $HOSTADDRESS$ + + + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810191631.m9JGVBH5099064>