2021-07-08 19:37:21 +02:00
# checkmk-monitoring-plugins
A collection of monitoring plugins for checkmk >= 2.0
2021-07-08 19:54:26 +02:00
## running-kernel (Checkmk Agent local check)
2021-07-08 20:10:53 +02:00
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.
2021-07-08 19:54:26 +02:00
#### 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.
2023-03-14 15:47:54 +01:00
Author
### Thorsten Spille
[<img src="https://storage.ko-fi.com/cdn/brandasset/kofi_s_tag_dark.png" rel="Support me on Ko-Fi"> ](https://ko-fi.com/thorakel )