mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Modify systemd service crash rule description
Updated the description for the systemd service crash rule to include the service name.
This commit is contained in:
parent
206ec8696d
commit
478d99c6a1
1 changed files with 1 additions and 2 deletions
|
|
@ -247,8 +247,7 @@ groups:
|
|||
severity: warning
|
||||
for: 2m
|
||||
- name: Host systemd service crashed
|
||||
summary: Host systemd service {{ $labels.name }} crashed (instance {{ $labels.instance }})
|
||||
description: "systemd service crashed"
|
||||
description: "systemd service {{ $labels.name }} crashed"
|
||||
query: '(node_systemd_unit_state{state="failed"} == 1)'
|
||||
severity: warning
|
||||
- name: Host physical component too hot
|
||||
|
|
|
|||
Loading…
Reference in a new issue