aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-certexp-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Remove Perl core modulessunpoet2017-06-271-2/+3
| | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-1/+0
|
* cleanup plistbapt2014-12-211-1/+0
|
* - Support stagingehaupt2014-04-042-7/+8
| | | | | - Use shebangfix - Use WWW: with a single space
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | net-mgmt)
* - convert to the new perl5 frameworkaz2013-09-041-1/+1
| | | | Approved by: portmgr (bapt@, blanket)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-3/+3
| | | | Approved by: portmgr@ (bapt@)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update MASTER_SITESerwin2008-03-141-1/+1
| | | | | Submitted by: Eric Cronin <ecronin@gizmolabs.org> (maintainer), pointyhat
* check_certexp is a Nagios plugin for checking the number of days left until apav2007-03-253-0/+53
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>