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.
2017-12-05 13:22:48 +01:00
2017-11-14 17:12:50 +01:00
2019-10-25 15:58:54 +02:00
2017-11-24 16:02:53 +01:00
2017-11-24 15:55:10 +01:00
2017-11-24 15:56:34 +01:00

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
Description
Check_MK Plugins
Readme GPL-2.0 126 KiB
Languages
Python 99.1%
Makefile 0.9%