feat(systemd): improve service status reporting with structured systemctl data

This commit is contained in:
2026-04-16 03:51:24 +00:00
parent e916ccf3ae
commit e2cfa67fee
3 changed files with 119 additions and 34 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-04-16 - 5.8.0 - feat(systemd)
improve service status reporting with structured systemctl data
- switch status collection from parsing `systemctl status` output to `systemctl show` properties for more reliable service state detection
- display a distinct "not installed" status when the unit is missing
- format systemd memory and CPU usage values into readable output for status details
## 2026-04-16 - 5.7.0 - feat(monitoring)
add edge-triggered threshold handling with group action orchestration and HA-aware Proxmox shutdowns