summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-certexp-plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITESErwin Lansing2008-03-131-1/+1
| | | | | | | | Submitted by: Eric Cronin <ecronin@gizmolabs.org> (maintainer), pointyhat Notes: svn path=/head/; revision=208987
* check_certexp is a Nagios plugin for checking the number of days left until aPav Lucistnik2007-03-243-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> Notes: svn path=/head/; revision=188200