ports/net-mgmt/nagios/files/patch-sample-config-cgi.cfg.in
Martin Wilke f86079326f - 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)
2008-10-24 14:22:49 +00:00

11 lines
338 B
INI

--- 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$