Do not enable SSL in check_jabber by default.

This is what -S option is for.

Approved by:    maintainer
This commit is contained in:
Dmitry Sivachenko 2005-05-19 05:07:34 +00:00
parent fa999c30c3
commit 54d74f05d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135581

View file

@ -0,0 +1,10 @@
--- plugins/check_tcp.c.orig Thu Dec 30 03:41:40 2004
+++ plugins/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")) {