Releases: blaugrau90/cmk-linux-server-reboot
Releases · blaugrau90/cmk-linux-server-reboot
v1.0.1
Bugfix Release
Fixed
- False positive reboot alert on Debian/Ubuntu hosts (
rpm-kernel-mismatch)- Detection method 4 (RPM kernel comparison) was triggering on Debian-based systems where
rpmis installed but not the primary package manager. rpm -q kernel --lastreturns"package kernel is not installed"on Debian, causingawk '{print $1}'to extract"package"— which never matchesuname -r.- Fix: Method 4 is now skipped on any system where
dpkgis present.
- Detection method 4 (RPM kernel comparison) was triggering on Debian-based systems where
v1.0.0 – Initial Release
System Reboot Required v1.0.0
Initial release of the Checkmk plugin for pending Linux system reboots.
Features
- Monitors all Linux hosts for pending system reboots
- Supports Debian/Ubuntu, RHEL/CentOS, Rocky/AlmaLinux and other RPM-based distros
- Configurable WARN/CRIT thresholds (default: WARN after 12h, CRIT after 24h)
- Reports detection method, time pending and affected packages
- Immediate CRIT when timestamp is unknown
- Supports Checkmk 2.4+ (CRE/CEE/CME)