ssllabs_exporter

command module
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

README

SSLLabs exporter

Release Build Status Go Report Card

Getting deep analysis of the configuration of any SSL web server on the public Internet à la blackbox_exporter style.

This exporter relays the target server hostname to SSLLabs API, parses the result and export it as Prometheus metrics. It covers retries in case of failures and simplifies the assessment result.

SSLLabs

SSL Labs is a non-commercial research effort, run by Qualys, to better understand how SSL, TLS, and PKI technologies are used in practice.

source: https://www.ssllabs.com/about/assessment.html

This exporter implements SSLLabs API client that would get you the same results as if you use the web interface.

Configuration

ssllabs_exporter doesn't require any configuration file and the available flags can be found as below :

$ ssllabs_exporter --help
usage: ssllabs_exporter [<flags>]

Flags:
  --help                     Show context-sensitive help (also try --help-long and --help-man).
  --listen-address=":19115"  The address to listen on for HTTP requests.
  --timeout="10m"            Time duration before canceling an ongoing probe such as 30m or 1h5m. This value must be at least 1m. Valid duration units are ns, us (or µs), ms, s, m, h.
  --log-level=debug          Printed logs level.
  --cache-retention="1h"     Time duration to keep entries in cache such as 30m or 1h5m. Valid duration units are ns, us (or µs), ms, s, m, h.
  --cache-ignore-failed      Do not cache failed results due to intermittent SSLLabs issues.
  --version                  Show application version.

Docker

The Prometheus exporter is available as a docker image :

docker run --rm -it anasaso/ssllabs_exporter:latest --help

How To Use it

Deploy the exporter to your infrastructure. Kubernetes deployment and service Yaml file are provided here as an example.

Then adjust Prometheus config to add a new scrape configuration. Examples of how this look like can be found here (it includes both static config and Kubernetes service discovery to auto check all the cluster ingresses).

Once deployed, Prometheus Targets view page should look like this : prometheus-targets-view

The Grafana dashboard below is available here. grafana-dashboard

Available metrics

Metric Name Description
ssllabs_probe_duration_seconds how long the assessment took in seconds
ssllabs_probe_success whether we were able to fetch an assessment result from SSLLabs API (value of 1) or not (value of 0) regardless of the result content
ssllabs_grade the grade of the target host
ssllabs_grade_time_seconds when the result was generated in Unix time
ssllabs_grade possible values:
  • 1 : Assessment was successful and the grade is exposed in the grade label of the metric.
  • 0 : Target host doesn't have any endpoint (list of returned endpoints is empty).
  • -1 : Error while processing the assessment (e.g rate limiting from SSLLabs API side).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL