Nagios的故障:
点击《》这个按钮无法关闭报警。页面显示如下内容:
Error: Could not open command file '/usr/local/nagios/var/rw/nagios.cmd' for update!
The permissions on the external command file and/or directory may be incorrect. Read the FAQs on how to setup proper permissions.
An error occurred while attempting to commit your command for processing.
Return from whence you came
最近发现有人在问这个问题,很多人的回复都是看看是不是防火墙的原因,或者selinux是否关闭等等。其实这故障的原因很简单,就是nagios.cmd这个命令的属性不小心被改掉了。
该文件默认的所属主应该是nagcmd,而不是nagios。(如果你是按官网的默认配置安装的)
有些同学可能会不小心把整个nagios目录的属性都改成nagios了。
比如执行了 chown nagios.nagios /usr/local/nagios -R
这样该文件的属性变了,自然也就没权限了,只要把权限改回去就一切正常了。
解决。
阅读(3227) | 评论(0) | 转发(0) |