NRPE
Matt Wells
chroot at wells.vg
Sun Sep 18 00:38:26 CEST 2005
I never got it working in xinet.d I ended up just tossing it in as a
daemon because it was so much easier.
/usr/local/nagios/nrpe -c /usr/local/nagios/nrpe.cfg -d
I'm still getting the error for SSL though.. can not complete
handshake.
----- Original Message -----
SUBJECT: [Nagios-users] NRPE
FROM: Jonathan Carpenter
TO: "Nagios-Users-List"
DATE: 17-09-2005 13:26
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[1]
Links:
------
[1] http://1.2.3.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20050917/d80b2abc/attachment.html>
More information about the Users
mailing list