Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nagios 服务器的默认地址 IP 是多少?
allowed_hosts=127.0.0.1,<Nagios ip server>
先感谢您。
没有这样的默认地址,
allowed_hosts=10.0.0.1,10.0.0.2,10.0.0.3,127.0.0.1
上面是在你的 nagios 目录下的 nrpe.cfg 文件中给出的配置,如果端口 5666 是打开的,它允许你通过允许来自上面定义的主机的连接来执行远程执行。