check_sslscan

check script for Qualys SSL Labs sslscan

ssllabs Icon  

Download

Feedback

Documentation

NAME

check_sslscan

VERSION

$Revision: 468 $

SYNOPSIS

check_sslscan -H HOST -w GRADE -c GRADE [-p] [-x] [-a MAXAGE] [-ip IP address]

OPTIONS

  • 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.

DESCRIPTION

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).

DEPENDENCIES

  • LWP::UserAgent
  • JSON
  • Pod::Usage
  • Getopt::Long