
输入用户名admin,密码admin后,显示如下信息: Authorization Required This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. 用/usr/local/apache2/bin/htpasswd -c /usr/local/nagios/etc/htpasswd nagiosadmin修改密码后,用nagiosadmi...
by tongxiaoda - Linux系统管理 - 2011-12-06 16:41:13 阅读(2443) 回复(1)
我想请教下各位, nagios中怎么修改 WEB登录的密码,昨天我用vi /usr/local/nagios/htpasswd.users 修改里面的东西后(密码),现在通过浏览器新旧密码都登陆不进去了。。。 我想问下大家,到底应该怎么修改啊?
nagios web页面提示错误 (时而提示错误 时而能显示数据) 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.
在用nagios的组件check_mrtgtraf导出的流量监控数据和MRTG的图标显示相差很远。有什么好的解决办法吗?? define service{ use generic-service ; Inherit values from a template host_name 192.168.12.121 service_description Port G1 Bandwidth Usage check_command check_local_mrtgtraf!/var/www/html/mrtg/192.168.12.121_49.log!AVG!10...
简单快速安装nagios 准备软件包 在nagios官网下 在做安装之前确认要对该机器拥有root权限. 在安装nagios前确认已经安装下如软件包 apache gcc gd 库与开发 可以运行rpm -qa | grep gd gdb-6.5-16.el5 gdbm-1.8.0-26.2.1 gdm-2.16.0-30.el5 gdbm-devel-1.8.0-26.2.1 sysklogd-1.4.1-39.2 gd-2.0.33-9.4.el5_1.1 ...
http://192.168.10.54/nagios/pnp/ Initalising Using /usr/local/nagios/share/perfdata// RRDTool /usr/bin/rrdtool found. RRDTool /usr/bin/rrdtool is executable PHP Function proc_open is enabled PHP Function fpassthru is enabled PHP Function xml_parser_create is enabled PHP zlib Support found. PHP GD Support found. RRD Base Directory /usr/local/nagios/share/perfdata// found. Hostname localh...
http://netsecurity.51cto.com/art/200706/48728_1.htm /usr/local/apache/bin/htpasswd –c /usr/local/nagios/etc/htpasswd sery ,就会生成web的合法访问用户sery;命令交互执行,需要输入2次密码,然后就在文件/usr/local/nagios/etc/htpasswd写入一行-第一个字段是刚生成的用户名,第二个是加密后的密码,如果还要添加更多的用户,执行命令 htpasswd 就不需要选项 “-c”,否则就会覆盖所有已经生成的行。 配置完成后,执行...
About nagios of config 两种模式:ssh采集数据,nrpe采集数据 /usr/local/nagios/etc/nagios.cfg [root@prmonitor01 etc]# cat nagios.cfg|grep prmweb01.cfg cfg_file=/usr/local/nagios/etc/panta/prmweb01.cfg [root@prmonitor01 etc]# cat nagios.cfg|grep commands.cfg cfg_file=/usr/local/nagios/etc/commands.cfg [root@prmonitor01 etc]# cat nagios.cfg|grep pr_config.cfg cfg_file=/usr/local/nagios/etc/panta/pr...