CLOSE_WAIT very high,Could not complete SSL handshake.
Posted: Thu Aug 28, 2014 8:41 pm
hi
I have a monitoring server (Centos 6.5 X64) where I have installed:
Nagios-4.0.4
Nagios-plugins-2.0.3
NRPE-2.15
It usually works fine,but when the server CLOSE_WAIT very high(4000+),I got this (all monitor services) error:
CHECK_NRPE: Error - Could not complete SSL handshake.
The CLOSE_WAIT:
[root@bang nagios]# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
TIME_WAIT 4830
FIN_WAIT1 1
ESTABLISHED 553
CLOSE_WAIT 15956
Is there any way to only get the error(I had installed a plugin to monitor server's CLOSE_WAIT),and the other monitor services runing normal?
thanks
I have a monitoring server (Centos 6.5 X64) where I have installed:
Nagios-4.0.4
Nagios-plugins-2.0.3
NRPE-2.15
It usually works fine,but when the server CLOSE_WAIT very high(4000+),I got this (all monitor services) error:
CHECK_NRPE: Error - Could not complete SSL handshake.
The CLOSE_WAIT:
[root@bang nagios]# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
TIME_WAIT 4830
FIN_WAIT1 1
ESTABLISHED 553
CLOSE_WAIT 15956
Is there any way to only get the error(I had installed a plugin to monitor server's CLOSE_WAIT),and the other monitor services runing normal?
thanks