diff --git a/assets/prometheus/rules/node.rules.yaml b/assets/prometheus/rules/node.rules.yaml
index d14f0870c8484cf183982ae3b85fe62ca9eb13bb..9a9d599c638ee5e9b07dc22babc92c020d872e80 100644
--- a/assets/prometheus/rules/node.rules.yaml
+++ b/assets/prometheus/rules/node.rules.yaml
@@ -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
diff --git a/manifests/prometheus/prometheus-k8s-rules.yaml b/manifests/prometheus/prometheus-k8s-rules.yaml
index 0e548cecf082a8f077beebe4b1785e7c4beeb48b..470d27c9eeb6d56cac156263c837543e2d1002c5 100644
--- a/manifests/prometheus/prometheus-k8s-rules.yaml
+++ b/manifests/prometheus/prometheus-k8s-rules.yaml
@@ -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