aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-24 19:07:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-24 19:07:40 +0000
commit61af452adfc0e38999e7bdf946643abc46bec011 (patch)
tree23288b5b525283398d84768cf9b319fd77a5c621 /net-mgmt/Makefile
parent5b55cb51ccd40987073f79876853efaed3635ba4 (diff)
downloadports-61af452adfc0e38999e7bdf946643abc46bec011.tar.gz
ports-61af452adfc0e38999e7bdf946643abc46bec011.zip
check_certexp is a Nagios plugin for checking the number of days left until a
certificate expires. The check is done via an SSL connection (STARTTLS mechanisms are not supported). The plugin is written in Perl, should work with the embedded Perl interpreter (not tested though) and requires Net::SSLeay and Date::Manip to be installed on the Nagios host. Author: Holger Weiss <holger@CIS.FU-Berlin.DE> WWW: http://www.jhweiss.de/software/nagios.html PR: ports/110603 Submitted by: Eric Cronin <ecronin@gizmolabs.org>
Notes
Notes: svn path=/head/; revision=188200
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r--net-mgmt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index c20648ad06ce..6473fae75f24 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -90,6 +90,7 @@
SUBDIR += mtrace
SUBDIR += nagcon
SUBDIR += nagios
+ SUBDIR += nagios-certexp-plugin
SUBDIR += nagios-pf-plugin
SUBDIR += nagios-plugins
SUBDIR += nagios-radauth-plugin