[Nagiosplug-help] NRPE
Jonathan Carpenter
jonathan.carpenter at gmail.com
Sat Sep 17 13:37:07 CEST 2005
I have installed nagios and configured nagios on one server to monitor
several servers with the check_ping plugin. Everything works great now I
have installed NRPE on one of the remote servers running Fedora 4. I have
edited /etc/services and added the following
nrpe 5666/tcp # NRPE
and created a file in /etc/xinetd.d/ called nrpe the contents in it are
# default: on
# description: NRPE
service nrpe
{
flags = REUSE
socket_type = stream
wait = no
user = nagios
server = /home/nagios/nrpe
server_args = -c /home/nagios/nrpe --inetd
log_on_failure += USERID
disable = no
only_from = 1.2.3.4 <http://1.2.3.4/> <-- ip to nagios server
}
When I run /etc/rc.d/init.d/xinetd restart I get these errors in
/var/log/messages
Sep 17 02:56:19 db1 xinetd: xinetd startup succeeded
Sep 17 02:56:19 db1 xinetd[18797]: bind failed (Address already in use
(errno = 98)). service = nrpe
Sep 17 02:56:19 db1 xinetd[18797]: Service nrpe failed to start and is
deactivated.
Sep 17 02:56:19 db1 xinetd[18797]: xinetd Version 2.3.13 started with
libwrap loadavg options compiled in.
Sep 17 02:56:19 db1 xinetd[18797]: Started working: 0 available services
Any help would be greatly appreciated.
--
Jonathan Carpenter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/help/attachments/20050917/602f8833/attachment.html>
More information about the Help
mailing list