mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +08:00
_data/rules.yml: Added CoreDNS panic alert.
This commit is contained in:
parent
f460b39c97
commit
37109f8ccd
1 changed files with 8 additions and 0 deletions
|
|
@ -435,3 +435,11 @@ services:
|
||||||
description: Interface is getting saturated for at least 1 min. (> 0.80GiB/s)
|
description: Interface is getting saturated for at least 1 min. (> 0.80GiB/s)
|
||||||
query: 'irate(junos_interface_transmit_bytes[1m]) * 8 > 1e+9 * 0.80'
|
query: 'irate(junos_interface_transmit_bytes[1m]) * 8 > 1e+9 * 0.80'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
|
- name: CoreDNS
|
||||||
|
exporters:
|
||||||
|
- rules:
|
||||||
|
- name: CoreDNS Panic Count
|
||||||
|
description: Number of CoreDNS panics encountered
|
||||||
|
query: 'coredns_panic_count_total > 0'
|
||||||
|
severity: error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue