Johan Fleury

Results 52 comments of Johan Fleury

This is a duplicate of #206.

I’m using `file_sd_config` with a json file that looks like this: ```json [ { "targets": [ "https://site1.example.com" ], "labels": {} }, { "targets": [ "https://site2.example.com" ], "labels": { "__meta_ssl_exporter_module": "foo"...

I’ve opened a PR, let me know what you think.

> Sorry that I haven't got around to reviewing your PRs yet, I haven't had the time I'd like to dedicate to this project recently. I'm hoping to change that....

Closing this as I don’t have the need for this anymore.

I’m closing the PR as I’m not using ssl_exporter that way anymore since I left my previous company. I still think that having to manage a configuration file is a...

This is probably a duplicate of #63.

Hey, you might want to have a look at #81.

Thanks for the heads up. In the mean time I created [a branch](https://github.com/ribbybibby/ssl_exporter/compare/master...johanfleury:feature/check-revocation-for-the-whole-chain) with a PoC that fits my needs. This introduce a new metric called `ssl_revocation_status` that is computed...

I’ve opened a PR (#81) with the code we’re using in production for a while at my job. I’d be honest, this is far from useful on a daily basis...