Skip to content

Commit d2abbcb

Browse files
Update pools.yaml
1 parent 061869d commit d2abbcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/ceph-operations/alerts/pools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ groups:
7373
type: ceph_default
7474
{{- include "cloud-storage-operations.additionalRuleLabels" . | nindent 6 }}
7575
annotations:
76-
description: "Pool `{{`{{ $labels.name }}`}}` capacity utilization is high, it impacts cluster operations and possess risk of pool full if not addressed in short time, either release space or add more capacity immediately"
76+
description: "Pool `{{`{{ $labels.pool_id }}`}}` capacity utilization is high, it impacts cluster operations and possess risk of pool full if not addressed in short time, either release space or add more capacity immediately"
7777
summary: "One or more Ceph pools are nearly full"
7878
{{- end }}
7979

@@ -87,7 +87,7 @@ groups:
8787
type: ceph_default
8888
{{- include "cloud-storage-operations.additionalRuleLabels" . | nindent 6 }}
8989
annotations:
90-
description: "Pool `{{`{{ $labels.name }}`}}` capacity utilization is criticaly high, it impacts cluster operations and possess risk of pool full if not addressed in short time, either release space or add more capacity immediately"
90+
description: "Pool `{{`{{ $labels.pool_id }}`}}` capacity utilization is criticaly high, it impacts cluster operations and possess risk of pool full if not addressed in short time, either release space or add more capacity immediately"
9191
summary: "One or more Ceph pools are criticaly full"
9292
{{- end }}
9393
{{- end }}

0 commit comments

Comments
 (0)