mirror of
https://abf.rosa.ru/djam/nagios.git
synced 2025-02-23 10:02:47 +00:00
60 lines
1.5 KiB
Diff
60 lines
1.5 KiB
Diff
--- sample-config/cgi.cfg.in 2007-08-16 02:27:08.000000000 +0200
|
|
+++ sample-config/cgi.cfg.in.oden 2007-08-31 21:20:46.000000000 +0200
|
|
@@ -113,7 +113,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
|
|
+authorized_for_system_information=nagios
|
|
|
|
|
|
|
|
@@ -125,7 +125,7 @@
|
|
# an asterisk (*) to authorize any user who has authenticated
|
|
# to the web server.
|
|
|
|
-authorized_for_configuration_information=nagiosadmin
|
|
+authorized_for_configuration_information=nagios
|
|
|
|
|
|
|
|
@@ -138,7 +138,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=nagios
|
|
|
|
|
|
|
|
@@ -151,8 +151,8 @@
|
|
# to authorize any user who has authenticated to the web server.
|
|
|
|
|
|
-authorized_for_all_services=nagiosadmin
|
|
-authorized_for_all_hosts=nagiosadmin
|
|
+authorized_for_all_services=nagios
|
|
+authorized_for_all_hosts=nagios
|
|
|
|
|
|
|
|
@@ -165,8 +165,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=nagios
|
|
+authorized_for_all_host_commands=nagios
|
|
|
|
|
|
|
|
@@ -245,7 +245,7 @@
|
|
# This option allows you to specify the refresh rate in seconds
|
|
# of various CGIs (status, statusmap, extinfo, and outages).
|
|
|
|
-refresh_rate=90
|
|
+refresh_rate=30
|
|
|
|
|
|
|