ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
520 stars 97 forks source link

Add support for Organization Unit field #2

Closed tdabasinskas closed 5 years ago

tdabasinskas commented 5 years ago

Adding support for a new metric ssl_cert_subject_organization_units, which lists the organizations units specified via OU field on the certificate.

While I'm on that, I did the following cleanup as well:

tdabasinskas commented 5 years ago

Thanks for a quick response, @ribbybibby.

I've updated ous variable name as requested.

As for these commas, thanks for the link - I wasn't aware about this pattern before. I've dropped that commit so these extra commas are preserved.

ribbybibby commented 5 years ago

Thanks @tdabasinskas.