All Projects → Jimdo → observatory-exporter

Jimdo / observatory-exporter

Licence: MIT License
Prometheus exporter for Mozilla Observatory

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to observatory-exporter

Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (+580.65%)
Mutual labels:  certificate, prometheus
python-monitoring-talk
Materials for my talks and articles on monitoring with focus on Python applications
Stars: ✭ 32 (+3.23%)
Mutual labels:  prometheus
starboard-exporter
A standalone exporter for vulnerability reports and other CRs created by Starboard.
Stars: ✭ 22 (-29.03%)
Mutual labels:  prometheus
octane-exporter
Export Laravel Octane metrics using this Prometheus exporter.
Stars: ✭ 14 (-54.84%)
Mutual labels:  prometheus
concerto
A command line tool and a library to generate TLS certificates for development purposes.
Stars: ✭ 34 (+9.68%)
Mutual labels:  certificate
cissp-mind-map
CISSP mind map, 8 domains, 2020 edition, OSG/AIO eighth edition, 8th
Stars: ✭ 31 (+0%)
Mutual labels:  certificate
cert-manager-alidns-webhook
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.
Stars: ✭ 31 (+0%)
Mutual labels:  certificate
django-yadpt-starter
Yet Another Django Project Template skeleton for Django projects
Stars: ✭ 28 (-9.68%)
Mutual labels:  certificate
letsencrypt-inwx
A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx.
Stars: ✭ 43 (+38.71%)
Mutual labels:  certificate
ght-acme.sh
Shell script to sign certificate by the letsencrypt CA
Stars: ✭ 31 (+0%)
Mutual labels:  certificate
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+203.23%)
Mutual labels:  prometheus
github exporter
Prometheus exporter for GitHub
Stars: ✭ 21 (-32.26%)
Mutual labels:  prometheus
sentry exporter
Prometheus exporter for Sentry
Stars: ✭ 23 (-25.81%)
Mutual labels:  prometheus
yabeda-prometheus
Adapter to expose metrics collected by Yabeda plugins to Prometheus
Stars: ✭ 77 (+148.39%)
Mutual labels:  prometheus
microservices-observability
🎉 Microservices Observability - Log Aggregation, Distributed Tracking, Metrics
Stars: ✭ 40 (+29.03%)
Mutual labels:  prometheus
website-checks
check your website for issues with multiple tools and get PDF reports of the results
Stars: ✭ 69 (+122.58%)
Mutual labels:  certificate
cert-manager
Automatically provision and manage TLS certificates in Kubernetes
Stars: ✭ 8,781 (+28225.81%)
Mutual labels:  certificate
epiphany
Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Stars: ✭ 114 (+267.74%)
Mutual labels:  prometheus
eks-hpa-profile
An eksctl gitops profile for autoscaling with Prometheus metrics on Amazon EKS on AWS Fargate
Stars: ✭ 26 (-16.13%)
Mutual labels:  prometheus
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (-22.58%)
Mutual labels:  prometheus

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].