civilvar 发表于 2019-1-13 06:36:04

解决Nagios安装完毕后报用户权限问题

  1. 监控页面出现
  It appears as though you do not havepermission to view information for any of the hosts you requested...
  
  
  If you believe this is an error, check theHTTP server authentication requirements for accessing this CGI
  and check the authorization options in yourCGI configuration file.
  
  
  1、修改/etc/cgi.cfg
  vi   /usr/local/nagios/etc/cgi.cfg
  
  use_authentication=1 #把1修改为0,保存
  root@nagios#/servicenagios restart
  




页: [1]
查看完整版本: 解决Nagios安装完毕后报用户权限问题