mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
query regex fix
This commit is contained in:
parent
4f028f33c7
commit
8f5b226f61
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ groups:
|
|||
for: 15m
|
||||
- name: Smart NVME Wearout Indicator
|
||||
description: NVMe device is wearing out (instance {{ $labels.instance }})
|
||||
query: smartctl_device_available_spare{device=~"nvme"} < smartctl_device_available_spare_threshold{device=~"nvme"}
|
||||
query: smartctl_device_available_spare{device=~"nvme.*"} < smartctl_device_available_spare_threshold{device=~"nvme.*"}
|
||||
severity: critical
|
||||
for: 15m
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue