Nagiosgraph 抛出错误

发布于 2024-09-26 06:38:40 字数 149 浏览 5 评论 0原文

尝试在 Nagios 上打开任何图形时会抛出以下错误:

Nagiosgraph 在配置文件中检测到错误:/etc/nagios/nagiosgraph/nagiosgraph.conf 日志:/var/log/nagios/nagiosgraph.log 打开失败!

When trying to open any graph on Nagios throws below error:

Nagiosgraph has detected an error in the configuration file: /etc/nagios/nagiosgraph/nagiosgraph.conf
Log: /var/log/nagios/nagiosgraph.log failed to open!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情何以堪。 2024-10-03 06:38:40

确保在 /var/log/nagios 上正确设置权限,

www(或 www-data 或 apache)用户必须具有写入权限。

一种方法是创建一个名为 nagcmd 的组,并将 www 用户放入该组中。

然后设置权限:

chown nagios.nagcmd /var/log/nagios
chown nagios.www /var/log/nagios/nagiosgraph.log
chmod 775 /var/log/nagios
chmod 664 /var/log/nagios/nagiosgraph.log

另一种方法是保留单独的日志文件,一个用于数据收集(nagiosgraph.log),另一个用于绘图(nagiosgraph-cgi.log)。有关详细信息,请参阅 nagiosgraph.conf。

make sure that permissions are set properly on /var/log/nagios

the www (or www-data or apache) user must have write permission.

one approach is to make a group called nagcmd and put the www user into this group.

then set permissions:

chown nagios.nagcmd /var/log/nagios
chown nagios.www /var/log/nagios/nagiosgraph.log
chmod 775 /var/log/nagios
chmod 664 /var/log/nagios/nagiosgraph.log

another approach is to keep separate log files, one for data collection (nagiosgraph.log) and another for graphing (nagiosgraph-cgi.log). see nagiosgraph.conf for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文