[Nagiosplug-help] configuring plugins with ssl
    Christine Ross 
    cross at hccs.com
       
    Thu Sep 27 18:53:05 CEST 2007
    
    
  
Hello,
 
I have 2 remote Solaris 8 servers and the hosting company is using
nagios to monitor the servers.  I installed nrpe and the plugins
(nrpe-2.8.1, nagios-plugins-1.4.9) on the server, and they are running
as daemons.  My log file keeps posting the following error
 
[ID 813741 daemon.error] Error: Could not complete SSL handshake. 1
 
If I do an ldd against the nrpe daemon, it shows that ssl was compiled
in.  
 
ldd /usr/local/sbin/nrpe
        libssl.so.0.9.7 =>       /usr/local/ssl/lib/libssl.so.0.9.7
 
I compiled the plugins(nagios-plugins-1.4.9) with 
 
"./configure --with-openssl=/usr/local/ssl/lib/libssl.so.0.9.7:", 
 
but an ldd against the plugins listed in the nrpe.cfg do not show them
as compiled against that library. 
 
arielle# ldd check_disk
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
arielle# ldd check_load
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
 
I am trying to see why I keep getting the error about the SSL.  Does it
have to do with the remote host and the check he is running?
Sincerely, 
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/help/attachments/20070927/2eca0d47/attachment.html>
    
    
More information about the Help
mailing list