Skip to content

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

Clone this wiki locally