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:
Samuel Berthe 2026-03-01 20:13:56 +01:00 committed by GitHub
parent 206ec8696d
commit 478d99c6a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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