Sign inSign up

jimdo/observatory-exporter

By jimdo

Updated over 6 years ago

Prometheus exporter for Mozilla Observatory

Image
0

500K+

jimdo/observatory-exporter repository overview

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

NameDescription
observatory_cert_expiry_dateExpiry date for certificate.
observatory_cert_is_trustedIs 1 (aka 'trusted') if certificate is known to be trusted (via truststores)
observatory_cert_start_dateStart date for certificate.
observatory_compatibility_levelDefines the Mozilla SSL compatibility level for given domain (bad=0, non compliant=1, old=2, intermediate=3, modern=4)
observatory_gradeGrade representation of score, A=4, B=3, C=2, D=1, F=0
observatory_scoreDefines the score given by Mozilla Observatory's mozillaGradingWorker (0...100)
observatory_tls_enabledTLS enabled for domain

Further reading on Mozilla Observatory

Tag summary

Content type

Image

Digest

Size

216.5 MB

Last updated

over 6 years ago

docker pull jimdo/observatory-exporter