Skip to content

Commit

Permalink
Corrected Hugepages alert summary to match severity (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nothen <[email protected]>
Co-authored-by: Leif Madsen <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent 266fc3e commit 627db78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/alerts/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
labels:
severity: critical
annotations:
summary: Hugepages (warning)
summary: Hugepages (critical)
expr: >-
sum without (type_instance) (collectd_hugepages_vmpage_number{type_instance="free"})/ sum without (type_instance) (collectd_hugepages_vmpage_number) < 0.1
for: 10m
Expand Down

0 comments on commit 627db78

Please sign in to comment.