A collection of monitoring plugins for checkmk >= 2.0
Go to file
Thorsten Spille 6eba5baf48
Update check_running_kernel
Fix kernel detection
2023-12-11 22:51:53 +01:00
ecc Create check_ecc 2023-06-02 10:57:51 +02:00
release-info Update check_release_info 2022-10-16 15:05:20 +02:00
running-kernel Update check_running_kernel 2023-12-11 22:51:53 +01:00
LICENSE Initial commit 2021-07-08 19:37:21 +02:00
README.md Update README.md 2023-03-14 15:48:05 +01:00

checkmk-monitoring-plugins

A collection of monitoring plugins for checkmk >= 2.0

running-kernel (Checkmk Agent local check)

Compares the running kernel with the latest installed kernel on Debian based systems and will change state to WARN if a newer kernel version is installed and the system needs a reboot.

Installation

Just execute the following command to install the plugin on your machine to monitor:

wget -O /usr/lib/check_mk_agent/local/check_running_kernel https://github.com/bashclub/checkmk-monitoring-plugins/raw/main/running-kernel/check_running_kernel
chmod +x /usr/lib/check_mk_agent/local/check_running_kernel

The check will be detected automatically by CheckMK Discovery.

Author

Thorsten Spille