【问题标题】:Nagiosgraph - Access ForbiddenNagiosgraph - 禁止访问
【发布时间】:2024-05-02 01:50:03
【问题描述】:

我已经安装了 Nagiosgraph。当我去浏览 http://server//nagiosgraph/ 我得到 ​​p>

禁止

您无权访问 /nagiosgraph/cgi-bin/show.cgi on 这个服务器。

系统是 Ubuntu 桌面 14.04.1 LTS 纳吉奥斯 4.0.7 nagios-plugins-1.4.15 nagiosgraph-1.4.4

有什么想法吗?

【问题讨论】:

    标签: apache ubuntu nagios httpforbiddenhandler


    【解决方案1】:

    本博客中的一个cmet解决了这个问题:http://www.linuxfunda.com/2013/04/02/steps-to-configure-nagiosgraph-with-nagios-core/

    Bakyt 在 2014 年 10 月 20 日上午 10:16 说:

    编辑 apache2.conf 这部分后:

    Options FollowSymLinks AllowOverride None 要求全部拒绝

    我只是将“拒绝”替换为“授予”

    我现在可以看到 http://NAGIOS_IP/nagiosgraph/cgi-bin/showconfig.cgi

    【讨论】:

      【解决方案2】:

      更新 web-server 用户访问 nagiosgraph 目录的权限,如果仍然遇到相同的问题,请检查 Apache 错误日志文件。

      【讨论】: