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
Deactivating service nrpe
Re: Deactivating service nrpe
My xinetd.conf:
cps = 50 10
instances = UNLIMITED
per_source = UNLIMITED
Thanks
Regards
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
You will likely need to remove the cps parameter from xinetd configuration
from http://linux.die.net/man/5/xinetd.conf :
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
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
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
Are you saying that this is resolved now? If so I will close the thread.