This repository has been archived on 2025-03-31 . You can view files and clone it, but cannot push or open issues or pull requests.
Check_MK Plugins
This is a collection of plugins I wrote for the Check_MK Monitoring system.
Building
To build all the plugins, clone this repository and run:
make all
(Make sure to have Python3 installed.)
You can also build a single plugin, e.g.:
make check_hls
The files (*.mkp) will be written into the build/
directory.
Installing
SSH into your Check_MK machine, change to the user of the site you want to install the plugin, then run:
mkp install /path/to/plugin.mkp
Languages
Python
99.1%
Makefile
0.9%