Index: noc/nagios/cgi.cfg
===================================================================
--- noc/nagios/cgi.cfg	(revision 990)
+++ noc/nagios/cgi.cfg	(revision 1060)
@@ -11,5 +11,5 @@
 # data they might need.
 
-main_config_file=/etc/nagios2/nagios.cfg
+main_config_file=/etc/nagios3/nagios.cfg
 
 
@@ -20,5 +20,5 @@
 # and statuswrl CGIs.
 
-physical_html_path=/usr/share/nagios2/htdocs
+physical_html_path=/usr/share/nagios3/htdocs
 
 
@@ -32,5 +32,5 @@
 # (without the quotes).
 
-url_html_path=/nagios2
+url_html_path=/nagios3
 
 
@@ -46,21 +46,13 @@
 
 
-# NAGIOS PROCESS CHECK COMMAND
-# This is the full path and filename of the program used to check
-# the status of the Nagios process.  It is used only by the CGIs
-# and is completely optional.  However, if you don't use it, you'll
-# see warning messages in the CGIs about the Nagios process
-# not running and you won't be able to execute any commands from
-# the web interface.  The program should follow the same rules
-# as plugins; the return codes are the same as for the plugins,
-# it should have timeout protection, it should output something
-# to STDIO, etc.
-#
-# Note: The command line for the check_nagios plugin below may
-# have to be tweaked a bit, as different versions of the plugin
-# use different command line arguments/syntaxes.
-
-nagios_check_command=/usr/lib/nagios/plugins/check_nagios /var/cache/nagios2/status.dat 5 '/usr/sbin/nagios2'
-
+# PENDING STATES OPTION
+# This option determines what states should be displayed in the web
+# interface for hosts/services that have not yet been checked.
+# Values: 0 = leave hosts/services that have not been check yet in their original state
+#         1 = mark hosts/services that have not been checked yet as PENDING
+
+use_pending_states=1
+
+nagios_check_command=/usr/lib/nagios/plugins/check_nagios /var/cache/nagios3/status.dat 5 '/usr/sbin/nagios3'
 
 
@@ -83,4 +75,15 @@
 
 use_authentication=1
+
+
+
+
+# x509 CERT AUTHENTICATION
+# When enabled, this option allows you to use x509 cert (SSL)
+# authentication in the CGIs.  This is an advanced option and should
+# not be enabled unless you know what you're doing.
+
+use_ssl_authentication=0
+
 
 
@@ -246,5 +249,15 @@
 # of various CGIs (status, statusmap, extinfo, and outages).  
 
-refresh_rate=60
+refresh_rate=90
+
+
+
+# ESCAPE HTML TAGS
+# This option determines whether HTML tags in host and service
+# status output is escaped in the web interface.  If enabled,
+# your plugin output will not be able to contain clickable links.
+
+escape_html_tags=1
+
 
 
