steigr / edgemax_exporter

Prometheus exporter that exposes metrics from Ubiquiti EdgeMAX devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdgeMAX Exporter for Prometheus

This is a simple server that scrapes EdgeMAX stats and exports them via HTTP for Prometheus consumption.

Rewriting of mdlayher/edgemax_exporter (archived repo) with gorilla/websocket implementation.

Getting started

To run it:

./edgemax_exporter [flags]

Help on flags:

./edgemax_exporter --help

Running tests

go test ./...

About

Prometheus exporter that exposes metrics from Ubiquiti EdgeMAX devices.

License:MIT License


Languages

Language:Go 97.5%Language:Dockerfile 2.5%