check_sslscan
$Revision: 468 $
check_sslscan -H HOST -w GRADE -c GRADE [-p] [-x] [-a MAXAGE] [-ip IP address]
H
Host to check using Qualys SSL Labs' sslscan.
ip
IP to check when the Host has more than one endpoint
w
Warn at or below grade GRADE (defaults to B).
c
Critical at or below GRADE (defaults to C).
p
Publish results at Qualys SSL Labs.
x
do not accept cached results.
a
max cache age in hours (unsets -x
implicitly).
d
debug mode, print resulting json.
This nagios/icinga check script checks the website's ssllabs grade.
Possible grades: 'A+', 'A', 'A-', 'B'..'F', 'T' (trust issues), 'M' (certificate name mismatch).
LWP::UserAgent
JSON
Pod::Usage
Getopt::Long