Add systemd service name to HostSystemdServiceCrashed summary (#499)

* Add systemd service name to HostSystemdServiceCrashed summary

* Modify systemd service crash rule description

Updated the description for the systemd service crash rule to include the service name.

---------

Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
This commit is contained in:
Marcin Morawski 2026-03-01 20:15:17 +01:00 committed by GitHub
parent 0693ed168e
commit eeebb90e6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,7 +247,7 @@ groups:
severity: warning
for: 2m
- name: Host systemd service crashed
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