-
Notifications
You must be signed in to change notification settings - Fork 5
Prometheus Alert
Nadeem Mohammad edited this page Jan 12, 2021
·
2 revisions
Add the following to your alerts rule
- alert: VolumeUsage
expr: volume_percentage_used > 90
for: 5m
labels:
severity: warning
service: okd
scope: infrastructure
annotations:
title: High volume usage {{ $value }}
description: Volume running out (> 90%)
Refer this for detailed example