https://github.com/acaranta/docker-eero-prometheus-exporter
a docker container to expose your eero wifi metrics
https://github.com/acaranta/docker-eero-prometheus-exporter
Last synced: about 1 year ago
JSON representation
a docker container to expose your eero wifi metrics
- Host: GitHub
- URL: https://github.com/acaranta/docker-eero-prometheus-exporter
- Owner: acaranta
- Created: 2020-12-13T11:48:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T11:49:05.000Z (over 5 years ago)
- Last Synced: 2023-10-20T16:07:07.097Z (over 2 years ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EERO Prometheus exporter
This docker container is just a wrapper around [eero exporter](https://github.com/brmurphy/eero-exporter).
Session File has to be stored on a persistent volume, mounted on `/data`.
First run should be done manually to generate/set session file :
```
docker run --rm -ti -v :/data acaranta/eero-exporter /usr/bin/python3 /app/session_init.py
```
It will ask for you email/phone number and the received OTP code.
Then you can run the exporter :
```
docker run -d -v :/data -p 9118:9118 acaranta/eero-exporter
```
And access the exported metrics via :
```
:9118/metrics
```