https://github.com/jzucker2/tp-link-router-exporter
A simple prometheus exporter for TP-Link Routers (only tested on TP-Link AX3000)
https://github.com/jzucker2/tp-link-router-exporter
Last synced: 3 months ago
JSON representation
A simple prometheus exporter for TP-Link Routers (only tested on TP-Link AX3000)
- Host: GitHub
- URL: https://github.com/jzucker2/tp-link-router-exporter
- Owner: jzucker2
- Created: 2024-01-04T02:23:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T07:54:19.000Z (7 months ago)
- Last Synced: 2025-01-23T12:09:31.590Z (5 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tp-link-router-exporter
Based around a really awesome client library [`tplinkrouterc6u`](https://github.com/AlexandrErohin/TP-Link-Archer-C6U)
## Instructions
To run, first create a `.env` file in the same directory as this project, like so:
```shell
TP_LINK_ROUTER_IP=http://10.0.1.1
TP_LINK_ROUTER_PASSWORD=foo
```Then create the container like:
```shell
docker compose up -d --build
```