Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vaga/edgemax_exporter

Prometheus exporter that exposes metrics from Ubiquiti EdgeMAX devices.
https://github.com/vaga/edgemax_exporter

edgemax prometheus prometheus-exporter

Last synced: 3 months ago
JSON representation

Prometheus exporter that exposes metrics from Ubiquiti EdgeMAX devices.

Awesome Lists containing this project

README

        

# 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)](https://github.com/mdlayher/edgemax_exporter) with [gorilla/websocket](https://github.com/gorilla/websocket) implementation.

## Getting started

To run it:
```
./edgemax_exporter [flags]
```

Help on flags:
```
./edgemax_exporter --help
```

## Running tests

```
go test ./...
```