On 05/07/06, Hari Sekhon <[EMAIL PROTECTED]> wrote: > I'm trying to use the jabber plug-in but the service is returning > critical even though the service is up and I can log in and use it. > > /usr/nagios/libexec/check_jabber -H servername > CRITICAL - Cannot make SSL connection 19034:error:140770FC:SSL > routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:601: > > > I don't get it, the server isn't using SSL, so perhaps this is why it > fails, but shouldn't you be able to test it when running without an SSL > connection? Gaim finds the port and connects fine... > > > the --help mentions that the flag -S makes it use an SSL connection but > I never put this flag in, so it should be using a normal connection, > shouldn't it? When I put the -S flag in it returns the same as above. > > Jabber is using the default ports of 5222 for the straight tcp > connection without ssl, and 5269 for the server connection and both > ports are currently bound correctly and the service is working. > > > > Any ideas? > > Is the check_jabber plug-in broken? > > -h >
The check_jabber plugin appears to be broken, it's linked to check_tcp but it tries to use SSL which fails since my server isn't using SSL, despite jabber being up and working. So I wrote a checkcommand for jabber with the standard check_tcp plugin. Does anybody have a better way of testing jabber? Perhaps a decent plugin or a command line tool that I can wrap in a shell script or something? -h ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
