]> git.pld-linux.org Git - packages/nagios.git/blame - cgi.cfg.patch
- use upstream cgi.cfg as base
[packages/nagios.git] / cgi.cfg.patch
CommitLineData
744a134f
ER
1--- nagios-3.1.2/sample-config/cgi.cfg.in 2009-08-03 18:30:03.896753761 +0300
2+++ svn/nagios-config/trunk/cgi.cfg 2009-08-03 18:25:38.142614386 +0300
3@@ -1,8 +1,6 @@
4 #################################################################
5 #
6-# CGI.CFG - Sample CGI Configuration File for Nagios @VERSION@
7-#
8-# Last Modified: 06-17-2009
9+# CGI.CFG - CGI Configuration File for Nagios
10 #
11 #################################################################
12
13@@ -46,9 +45,9 @@
14 # This option determines whether or not a context-sensitive
15 # help icon will be displayed for most of the CGIs.
16 # Values: 0 = disables context-sensitive help
17 # 1 = enables context-sensitive help
18
19-show_context_help=0
20+show_context_help=1
21
22
23
24@@ -269,7 +233,7 @@
25 # OS and distribution, so you may have to tweak this to
26 # work on your system.
27
28-ping_syntax=/bin/ping -n -U -c 5 $HOSTADDRESS$
29+ping_syntax=/usr/bin/ping -n -U -c 5 $HOSTADDRESS$
30
31
32
33@@ -359,4 +323,4 @@
34 #splunk_url=http://127.0.0.1:8000/
35
36
37-
38+# vim:ts=8:sw=8:syn=cfg
This page took 0.028155 seconds and 4 git commands to generate.