An open API service indexing awesome lists of open source software.

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

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
```