Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dstotijn/ch7465lg
Go library and Prometheus exporter for the Compal CH7465LG cable modem (Ziggo ConnectBox).
https://github.com/dstotijn/ch7465lg
Last synced: 14 days ago
JSON representation
Go library and Prometheus exporter for the Compal CH7465LG cable modem (Ziggo ConnectBox).
- Host: GitHub
- URL: https://github.com/dstotijn/ch7465lg
- Owner: dstotijn
- License: mit
- Created: 2020-11-08T14:21:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T14:29:02.000Z (about 4 years ago)
- Last Synced: 2024-06-20T01:58:42.987Z (5 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CH7465LG
[![GoDoc](https://godoc.org/github.com/dstotijn/ch7465lg?status.svg)](http://godoc.org/github.com/dstotijn/ch7465lg)
[![Go Report Card](https://goreportcard.com/badge/github.com/dstotijn/ch7465lg)](https://goreportcard.com/report/github.com/dstotijn/ch7465lg)Go library and Prometheus exporter for the Compal CH7465LG cable modem (Ziggo
ConnectBox).## Features
- Metrics for bonded downstream channels
## TODO
- Expose metrics for bonded upstream channels
## Installation
### Build from source
#### Prerequisites
- [Go](https://golang.org/)
```
$ GO111MODULE=on go get github.com/dstotijn/ch7465lg/cmd/ch7465lg
```## Usage
```
$ ch7465lg -h
Usage of ./ch7465lg:
-gw string
Modem gateway IP address. (default "192.168.178.1")
-prom string
Prometheus exporter bind address. (default ":9810")
```The password for the modem admin user is read from a (required) `MODEM_PASSWORD`
environment variable.## Acknowledgements
- [compal_CH7465LG_py](https://github.com/ties/compal_CH7465LG_py/): Helped me
figure out that the order of `POST` form values matters.## License
[MIT](LICENSE)
---
© 2020 David Stotijn — [Twitter](https://twitter.com/dstotijn), [Email](mailto:[email protected])