add value to alert summaries

This commit is contained in:
viktorbarzin 2021-02-19 18:58:36 +00:00
parent f7d45c6857
commit 2b6de2113f
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ serverFiles:
labels:
severity: page
annotations:
summary: Node down.
summary: Node {{$labels.instance}} down.
- name: NodeHighCPUUsage
rules:
- alert: NodeHighCPUUsage
@ -106,7 +106,7 @@ serverFiles:
labels:
severity: page
annotations:
summary: High CPU usage on node.
summary: "High CPU usage on node. Node load: {{ $value }}"
# - name: PodStuckNotReady
# rules:
# - alert: PodStuckNotReady
@ -141,7 +141,7 @@ serverFiles:
labels:
severity: page
annotations:
summary: High Power usage. Baseline is 112W
summary: "High Power usage. Baseline is 112W. Current reading: {{$value}}"
- name: NoNodeLoadData
rules:
- alert: NoNodeLoadData

Binary file not shown.