Skip to content
Snippets Groups Projects
Commit 4c77a9db authored by Alexander Holte-Davidsen's avatar Alexander Holte-Davidsen
Browse files

Update Alert Manager rules for NodeDiskRunningFull with summary

parent 07263e98
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ groups:
annotations:
description: device {{$labels.device}} on node {{$labels.instance}} is running
full within the next 24 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full within 24 hours
- alert: NodeDiskRunningFull
expr: predict_linear(node_filesystem_free[30m], 3600 * 2) < 0
for: 10m
......@@ -43,4 +44,4 @@ groups:
annotations:
description: device {{$labels.device}} on node {{$labels.instance}} is running
full within the next 2 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full
summary: Node disk is running full within 2 hours
......@@ -531,6 +531,7 @@ data:
annotations:
description: device {{$labels.device}} on node {{$labels.instance}} is running
full within the next 24 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full within 24 hours
- alert: NodeDiskRunningFull
expr: predict_linear(node_filesystem_free[30m], 3600 * 2) < 0
for: 10m
......@@ -539,7 +540,7 @@ data:
annotations:
description: device {{$labels.device}} on node {{$labels.instance}} is running
full within the next 2 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full
summary: Node disk is running full within 2 hours
prometheus.rules.yaml: |+
groups:
- name: prometheus.rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment