我在新服务器上安装了 nrpe。Nagios 已经在运行并检查其他服务器(我还没有安装)。
我的 syslog 文件中有几个错误行:
Oct 31 15:17:01 myservername nrpe[41848]: Host nagios_ip is not allowed to talk to us!
Run Code Online (Sandbox Code Playgroud)
我的 nrpe.cfg 文件包括以下行:
allowed_hosts=nagios_ip
Run Code Online (Sandbox Code Playgroud)
我究竟做错了什么 ?
(nagios_ip 是我的 nagios 服务器的实际 IP)