Nagios Exchange
  • Home
  • Directory
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons732Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
SAN and NAS HP 3PAR Storage Monitor – Health Check
2.0 (1)
17.3K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > John Kegaly
JK

John Kegaly

@jkegaly

User Stats

Favorites0

Views

Projects0

No Projects Found
CheckSSLCertExpiry

Works well, but needed configuration

This was a good starter script. It works as it should after modification. I ended up modifying it to say... ####################################### #!/bin/bash SitePort=$1 OutDate=$(echo | openssl s_client -connect ${SitePort}:443 2>/dev/null | openssl x509 -noout -endda$ OutputDate=$(date -d "${OutDate}" "+%s") SystemDate=$(date '+%s') DiffTime=$(expr "${OutputDate}" - "${SystemDate}") if [ "${DiffTime}" -ge 864000 ] then echo "Certificate will expire on ${OutDate}" exit 0 elif [ "${DiffTime}" -le 863999 -a -ge 5 ] then echo "Certificate is going to expire in less then 10 days on ( ${OutDate} ). Please Renew!" exit 1 elif [ "${DiffTime}" -le 4 ] then echo "Certificate has EXPIRED on ( ${OutDate} )! Please replace!" exit 2 else echo "ERROR! Certificate NOT found!" exit 2 fi #######################################

Reviewed 7 years ago

check_https

Works Very Well!

Works very well, just took the check_http command and modified so it would work properly!

Reviewed 7 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks