It appears as though you do not have permission to view information for any of the hosts you requested...
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.
혹 계정을 바꾸게 될경우 위와 같이 에러가 뜬다 즉 권한 문제이다
# vi /etc/nagios3/cgi.cfg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
authorized_for_system_information=nagiosadmin
# CONFIGURATION INFORMATION ACCESS
# This option is a comma-delimited list of all usernames that
# can view ALL configuration information (hosts, commands, etc).
# By default, users can only view configuration information
# for the hosts and services they are contacts for. You may use
# an asterisk (*) to authorize any user who has authenticated
# to the web server.
authorized_for_configuration_information=nagiosadmin
이걸 변경한 계정으로 다 변경해주면 된다.
편집 모드에서
:%s/nagiosadmin/admin/g
'monitoring' 카테고리의 다른 글
nagios3 admin 암호 변경 (0) | 2014.07.18 |
---|---|
nagios3 the requested url /nagios3/docs/ was not found on this server (0) | 2014.07.11 |
nagios3 메일 설정 (0) | 2014.07.10 |
Sorry, but Nagios is currently not checking for external commands, so your command will not be committed! (0) | 2014.07.04 |
nagios3 설치방법 (1) | 2014.07.02 |