experia-v10-exporter

command module
v0.0.0-...-9c1c9a9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2021 License: MIT Imports: 16 Imported by: 0

README

experia-v10-exporter

A prometheus exporter for getting some metrics of an Experia Box v10 (H369A)

Disclaimer: this is the first thing I ever did in Go and I have no clue what I'm doing

Installation

If you have a working Go installation, getting the binary should be as simple as

go get github.com/bajansen/experia-v10-exporter

Usage

$ experia-v10-exporter

The following environment variables are required:

EXPERIA_V10_LISTEN_ADDR=localhost:9684 
EXPERIA_V10_TIMEOUT=10 
EXPERIA_V10_ROUTER_IP=192.168.2.254
EXPERIA_V10_ROUTER_USERNAME=Admin 
EXPERIA_V10_ROUTER_PASSWORD="PASSWORD"

Metrics

The following metrics are currently returned:

# HELP experia_v10_auth_errors_total Counts number of authentication errors encountered by the collector.
# TYPE experia_v10_auth_errors_total counter
experia_v10_auth_errors_total 1
# HELP experia_v10_ethernet All ethernet (eth) related metadata.
# TYPE experia_v10_ethernet counter
experia_v10_ethernet{value="BytesReceived"} 2.317513886e+09
experia_v10_ethernet{value="BytesSent"} 3.143624272e+09
experia_v10_ethernet{value="LinkSpeed"} 1000
experia_v10_ethernet{value="PacketsReceived"} 3.117515244e+09
experia_v10_ethernet{value="PacketsSent"} 1.823784509e+09
# HELP experia_v10_scrape_errors_total Counts the number of scrape errors by this collector.
# TYPE experia_v10_scrape_errors_total counter
experia_v10_scrape_errors_total 0
# HELP experia_v10_up Shows if the Experia Box V10 is deemed up by the collector.
# TYPE experia_v10_up gauge
experia_v10_up 1

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL