View | Details | Raw Unified | Return to bug 128306
Collapse All | Expand All

(-)ports/net-mgmt/nagios/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	nagios
8
PORTNAME=	nagios
9
DISTVERSION=	3.0.3
9
DISTVERSION=	3.0.4
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
12
(-)ports/net-mgmt/nagios/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nagios-3.0.3.tar.gz) = 151df7bf19b696f7498410fb76fb7caf
1
MD5 (nagios-3.0.4.tar.gz) = c14f8099488014b1f0e37699448d0a5c
2
SHA256 (nagios-3.0.3.tar.gz) = 65e96d7da182b40d4f9a8c63da1ef861fdfb9502be36a983f8a2e803f711d53c
2
SHA256 (nagios-3.0.4.tar.gz) = 5b4531322530c5866875da41944ee911869fe55c68b2020ecf6d9b89e9299298
3
SIZE (nagios-3.0.3.tar.gz) = 2759396
3
SIZE (nagios-3.0.4.tar.gz) = 2760530
(-)ports/net-mgmt/nagios/files/patch-html-docs-configcgi.html (+11 lines)
Line 0 Link Here
1
--- html/docs/configcgi.html.orig	2007-08-31 08:05:04.000000000 +0930
2
+++ html/docs/configcgi.html	2008-10-23 10:32:37.000000000 +1030
3
@@ -616,7 +616,7 @@
4
 </tr>
5
 <tr>
6
 <td valign=top>Example:</td>
7
-<td><font color="red"><strong>ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$</strong></font></td>
8
+<td><font color="red"><strong>ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$</strong></font></td>
9
 </tr>
10
 </table>
11
 
(-)ports/net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in (+11 lines)
Line 0 Link Here
1
--- sample-config/cgi.cfg.in.orig	2007-10-08 05:12:52.000000000 +0930
2
+++ sample-config/cgi.cfg.in	2008-10-23 10:31:31.000000000 +1030
3
@@ -229,7 +229,7 @@
4
 # OS and distribution, so you may have to tweak this to
5
 # work on your system.
6
 
7
-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
8
+ping_syntax=/sbin/ping -n -c 5 $HOSTADDRESS$
9
 
10
 
11
 
(-)ports/net-mgmt/nagios/files/patch-sample-config-nagios.cfg.in (-2 / +11 lines)
Lines 1-5 Link Here
1
--- sample-config/nagios.cfg.in.orig	Tue Jun 19 02:26:33 2007
1
--- sample-config/nagios.cfg.in.orig	2008-10-16 09:10:08.000000000 +1030
2
+++ sample-config/nagios.cfg.in	Fri Jul 20 13:45:09 2007
2
+++ sample-config/nagios.cfg.in	2008-10-23 10:35:10.000000000 +1030
3
@@ -32,7 +32,7 @@
3
@@ -32,7 +32,7 @@
4
 cfg_file=@sysconfdir@/objects/timeperiods.cfg
4
 cfg_file=@sysconfdir@/objects/timeperiods.cfg
5
 cfg_file=@sysconfdir@/objects/templates.cfg
5
 cfg_file=@sysconfdir@/objects/templates.cfg
Lines 9-11 Link Here
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
9
 cfg_file=@sysconfdir@/objects/localhost.cfg
10
 
10
 
11
 # Definitions for monitoring a Windows machine
11
 # Definitions for monitoring a Windows machine
12
@@ -548,7 +548,7 @@
13
 # These options determine when Nagios will react to detected changes
14
 # in system time (either forward or backwards).
15
 
16
-time_change_threshold=
17
+time_change_threshold=900
18
 
19
 
20
 

Return to bug 128306