9 ms·
Or better, an alert to check the cert is still valid
by agjmills 4y ago
Or better, an alert to check the cert is still valid
- yebyen 4y agoYou don't want an alert to check the cert is still valid, that's how you get outages. It's an alert to check cert has at least 2 weeks or more life left in it! (So it either fires ideally before you leave for that long vacation, or so that you can still take care of it when you get back.)
- agjmills 4y agoBut also check it’s still valid, because revocations
- GauntletWizard 4y agoThis is all built in very nicely to https://github.com/prometheus/blackbox_exporter https://github.com/prometheus/blackbox_exporter - Though they could use a blazing red link to an example rules file.