monitoring: raise rootfs warning threshold to 85 percent

This commit is contained in:
Brad Stein 2026-03-30 18:41:05 -03:00
parent a230bf4182
commit 2d7b51d3b3

View File

@ -49,7 +49,7 @@ data:
interval: 1m interval: 1m
rules: rules:
- uid: disk-pressure-root - uid: disk-pressure-root
title: "Node rootfs high (>80%)" title: "Node rootfs high (>85%)"
condition: C condition: C
for: "10m" for: "10m"
data: data:
@ -83,7 +83,7 @@ data:
type: threshold type: threshold
conditions: conditions:
- evaluator: - evaluator:
params: [80] params: [85]
type: gt type: gt
operator: operator:
type: and type: and
@ -93,7 +93,7 @@ data:
noDataState: NoData noDataState: NoData
execErrState: Error execErrState: Error
annotations: annotations:
summary: "{{ $labels.node }} rootfs >80% for 10m" summary: "{{ $labels.node }} rootfs >85% for 10m"
labels: labels:
severity: warning severity: warning
- uid: disk-growth-1h - uid: disk-growth-1h