Skip to content

Prometheus exporter for collecting certificate data installed on host.

Notifications You must be signed in to change notification settings

khesam109/certificate-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certificate Exporter


A Prometheus exporter for certificates focusing on expiration monitoring, written in Java. certificate-exporter will parse SSL certificates in a number of directories recursively and expose their expiry as a Prometheus metric. It also can fetch remote endpoint certificate and parse it.


docker

docker image build -t certificate-exporter:1.1.0 .

docker run -d -p 1234:1234 certificate-exporter:1.1.0

docker run -d -e EXPORTER_CONFIG_PATH='/home/config.yml' -p 1234:1234 certificate-exporter:1.1.0

About

Prometheus exporter for collecting certificate data installed on host.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published