Reputation: 157
what is the default address IP of Nagios server?
allowed_hosts=127.0.0.1,<Nagios ip server>
Thank you in advance.
Upvotes: 0
Views: 1365
Reputation: 448
There is no default address as such,
allowed_hosts=10.0.0.1,10.0.0.2,10.0.0.3,127.0.0.1
above is the configuration which is given in the nrpe.cfg file under your nagios directory which allows you to perform remote executions by allowing the connection from the host's define above, provided the port 5666 is open.
Upvotes: 2