Skip to content

Parse fping output, store result in influxdb 0.9

License

Notifications You must be signed in to change notification settings

BrendanHalley/infping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infping

Parse fping output, store results in influxdb

See blog post for more info https://hveem.no/visualizing-latency-variance-with-grafana

Simply run :

go get github.com/influxdata/influxdb/client
go get -d github.com/BrendanHalley/infping

Edit the config.toml file and add the retention policy in infping.go then

go install github.com/BrendanHalley/infping
go run bin/infping

Additional Info

I don't code in Go, best practice may not have been followed. Changes I've made here are to get a PoC working, which is does.

About

Parse fping output, store result in influxdb 0.9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.1%
  • Python 9.6%
  • Dockerfile 5.3%