Flapping Service - CHECK_NRPE: Error - Could not complete SS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xzer
Posts: 3
Joined: Fri Aug 24, 2012 9:46 am

Flapping Service - CHECK_NRPE: Error - Could not complete SS

Post by xzer »

The XI nrpe daemon is listenning on default port 5666. I am monitoring two host behind load balancer. Both are running on listening on 5666. The Load Balancer Port forwarding is set to forward ports comming on 15666 to HOST A(local NRPE 5666) and 5666 to HOST B(local NRPE Port 5666).

To get this running I have created custom command for HOST A, which is pointing to the 15666 Port command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 15666 -t 30 -c $ARG1$ $ARG2$. For HOST B default is used.

This solutions is working, but the Problem is that I am getting Flapping Service on the HOST A all the day. The Error is CHECK_NRPE: Error - Could not complete SSL handshake and then it´s recovered. HOST B is running without any problem.

Normally, the sockets differs. Any Idea how to eliminate the flapping services? Can I deactivate SSL Hand Shake, by not choosing SSL?

Thanks.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Flapping Service - CHECK_NRPE: Error - Could not complet

Post by scottwilkerson »

I would check the system log to see if you are getting NRPE related errors (possibly xinetd)

Code: Select all

tail -f /var/log/messages
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked