Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 875 Bytes

Surfboard Exporter

Arris Surfboard signal metrics exporter for the Prometheus monitoring system.

Compatibility

  • Arris Surfboard SB6190

Installing

Precompiled binaries

Precompiled binaries are available on the releases page.

Docker image

Docker images are available on Docker Hub.

You can launch the container like so:

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.

License

MIT, see LICENSE.