Deactivating service nrpe

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

Deactivating service nrpe

Post by quental »

Good morning

In my remote machine the following error in /var/log/messages
Deactivating service nrpe due to excessive incoming connections. Restarting in 10 seconds.

This results in the console NagiosXI:
Check_nrpe: Error - Could not complete SSL handshake.

How I can solve this problem without changing my time monitoring?

Thanks for your time.
regards
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

Re: Deactivating service nrpe

Post by quental »

My xinetd.conf:

cps = 50 10
instances = UNLIMITED
per_source = UNLIMITED


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

Re: Deactivating service nrpe

Post by scottwilkerson »

You will likely need to remove the cps parameter from xinetd configuration

from http://linux.die.net/man/5/xinetd.conf :
cps

Limits the rate of incoming connections. Takes two arguments. The first argument is the number of connections per second to handle. If the rate of incoming connections is higher than this, the service will be temporarily disabled. The second argument is the number of seconds to wait before re-enabling the service after it has been disabled. The default for this setting is 50 incoming connections and the interval is 10 seconds.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

Re: Deactivating service nrpe

Post by quental »

Thank you very much Scott

I have 83 monitoring at moment.
I changed the value in my linux for the cps.

Thanks for your time.
Regards
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Deactivating service nrpe

Post by slansing »

Are you saying that this is resolved now? If so I will close the thread.
Locked