Navigation |
WWWScript to check SSL Cert Expiration via nagiosSubmitted by arr on Thu, 2007-11-29 07:50.WWW
Someone on the sage-members mailing list asked about checking SSL expiration dates. We use the following script to check them via nagios (actually, we use a slightly older version that takes hostname and port instead of URL, but this is the next version we plan to roll out). I thought I'd post it here (with the permission of the author, who is no longer at Tufts) for others to use: #!/usr/local/bin/perl ########################################################################### ##### # ##### check_cert.pl -- check HTTPS, IMAPS, LDAPS or SMTP (with # arr's blog | add new comment | 116142 reads
DjangoSubmitted by eadmund on Mon, 2007-01-22 14:08.Applications | Database | Linux | Software Development | Unix | Windows | WWW
Excellent Python web development framework Stable I like to use this to throw together nice web frontends for the PHBs to look at stats & stuff. It's pretty simple to use, interfaces easily to a database--very useful for the sorts of sysadmin-plus stuff I tend to do. add new comment | 1262 reads
|