Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 823 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 823 Bytes

docker_rctmon

This is a multi-arch docker build of svalouch/rctmon, a metrics extractor for metrics of RCT PowerStorage, a solar inverter from RCT Power GmbH

Usage

This project auto-publishes a multi-arch (armv7, arm64, amd64) docker image to Docker Hub. The exporter runs on port 9831 by default (exposed port in Dockerfile, but can be configured to run on a different port.

It can be run with the following command, with $configFile, being a absolute path to a rctmon config file.

docker run -it --rm -v $configFile:/config.yaml -p 9831:9831 sfudeus/rctmon:latest

A basic config can be found in the original project.