mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
add comment for BlackboxSslCertificateExpired rule
This commit is contained in:
parent
3c787b342e
commit
317bb2f76a
1 changed files with 5 additions and 0 deletions
|
|
@ -399,6 +399,11 @@ groups:
|
||||||
description: SSL certificate has expired already
|
description: SSL certificate has expired already
|
||||||
query: 'probe_ssl_earliest_cert_expiry - time() <= 0'
|
query: 'probe_ssl_earliest_cert_expiry - time() <= 0'
|
||||||
severity: critical
|
severity: critical
|
||||||
|
comments: |
|
||||||
|
For probe_ssl_earliest_cert_expiry to be exposed after expiration, you
|
||||||
|
need to enable insecure_skip_verify. Note that this will disable
|
||||||
|
certificate validation.
|
||||||
|
See https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md#tls_config
|
||||||
- name: Blackbox probe slow HTTP
|
- name: Blackbox probe slow HTTP
|
||||||
description: HTTP request took more than 1s
|
description: HTTP request took more than 1s
|
||||||
query: 'avg_over_time(probe_http_duration_seconds[1m]) > 1'
|
query: 'avg_over_time(probe_http_duration_seconds[1m]) > 1'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue