monitoring-plugins / monitoring-plugins

Monitoring Plugins
https://www.monitoring-plugins.org
GNU General Public License v3.0
482 stars 283 forks source link

check_tcp doesn't support ssmtp [sf#1155562] #421

Closed monitoring-user closed 11 years ago

monitoring-user commented 11 years ago

Submitted by mishikal on 2005-03-03 04:34:23

check_tcp doesn't support check_ssmtp as a protocol check. Stanford has developed a patch allowing this:

--- nagios-plugins-1.3.1/plugins/check_tcp.c.orig
2003-06-09 21:56:47.000001000 -0700 +++ nagios-plugins-1.3.1/plugins/check_tcp.c
2003-12-10 19:07:58.000001000 -0800 @@ -179,10 +179,34 @@ asprintf (&QUIT, "QUIT\r\n"); PROTOCOL=TCP_PROTOCOL; use_ssl=TRUE; PORT=995; }

--- nagios-plugins-1.3.1/configure.orig 2003-07-10 23:30:56.000001000 -0700 +++ nagios-plugins-1.3.1/configure 2003-12-10 18:55:57.000001000 -0800 @@ -8383,11 +8383,11 @@ LIBS="$_SAVEDLIBS"

if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then if test "$ac_cv_lib_ssl_main" = "yes"; then if test "$FOUNDINCLUDE" = "yes"; then

monitoring-user commented 11 years ago

Submitted by seanius on 2005-04-11 05:13:54

i've submitted a modified version of this patch into cvs.

monitoring-user commented 11 years ago

Submitted by seanius on 2005-04-19 02:18:11

closing the bug now that i have admin perms