Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.31 KB

Loxone Prometheus exporter

version Build Status Go Report Card codecov Pulls Layers Size

Usage:

go build -o exporter
./exporter --host loxone:8000 --user xcid --password test

Docker

docker run -it --name loxone-prometheus-exporter -p 8080:8080 xcid/loxone-prometheus-exporter --host loxone:8000 --user xcid --password test