mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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)
11 lines
338 B
INI
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$
|
|
|
|
|
|
|