Nagios – 新用户没有启用权限
我遵循networking指南中的简单步骤: a)通过命令htpasswd htpasswd.users username将用户添加到Nagios b)在cgi.cfg文件中添加这个用户到行: authorized_for_system_information=nagiosadmin, username authorized_for_configuration_information=nagiosadmin, username authorized_for_system_commands=nagiosadmin, username authorized_for_all_services=nagiosadmin, username authorized_for_all_hosts=nagiosadmin, username authorized_for_all_service_commands=nagiosadmin, username authorized_for_all_host_commands=nagiosadmin, username c)重新启动nagios3服务,甚至重新启动apache2服务 但是当我尝试从nagios的web界面列出任何东西,它仍然给我这个令人讨厌的消息: It appears as though you do not have permission to view information for any of the services you requested… If you believe this is an error, check the HTTP server authentication requirements for accessing […]