mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
_data/rules.yml: Added CoreDNS panic alert. (#35)
_data/rules.yml: Added CoreDNS panic alert.
This commit is contained in:
commit
3cdc7d625a
1 changed files with 8 additions and 0 deletions
|
|
@ -474,3 +474,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: 'increase(coredns_panic_count_total[10min]) > 0'
|
||||||
|
severity: error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue