Ssl Exporter Versions Save

Exports Prometheus metrics for TLS certificates

v2.4.2

1 year ago

Changelog

  • 8b30e09 Bump dependencies (#108)
  • 0c34528 Bump github.com/prometheus/common from 0.35.0 to 0.36.0 (#106)
  • cad7f2a Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (#104)
  • 57395f8 Bump github.com/go-kit/log from 0.2.0 to 0.2.1 (#99)
  • 9c5ba75 Bump docker/setup-qemu-action from 1 to 2 (#96)
  • 8f808b7 Bump docker/login-action from 1 to 2 (#97)
  • 120cbe6 Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#98)
  • 67a8b2d Update README.md (#90)

v2.4.1

2 years ago

Changelog

  • 52fb447 Amend module path for v2
  • 793444c Bump actions/setup-go from 1 to 3 (#94)
  • a4b90c6 Bump actions/checkout from 2 to 3 (#95)
  • ee7c7c6 Bump actions/upload-artifact from 2 to 3 (#93)
  • cd7adea Update kubernetes deps
  • ee51a3e Update go.mod and add dependabot
  • 65249bc added pop3 STARTTLS queryResponse (#84)
  • 8e31893 Build multi-arch docker images
  • d38244b Release additional archs

v2.4.0

2 years ago

Changelog

  • 02d6183 Add default_module and target options
  • 087c407 Move grafana dashboard to contrib
  • d475f3a Update release instructions
  • a8dcb43 Use FieldSelector to select only tls secrets (#82)
  • 0b96063 CI improvements
  • 88198bf Install goreleaser with go install
  • b5b2729 Go 1.17 and update deps
  • 43dee90 Support TLS renegotiation (#83)
  • 78306b9 actions: push to Docker Hub

v2.3.1

2 years ago

Changelog

08d9a66 Release 2.3.1 a94845a Add support for postgresql protocol (#77) ef1a35d Update dependencies (#76)

v2.2.1

2 years ago

Changelog

4aaa67e Release 2.2.1 83f0127 Move to github.com/prometheus/common/promlog for logging (#71) d5cbd64 Update README.md 5265251 Support getting certificate information from a kubeconfig file (#61) b37574b [added] release target add mips64le (#65)

v2.2.0

3 years ago

This release includes a number of new features:

  • OCSP stapling metrics
  • Prober for certificates in Kubernetes secrets
  • Prober for certificates in local files
  • Configurable timeout for modules

Please note that the ssl_tls_connect_success metric has been renamed to ssl_probe_success.

Changelog

5d3ac12 release 2.2.0 44d8713 Add test for TLS version metric 8cde56c Fix examples in the README fdda9c3 Add prober column to metrics table d92d7be Add file prober to example config ca7aa1f Fix golint errors 13a03b1 Move tests to prober package 67539b6 Use same results check for file + kube probes f4782e3 Make the description in the README more succinct 63dcb9a Add kubernetes prober 0506638 Add file prober c74c0de Refactor prober function and metrics collection e05745b Export OCSP stapling metrics (#54) 896b59b Update deps && go 1.15 119d3cd Add a configurable timeout to the module configuration (#55)

v2.1.1

3 years ago

Changelog

224fb62 release 2.1.1 b84db80 Fix ssl_verified_cert_not_after typo

v2.1.0

3 years ago

Changelog

c0f4183 release 2.1.0 17aa4e2 Add metrics for certificates in the verified chains (#48) ddedd5f Add more information to error logs (#49) ac9bc31 add a file name extension to the generated binary when the host (e.g. windows) requires it (#47) b4b8471 build windows release (#43)

v2.0.0

3 years ago

This release modifies the way the exporter is configured to use a modules/probers structure as seen in the blackbox_exporter.

This should be a no-op for the majority of users, however please note the following:

  • The --tls.insecure, --tls.cacert, --tls.client-auth, --tls.cert and --tls.key options have been removed. Please define a module with the corresponding TLS options instead. Refer to the example.
  • If you were relying on http proxying or other http client features, you will need to update your scrape config to use the https prober module, rather than relying on the exporter comprehending the scheme of the target. This is covered in the README.

Some new features have been introduced as well:

  • Support for setting TLS servername
  • STARTTLS support for smtp, imap and ftp
  • Defining a http proxy url explicitly on a per-module basis

Changelog

b2ed4e6 release 2.0.0 89eff28 Add starttls for smtp, imap and ftp (#36) 1c8bd16 Add proxy_url parameter to https configuration (#35) 801179e Move to a modules/probers model, like the blackbox_exporter. (#34)

v1.0.1

3 years ago

Changelog

5ca5c8c release 1.0.1 dc2882c Fix emailAddresses (#33) 8ef058e Modify build and release processes (#32) 41830d4 Fix connection leak (#31) 1305aac renew test certificates (#28)