We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05533c5 commit 5af9156Copy full SHA for 5af9156
1 file changed
charts/ceph-operations/alerts/pools.yaml
@@ -65,7 +65,7 @@ groups:
65
66
{{- if not (.Values.prometheusRules.disabled.CephPoolUsageHigh | default false) }}
67
- alert: CephPoolUsageHigh
68
- expr: ceph_pool_percent_used > 70
+ expr: "ceph_pool_percent_used > 70"
69
for: 5m
70
labels:
71
service: ceph
@@ -80,7 +80,7 @@ groups:
80
81
{{- if not (.Values.prometheusRules.disabled.CephPoolUsageCritical | default false) }}
82
- alert: CephPoolUsageCritical
83
- expr: ceph_pool_percent_used > 80
+ expr: "ceph_pool_percent_used > 80"
84
85
86
0 commit comments