mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
63310c818d
commit
5ead5d79c7
1 changed files with 2 additions and 1 deletions
|
|
@ -444,9 +444,10 @@ groups:
|
||||||
comments: |
|
comments: |
|
||||||
The metric uses inverted logic: 1=no fault, 0=fault detected.
|
The metric uses inverted logic: 1=no fault, 0=fault detected.
|
||||||
- name: IPMI SEL almost full
|
- name: IPMI SEL almost full
|
||||||
description: "IPMI System Event Log on {{ $labels.instance }} has only {{ $value }} bytes free. Clear the SEL to prevent loss of new events."
|
description: "IPMI System Event Log on {{ $labels.instance }} has only {{ printf \"%.0f\" $value }} bytes free. Clear the SEL to prevent loss of new events."
|
||||||
query: 'ipmi_sel_free_space_bytes < 512'
|
query: 'ipmi_sel_free_space_bytes < 512'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
for: 5m
|
||||||
comments: |
|
comments: |
|
||||||
SEL storage is typically very limited (e.g., 16KB). When full, new events may be dropped.
|
SEL storage is typically very limited (e.g., 16KB). When full, new events may be dropped.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue