mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
add prometheus metrics for errors when getting certificates through acme (typically from let's encrypt)
and add an alerting rule for it. we certainly want a heads up when there are issues with the certificates.
This commit is contained in:
@ -8,6 +8,11 @@ groups:
|
||||
annotations:
|
||||
summary: unhandled panic
|
||||
|
||||
- alert: mox-acme-request-cert-errors
|
||||
expr: increase(mox_autotls_cert_request_errors_total[1h]) > 0
|
||||
annotations:
|
||||
summary: errors requesting tls certificates with acme
|
||||
|
||||
- alert: mox-ip-on-dns-blocklist
|
||||
expr: mox_dnsbl_ips_success < 1
|
||||
annotations:
|
||||
|
Reference in New Issue
Block a user