arest_exporter

command module
v0.0.0-...-fb426bc Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2017 License: GPL-3.0 Imports: 12 Imported by: 0

README

aREST exporter

Exporter which retrieves stats from aREST and exports them via HTTP for Prometheus consumption.

In the actual version it only exports the variables (name and value) and the hardware of the target.

Getting Started

To run it:

./arest_exporter [flags]

You must define the targets, you can do it via flag or from a file.

Flag (with CSV formated values):

./arest_exporter -config.targets="192.168.0.100,192.168.0.190" [flags]

File:

./arest_exporter -config.file="path/to/file.csv" [flags]

Help on flags:

./arest_exporter --help`
General information
  • Default listen address :9009
  • If you define both (from file and from tags), the file will overwrite the configuration.

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