/tp-link-router-exporter

A simple prometheus exporter for TP-Link Routers (only tested on TP-Link AX3000)

Primary LanguagePython

tp-link-router-exporter

Based around a really awesome client library tplinkrouterc6u

Instructions

To run, first create a .env file in the same directory as this project, like so:

TP_LINK_ROUTER_IP=http://10.0.1.1
TP_LINK_ROUTER_PASSWORD=foo

Then create the container like:

docker compose up -d --build