我在 Debian Jessie 中运行 Nagios 4。它显示本地主机已关闭,但它检查的所有服务均正常。Nagios
插件已安装。
我按照本教程进行安装:http://nagios.sourceforge.net/docs/nagioscore/4/en/quickstart-ubuntu.html
答案1
以普通用户身份连接,非 root。如果命令ping localhost
内容类似于然后ping: icmp open socket: Operation not permitted
检查Ping:icmp 打开套接字:操作不允许(Linux)
它基本上表明你需要s
在二进制文件上添加“ ”标志ping
,通常位于/bin/ping
Debian 系统上:sudo chmod u+s /bin/ping
答案2
该检查将尝试 ping localhost。这样可以吗?如果不行,则可能有很多原因:您的防火墙可能会阻止它,或者您可能已禁用 localhost 的配置。