免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2745 | 回复: 8
打印 上一主题 下一主题

[服务应用] nagios 左侧选项不能用 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-08-19 15:32 |只看该作者 |倒序浏览
本帖最后由 hepeace 于 2013-08-19 15:34 编辑

安装测试都没有问题,但进入http://localhost/nagios 后 左侧的各个选项如:“problem” 下的“hosts”之类点选后都会弹出来对话框提示下载"status.cgi"
有图有真相,烦请各位大大帮忙解决下。
ps :nagios和apache 日志应该都没问题,重新做了一次还是出现这个问题。

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
2 [报告]
发表于 2013-08-19 15:42 |只看该作者
安装nagios的时候,有一步,应该是make install-config,向apache的conf.d目录下写入nagios的web配置文件,你做过没有,apache的conf.d目录下有nagios的配置文件吗

论坛徽章:
0
3 [报告]
发表于 2013-08-19 15:58 |只看该作者
make install-webconf 直接把nagios.conf 加入到httpd.conf 末尾了 代码如下
ScriptAlias /nagios/cgi-bin "/usr/local/nagios/sbin"

<Directory "/usr/local/nagios/sbin">
   AuthType Basic
   Options ExecCGI
   AllowOverride None
   Order allow,deny
   Allow from all
   AuthName "Nagios Access"
   AuthType Basic
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>

Alias /nagios "/usr/local/nagios/share"

<Directory "/usr/local/nagios/share">
   AuthType Basic
   Options None
   AllowOverride None
   Order allow,deny
   Allow from all
  AuthName "Nagios Access"
   AuthUserFile /usr/local/nagios/etc/htpasswd.users
   Require valid-user
</Directory>

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
4 [报告]
发表于 2013-08-19 16:16 |只看该作者
那应该没有问题了.
你重启过apache吧

论坛徽章:
0
5 [报告]
发表于 2013-08-19 16:30 |只看该作者
修改配置文件后都会重启,贴出来apache 和nagios的日志
[root@Center ~]# tailf /usr/local/apache/logs/error_log
[Thu Aug 15 17:46:23.942097 2013] [:error] [pid 12720:tid 1222474048] [client 10.5.10.45:2601] script '/usr/local/apache/htdocs/dbtest.php' not found or unable to stat
[Mon Aug 19 14:54:12.624578 2013] [mpm_event:notice] [pid 12715:tid 47076771554400] AH00494: SIGHUP received.  Attempting to restart
[Mon Aug 19 14:54:12.638479 2013] [mpm_event:notice] [pid 12715:tid 47076771554400] AH00489: Apache/2.4.1 (Unix) PHP/5.3.4 configured -- resuming normal operations
[Mon Aug 19 14:54:12.638497 2013] [core:notice] [pid 12715:tid 47076771554400] AH00094: Command line: '/usr/local/apache/bin/httpd'
[Mon Aug 19 14:54:37.084426 2013] [mpm_event:notice] [pid 12715:tid 47076771554400] AH00491: caught SIGTERM, shutting down
[Mon Aug 19 14:54:51.408902 2013] [mpm_event:notice] [pid 20183:tid 47886024500320] AH00489: Apache/2.4.1 (Unix) PHP/5.3.4 configured -- resuming normal operations
[Mon Aug 19 14:54:51.408948 2013] [core:notice] [pid 20183:tid 47886024500320] AH00094: Command line: '/usr/local/apache/bin/httpd'
[Mon Aug 19 16:24:17.341251 2013] [mpm_event:notice] [pid 20183:tid 47886024500320] AH00491: caught SIGTERM, shutting down
[Mon Aug 19 16:24:32.882947 2013] [mpm_event:notice] [pid 21579:tid 47404298663008] AH00489: Apache/2.4.1 (Unix) PHP/5.3.4 configured -- resuming normal operations
[Mon Aug 19 16:24:32.883006 2013] [core:notice] [pid 21579:tid 47404298663008] AH00094: Command line: '/usr/local/apache/bin/httpd'

[root@Center ~]# tailf /usr/local/apache/logs/access_log
10.5.10.45 -  [19/Aug/2013:16:24:45 -0700] "GET /nagios/images/weblogo1.png HTTP/1.1" 304 -
10.5.10.45 - [19/Aug/2013:16:24:45 -0700] "GET /nagios/images/sflogo.png HTTP/1.1" 304 -
10.5.10.45 - [19/Aug/2013:16:24:45 -0700] "GET /nagios/rss-newsfeed.php HTTP/1.1" 200 579
10.5.10.45 - [19/Aug/2013:16:24:45 -0700] "GET /nagios/rss-corefeed.php HTTP/1.1" 200 955
10.5.10.45 - [19/Aug/2013:16:25:00 -0700] "GET /nagios/ HTTP/1.1" 200 1364
10.5.10.45 - [19/Aug/2013:16:25:00 -0700] "GET /nagios/side.php HTTP/1.1" 200 4373
10.5.10.45 - [19/Aug/2013:16:25:00 -0700] "GET /nagios/main.php HTTP/1.1" 200 5493
10.5.10.45 - [19/Aug/2013:16:25:00 -0700] "GET /nagios/rss-newsfeed.php HTTP/1.1" 200 579
10.5.10.45 - [19/Aug/2013:16:25:00 -0700] "GET /nagios/rss-corefeed.php HTTP/1.1" 200 955

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
6 [报告]
发表于 2013-08-19 16:32 |只看该作者
这个就不清楚了,没看到有错误啊

论坛徽章:
0
7 [报告]
发表于 2013-08-23 12:50 |只看该作者
还是非常感谢版主, 我装了2次还是这个问题,google后有的说是gd库没装,我装完后还是老样子。

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
8 [报告]
发表于 2013-08-23 13:56 |只看该作者
http://blog.chinaunix.net/uid-1730385-id-3651394.html
这个是我安装icinga的实验,你照着做一下吧.

论坛徽章:
4
2015年辞旧岁徽章
日期:2015-03-03 16:54:15数据库技术版块每日发帖之星
日期:2016-02-26 06:20:00IT运维版块每日发帖之星
日期:2016-07-13 06:20:002016科比退役纪念章
日期:2016-07-31 11:28:35
9 [报告]
发表于 2014-03-30 17:24 |只看该作者
你这个问题是怎么解决的回复 7# hepeace


   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP