zachberger / netgear_cm_exporter

Prometheus exporter for Netgear CM2000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netgear Cable Modem Exporter

Supported Devices

These Netgear models have been tested and are officially supported:

  • Netgear CM2000

Installation

You can build and install the exporter locally by running:

go get github.com/ickymettle/netgear_cm_exporter

Usage

Usage of ./netgear_cm_exporter:
  -config.file string
    	Path to configuration file. (default "netgear_cm_exporter.yml")
  -version
    	Print version information.

An example configuration file is provided in netgear_cm_exporter.yml showing all the possible configuration options. The values in the example are the defaults, the bare minimum configuration is the administrative password to your modem:

modem:
  password: <your password here>

Grafana Dashboard

A sample grafana dashboard can be found in the grafana/ directory. You can import netgear_cable_modem.json into your Grafana instance to get up and running with a quick dashboard.

Grafana Dashboard Screenshot

About

Prometheus exporter for Netgear CM2000

License:Apache License 2.0


Languages

Language:Go 87.2%Language:Makefile 9.7%Language:Dockerfile 3.1%