Skip to content

Releases: blaugrau90/cmk-linux-server-reboot

v1.0.1

19 Mar 23:14

Choose a tag to compare

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 rpm is installed but not the primary package manager.
    • rpm -q kernel --last returns "package kernel is not installed" on Debian, causing awk '{print $1}' to extract "package" — which never matches uname -r.
    • Fix: Method 4 is now skipped on any system where dpkg is present.

v1.0.0 – Initial Release

19 Mar 21:55

Choose a tag to compare

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)