network_health_exporter

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

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

Go to latest
Published: Nov 13, 2016 License: Apache-2.0 Imports: 12 Imported by: 0

README

network_health_exporter

Monitor your or others network health. network_health_exporter is similar to a tool like smokeping but export the results to prometheus.

Metrics available :

  • network_health_response_time
  • network_health_completed
  • network_health_timeouts

build

Install go & glide

Run make

Running the exporter

The exporter will load the conf.json file specified by : --config

The config file specifies a list of targets to ping regularly

Example of config :

{"Targets":["8.8.8.8","s3.amazon.com"],
 "IntervalSeconds":5,
 "TimeoutSeconds":10,
 "Port":9106}

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