Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 881 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 881 Bytes

Motorola Modem Monitor

Track stats from Motorola cable modem (test with MB8600)

Build

docker image build . -t ehiller/motorola-modem-monitor:latest -t ehiller/motorola-modem-monitor:ws2019sc

Run

docker run --name motorola-modem-monitor --env-file ./config/.env ehiller/motorola-modem-monitor:latest

Run detached

docker image build . -t ehiller/motorola-modem-monitor:latest -t ehiller/motorola-modem-monitor:ws2019sc
docker container rm -f motorola-modem-monitor
docker run --name motorola-modem-monitor -d --env-file ./config/.env ehiller/motorola-modem-monitor:latest

Example .env file

ELASTICSEARCH_HOST=host.domain.tld:9200
ELASTICSEARCH_INDX=mb8600_modem
INFLUXDB_HOST=host.domain.tld
INFLUXDB_DATABASE=mb8600_modem

References