Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Feb 18, 2024
1 parent 6a8b4cb commit 103f552
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# check_hm

Tool and Nagios/Icinga check plugin for Homematic/Raspberrymatic
Tool and Nagios/Icinga check plugin for Homematic/Raspberrymatic using XMLAPI-Addon


[![Go Report Card](https://goreportcard.com/badge/github.com/tommi2day/check_hm)](https://goreportcard.com/report/github.com/tommi2day/check_hm)
Expand All @@ -22,7 +22,10 @@ debug: false
```
- test the plugin with `check_hm device list`. It should return a list of your devices. You may enable --debug to see details

## general usage
## Configuration
- create the your command and service definitions. For Icinga2 see [Icinga2.md](Icinga2.md) and Icinga Director basket [icinga2_basket.json](icinga2_basket.json)

## general tool usage
```bash
>check_hm.exe --help
Nagios/Icinga plugin check Homematic/Raspberrymatic status with XMLAPI
Expand Down Expand Up @@ -294,6 +297,9 @@ ID:6548, Name: DutyCycle, Value: 34.000000 %, INFO: DutyCycle CCU, Since:2024-02
- [XMLAPI-Addon](https://github.com/homematic-community/XML-API)
- [go-nagios](https://github.com/atc0005/go-nagios)
- [Threshold Format](https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT)
- [Icinga2 configuration](Icinga2.md)
- [Icinga2 Director Basket](icinga2_basket.json)




Expand Down

0 comments on commit 103f552

Please sign in to comment.