nagios常见错误排查

发布时间:2020-07-29 11:47:16 作者:Minkon1
来源:网络 阅读:865

一、启动时报错

“Starting nagios:This account is currently not available”


解决方法:

修改/etc/passwd

将/sbin/nologin改成/bin/bash



二、nagios安装好后,网页访问出现如下错误:

无权查看任何主机的信息。

请检查HTTP服务器关于该CGI的访问权限设置。


解决办法:

vi /usr/local/nagios/etc/cgi.cfg

将use_authentication的值改为0.

use_authentication=0

然后重启nagios服务

service nagios restart


还有可能:

配置文件中的hostname和service_description使用了中文。

建议hostname和service_description 不要使用中文



三、访问时出现乱码

一般是apache 配置文件的编码问题

解决方法:

vim /usr/local/apache2/conf/httpd.conf

  最后添加AddDefaultCharset utf-8


四、出现  The requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server错误


解决方法:

确定安装gd-devel包

然后回到解压目录,

#make   clean

重新编译安装一下

# ./configure --with-gd-lib=/usr/lib --with-gd-inc=/usr/include

接下来

#./configure --with-command-group=nagcmd

#make all;

make install;

make install-init;

make install-config;

make install-commandmode;

makeinstall-webconf



五、查看nagios.log日志出现如下错误:

ndomod: Could not open data sink!  I'll keep trying, but some output may get lost...


解决思路:

# vim /usr/local/nagios/etc/ndo2db.cfg

ndo2db_user=nagios

ndo2db_group=nagcmd

注意第二个,ndo2db的所属组,是nagcmd.因为前面系统加的用户nagios是nagcmd组的.




推荐阅读:
  1. Oracle常见错误
  2. mysql 常见错误

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

nagios nagios配置文件 nagios排错

上一篇:Zookeeper从入门到实践需要学习什么东西

下一篇:phpcms v9网站搬家更换域名的详细步骤

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》