openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages nagios-1.2-cfg_in.patch
      Pages: < 1 >  DOWNLOAD      
diff -ru nagios-1.2/sample-config/cgi.cfg.in nagios-1.2-qilinx/sample-config/cgi.cfg.in
--- nagios-1.2/sample-config/cgi.cfg.in	2002-10-30 01:05:35.000000000 +0100
+++ nagios-1.2-qilinx/sample-config/cgi.cfg.in	2004-07-07 16:59:16.000000000 +0200
@@ -16,6 +16,15 @@
 
 
 
+# EXTENTED INFORMATION FILES
+# This tells the CGIs where to find your extended information 
+# configuration files.
+
+xedtemplate_config_file=/etc/nagios/hostextinfo.cfg
+xedtemplate_config_file=/etc/nagios/serviceextinfo.cfg
+
+
+
 # PHYSICAL HTML PATH
 # This is the path where the HTML files for Nagios reside.  This
 # value is used to locate the logo images needed by the statusmap
@@ -119,7 +128,7 @@
 # not use authorization.  You may use an asterisk (*) to
 # authorize any user who has authenticated to the web server.
 
-#authorized_for_system_information=nagiosadmin,theboss,jdoe
+authorized_for_system_information=nagiosadmin
 
 
 
@@ -131,7 +140,7 @@
 # an asterisk (*) to authorize any user who has authenticated
 # to the web server.
 
-#authorized_for_configuration_information=nagiosadmin,jdoe
+authorized_for_configuration_information=nagiosadmin
 
 
 
@@ -144,7 +153,7 @@
 # You may use an asterisk (*) to authorize any user who has
 # authenticated to the web server.
 
-#authorized_for_system_commands=nagiosadmin
+authorized_for_system_commands=nagiosadmin
 
 
 
@@ -157,8 +166,8 @@
 # to authorize any user who has authenticated to the web server.
 
 
-#authorized_for_all_services=nagiosadmin,guest
-#authorized_for_all_hosts=nagiosadmin,guest
+authorized_for_all_services=nagiosadmin,guest
+authorized_for_all_hosts=nagiosadmin,guest
 
 
 
@@ -171,8 +180,8 @@
 # authorization).  You may use an asterisk (*) to authorize any
 # user who has authenticated to the web server.
 
-#authorized_for_all_service_commands=nagiosadmin
-#authorized_for_all_host_commands=nagiosadmin
+authorized_for_all_service_commands=nagiosadmin
+authorized_for_all_host_commands=nagiosadmin
 
 
 
diff -ru nagios-1.2/sample-config/nagios.cfg.in nagios-1.2-qilinx/sample-config/nagios.cfg.in
--- nagios-1.2/sample-config/nagios.cfg.in	2002-07-05 07:36:02.000000000 +0200
+++ nagios-1.2-qilinx/sample-config/nagios.cfg.in	2004-07-07 16:55:48.000000000 +0200
@@ -101,7 +101,7 @@
 # you will have to enable this.  Setting this value to 0 disables command
 # checking (the default), other values enable it.
 
-check_external_commands=0
+check_external_commands=1