This repo explain how to write your custom Active Checks for CheckMK version 1.6 by presenting several working examples.
- Place the nagios plugin
check_validUntil.py
inomd/sites/<site-id>/local/lib/nagios/plugins
dir and make it executable - Place
check_validUntil
intoomd/sites/<site-id>/local/share/check_mk/checks
dir - Place
check_validUntil_params.py
intoomd/sites/<site-id>/local/share/check_mk/web/plugins/wato
dir
- Place the nagios plugin
check_ssl_issuer
inomd/sites/<site-id>/local/lib/nagios/plugins
dir and make it executable - Place
check_ssl_issuer
intoomd/sites/<site-id>/local/share/check_mk/checks
dir - Place
check_ssl_issuer_params.py
intoomd/sites/<site-id>/local/share/check_mk/web/plugins/wato
dir
- Explore to
WATO - CONFIGURATION
->Host & Service Parameters
->Active checks
. - Click on Check validUntil and create a new rule in the folder of your preference.
- Fill the fields with your preference and click
Save
.
- Explore to
WATO - CONFIGURATION
->Host & Service Parameters
->Active checks
. - Click on Check SSL issuer and create a new rule in the folder of your preference.
- Fill the fields with your preference and click
Save
.
- Marco Malavolti - marco.malavolti[at]garr.it