mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 03:17:07 +08:00
Publish
This commit is contained in:
parent
eeebb90e6f
commit
80400e9a56
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: Host systemd service crashed (instance {{ $labels.instance }})
|
summary: Host systemd service crashed (instance {{ $labels.instance }})
|
||||||
description: "systemd service crashed\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "systemd service {{ $labels.name }} crashed\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: HostPhysicalComponentTooHot
|
- alert: HostPhysicalComponentTooHot
|
||||||
expr: 'node_hwmon_temp_celsius > node_hwmon_temp_max_celsius'
|
expr: 'node_hwmon_temp_celsius > node_hwmon_temp_max_celsius'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue