Trivial Prometheus exporter to fetch and plot remaining monthly quota for AAISP users.
Go to file
Laurence Withers eb96f45f22 Cope with some observed transient failure conditions 2023-12-28 13:32:05 +00:00
.gitignore Initial version 2023-03-03 18:23:21 +00:00
LICENSE Initial commit 2023-03-03 17:51:40 +00:00
README.md Initial version 2023-03-03 18:23:21 +00:00
go.mod Cope with some observed transient failure conditions 2023-12-28 13:32:05 +00:00
go.sum Cope with some observed transient failure conditions 2023-12-28 13:32:05 +00:00
main.go Cope with some observed transient failure conditions 2023-12-28 13:32:05 +00:00

README.md

aaisp-quota-exporter

Trivial Prometheus exporter to fetch and plot remaining monthly quota for AAISP users. Uses the AAISP API documented at https://support.aa.net.uk/Home::1.

The exporter takes an optional -bind parameter with [host]:port argument. It will default to :9100 (bind to all addresses, port 9100). Metrics are available at /metrics.

It will update every 5 minutes.