1
0
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/README.md
2017-11-24 15:56:34 +01:00

629 B

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