[Nagiosplug-devel] Bug in check_jabber

Dmitry Sivachenko mitya at cavia.pp.ru
Thu May 12 05:54:13 CEST 2005


Hello!

PLease apply the following patch to check_tcp.c.  Without it check_jabber
always tries to connect via SSL (this is what --ssl option is for).

Thanks!


--- check_tcp.c.orig	Thu Dec 30 03:41:40 2004
+++ check_tcp.c	Thu May 12 14:02:13 2005
@@ -196,7 +196,6 @@
 		EXPECT = strdup("<?xml version=\'1.0\'?><stream:stream xmlns:stream=\'http://etherx.jabber.org/streams\'");
 		QUIT = strdup("</stream:stream>\n");
 		PROTOCOL=TCP_PROTOCOL;
-		use_ssl=TRUE;
 		PORT = 5222;
 	}
        else if (strstr (argv[0], "check_nntps")) {




More information about the Devel mailing list