observatory-exporter

command module
v0.0.0-...-bfcccba Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: MIT Imports: 20 Imported by: 0

README

observatory-exporter Build Status

Mozilla Observatory Exporter for Prometheus

This is a simple server that calls Mozilla Observatory for given target URLs and exports them via HTTP/JSON for Prometheus consumption.

Build
make
Run
./observatory-exporter --observatory.target-url=google.de --observatory.target-url=google.com
Docker

You can deploy this exporter using the jimdo/observatory-exporter Docker Image.

Example

docker pull jimdo/observatory-exporter
docker run -p 9229:9229 jimdo/observatory-exporter --observatory.target-url google.de

Exposed metrics

Name Description
observatory_cert_expiry_date Expiry date for certificate.
observatory_cert_is_trusted Is 1 (aka 'trusted') if certificate is known to be trusted (via truststores)
observatory_cert_start_date Start date for certificate.
observatory_compatibility_level Defines the Mozilla SSL compatibility level for given domain (bad=0, non compliant=1, old=2, intermediate=3, modern=4)
observatory_grade Grade representation of score, A=4, B=3, C=2, D=1, F=0
observatory_score Defines the score given by Mozilla Observatory's mozillaGradingWorker (0...100)
observatory_tls_enabled TLS enabled for domain

Further reading on Mozilla Observatory

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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