Create README.md

This commit is contained in:
alexreinert 2017-06-25 21:39:29 +02:00 committed by GitHub
parent 594331e987
commit 8de0a9b845
1 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Homematic check_mk addon
This project contains an addon for the Homematic CCU2 or a Raspberrymatic device which acts as an check_mk_agent.
As the orginal check_mk_agent does not support Busybox, not all of the sections of the original agent are available, but I tried to support as much as possible.
Additionally all datapoints of Homematic channels added to the Gewerk Monitored and all service messages are sent to the server in one section.
At the moment there are some Plugins for the check_mk server implemented:
- Check for Devices with Low Batteries (All devices)
- Check for Unreachable devices (All devices)
- Check for all other service messages (All devices)
- Check for Humidity with configurable limits (Only channels in Gewerk Monitored)
Don't hesitate to ask for additional check plugins.
# Installation
- CCU Addon: Use the normal addon installation process of the CCU/Raspberrymatic
- check_mk Plugin: Refer to the check_mk documentation, how to install MKP packages
# License
Apache 2