Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vaga/edgemax_exporter
- Owner: vaga
- License: mit
- Created: 2018-02-07T10:17:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T08:14:57.000Z (over 4 years ago)
- Last Synced: 2024-06-20T00:34:50.659Z (7 months ago)
- Topics: edgemax, prometheus, prometheus-exporter
- Language: Go
- Size: 7.81 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 ./...
```