Skip to content

sfudeus/docker_rctmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker build of svalouch/rctmon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published