https://github.com/ipstatic/surfboard_exporter
Surfboard signal metrics exporter for the Prometheus monitoring system
https://github.com/ipstatic/surfboard_exporter
Last synced: 9 months ago
JSON representation
Surfboard signal metrics exporter for the Prometheus monitoring system
- Host: GitHub
- URL: https://github.com/ipstatic/surfboard_exporter
- Owner: ipstatic
- License: mit
- Created: 2016-08-15T02:11:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T02:25:01.000Z (about 6 years ago)
- Last Synced: 2025-09-18T11:44:34.408Z (9 months ago)
- Language: Go
- Size: 267 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surfboard Exporter
Arris Surfboard signal metrics exporter for the [Prometheus](https://prometheus.io)
monitoring system.
## Compatibility
- Arris Surfboard SB6190
## Installing
### Precompiled binaries
Precompiled binaries are available on the [releases page](https://github.com/ipstatic/surfboard_exporter/releases).
### Docker image
Docker images are available on [Docker Hub](https://hub.docker.com/r/ipstatic/surfboard_exporter).
You can launch the container like so:
```bash
docker run --name surfboard_exporter -d -p 9239:9239 ipstatic/surfboard_exporter:2.0.0
```
### Building from source
To build Prometheus from the source code yourself you need to have a working
Go environment with [version 1.5 or greater installed](http://golang.org/doc/install).
## License
MIT, see [LICENSE](https://github.com/ipstatic/surfboard_exporter/blob/master/LICENSE).