https://github.com/nikdoof/hg612-exporter
A prometheus exporter for the HG612 modem
https://github.com/nikdoof/hg612-exporter
Last synced: 5 months ago
JSON representation
A prometheus exporter for the HG612 modem
- Host: GitHub
- URL: https://github.com/nikdoof/hg612-exporter
- Owner: nikdoof
- License: apache-2.0
- Fork: true (dnwe/hg612-exporter)
- Created: 2021-12-05T08:58:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T02:17:54.000Z (over 1 year ago)
- Last Synced: 2024-12-06T03:22:47.514Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HG612 Prometheus Exporter
A prometheus exporter for the HG612 modem
 
*Requires unlocked firmware with exposed metrics*
see https://kitz.co.uk/routers/hg612unlock.htm for flashing instructions and firmware
see also https://support.aa.net.uk/Router_-_EchoLife_HG612
## Usage
```
NAME:
hg612 prometheus exporter - a metrics exporter for the hg612
USAGE:
hg612-exporter [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--host value the fully qualified host for the hg612 modem
--identifier value the identifier for the line and modem
--bind value the bind string for the http server ie :8080 (default: ":8080")
--interval value the interval between collection in seconds (default: 10)
--help, -h show help (default: false)
```
## Build
* `go build .`
* `docker build .`
## Run
* `go run main.go --host --identifier `
* `docker run docker run nikdoof/hg612-exporter --host --identifier `
## Metrics
| Domain | Implemented | Status
| --- | --- | --- |
| dsl | ✓ | alpha |
| device | - | - |
| wan | - | - |
| lan | - | - |
| atm | - | - |
| Domain | Metric Name | Type | Labels |
| --- | --- | --- | --- |
| dsl | dsl_down_attenuation | gauge | `host` `identifier` |
| dsl | dsl_down_crc | gauge | `host` `identifier` |
| dsl | dsl_down_crc_2 | gauge | `host` `identifier` |
| dsl | dsl_down_current_rate | gauge | `host` `identifier` |
| dsl | dsl_down_current_rate_2 | gauge | `host` `identifier` |
| dsl | dsl_down_fec | gauge | `host` `identifier` |
| dsl | dsl_down_fec_2 | gauge | `host` `identifier` |
| dsl | dsl_down_hec | gauge | `host` `identifier` |
| dsl | dsl_down_hec_2 | gauge | `host` `identifier` |
| dsl | dsl_down_max_rate | gauge | `host` `identifier` |
| dsl | dsl_down_power | gauge | `host` `identifier` |
| dsl | dsl_down_snr | gauge | `host` `identifier` |
| dsl | dsl_status | gauge | `host` `identifier` `status` `modulation` `dataPath` |
| dsl | dsl_up_attenuation | gauge | `host` `identifier` |
| dsl | dsl_up_crc | gauge | `host` `identifier` |
| dsl | dsl_up_crc_2 | gauge | `host` `identifier` |
| dsl | dsl_up_current_rate | gauge | `host` `identifier` |
| dsl | dsl_up_current_rate_2 | gauge | `host` `identifier` |
| dsl | dsl_up_fec | gauge | `host` `identifier` |
| dsl | dsl_up_fec_2 | gauge | `host` `identifier` |
| dsl | dsl_up_hec | gauge | `host` `identifier` |
| dsl | dsl_up_hec_2 | gauge | `host` `identifier` |
| dsl | dsl_up_max_rate | gauge | `host` `identifier` |
| dsl | dsl_up_power | gauge | `host` `identifier` |
| dsl | dsl_up_snr | gauge | `host` `identifier` |
### Grafana Dashboard Preview
