[Nagiosplug-checkins] nagiosplug configure.in,1.116,1.117
Stanley Hopcroft
stanleyhopcroft at users.sourceforge.net
Wed Dec 1 00:42:03 CET 2004
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins netutils.c,1.19,1.20
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.22,1.23 check_dig.c,1.27,1.28 check_disk.c,1.47,1.48 check_dns.c,1.29,1.30 check_fping.c,1.14,1.15 check_ssh.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23803
Modified Files:
configure.in
Log Message:
Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate expiry check [added -D option to check_tcp]
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- configure.in 29 Nov 2004 22:42:01 -0000 1.116
+++ configure.in 1 Dec 2004 08:41:08 -0000 1.117
@@ -451,7 +451,7 @@
if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then
if test "$ac_cv_lib_ssl_main" = "yes"; then
if test "$FOUNDINCLUDE" = "yes"; then
- check_tcp_ssl="check_simap check_spop"
+ check_tcp_ssl="check_simap check_spop check_jabber check_nntps"
AC_SUBST(check_tcp_ssl)
AC_SUBST(SSLLIBS)
AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins netutils.c,1.19,1.20
- Next message: [Nagiosplug-checkins] nagiosplug/plugins check_by_ssh.c,1.22,1.23 check_dig.c,1.27,1.28 check_disk.c,1.47,1.48 check_dns.c,1.29,1.30 check_fping.c,1.14,1.15 check_ssh.c,1.15,1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list