/puppetdb-to-checkmk

Maintains CheckMK hosts based on information from puppetdb

Primary LanguagePython

puppetdb-to-checkmk

Maintains CheckMK hosts based on information from puppetdb

puppetdb-to-checkmk serves to help synchronize hosts present in PuppetDB with CheckMK by utilizing the CheckMK API.

Virtualenv notes:

cd puppetdb-to-CheckMK

virtualenv venv

source bin/venv/activate

python3 -m pip install -r requirements.txt

... profit