Page 1 of 1
Deactivating service nrpe
Posted: Tue Apr 15, 2014 4:06 am
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
Re: Deactivating service nrpe
Posted: Tue Apr 15, 2014 4:11 am
by quental
My xinetd.conf:
cps = 50 10
instances = UNLIMITED
per_source = UNLIMITED
Thanks
Regards
Re: Deactivating service nrpe
Posted: Tue Apr 15, 2014 9:09 am
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.
Re: Deactivating service nrpe
Posted: Tue Apr 15, 2014 9:13 am
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
Re: Deactivating service nrpe
Posted: Tue Apr 15, 2014 9:24 am
by slansing
Are you saying that this is resolved now? If so I will close the thread.