Do not enable SSL in check_jabber by default.
This is what -S option is for. Approved by: maintainer
This commit is contained in:
parent
fa999c30c3
commit
54d74f05d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135581
1 changed files with 10 additions and 0 deletions
10
net-mgmt/nagios-plugins/files/patch-check_tcp.c
Normal file
10
net-mgmt/nagios-plugins/files/patch-check_tcp.c
Normal 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")) {
|
Loading…
Reference in a new issue