|
|
|
@ -14,7 +14,7 @@ spec:
|
|
|
|
for: 10m
|
|
|
|
for: 10m
|
|
|
|
labels:
|
|
|
|
labels:
|
|
|
|
severity: warning
|
|
|
|
severity: warning
|
|
|
|
expr: avg(minio_cluster_capacity_usable_free_bytes{namespace="{{ .Release.Name }}") * 100 / avg(minio_cluster_capacity_usable_total_bytes{namespace="{{ .Release.Name }}"}) < 15
|
|
|
|
expr: avg(minio_cluster_capacity_usable_free_bytes{namespace="{{ .Release.Name }}"}) * 100 / avg(minio_cluster_capacity_usable_total_bytes{namespace="{{ .Release.Name }}"}) < 15
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
message: there is less than 15% left. plz check for deletion or increase capacity
|
|
|
|
message: there is less than 15% left. plz check for deletion or increase capacity
|
|
|
|
- alert: s3_cluster_capacity_critical
|
|
|
|
- alert: s3_cluster_capacity_critical
|
|
|
|
|