mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 23:02:16 +00:00
Initial commit
This adds a rudimentary `chaos` package for querying broadband info, and a Prometheus exporter.
This commit is contained in:
10
cmd/aaisp_exporter/README.md
Normal file
10
cmd/aaisp_exporter/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# AAISP Exporter
|
||||
|
||||
A Prometheus exporter for information about [Andrews and Arnold](https://aa.net.uk) broadband lines.
|
||||
|
||||
It exposes metrics:
|
||||
|
||||
* **aaisp_broadband_quota_remaining**: The line's remaining in the current monthly quota in bytes
|
||||
* **aaisp_broadband_quota_total**: The line's monthly quota in bytes, excluding rollover
|
||||
* **aaisp_broadband_rx_rate**: The line's receive (upload) rate in bits per second
|
||||
* **aaisp_broadband_tx_rate**: The line's transmit (download) rate in bits per second
|
||||
Reference in New Issue
Block a user