Skip to content

abmaymic/nmon2influxdb

Repository files navigation

nmon2influxdb

This application take a nmon file and upload it in a InfluxDB database. It generates also a dashboard to allow data visualization in Grafana. It's working on linux only for now.

Demo

A live demo is available at : demo.nmon2influxdb.org

user/password: demo/demo

It's a read only editor user. You can change anything but cannot save it.

Download

Go to my github repository Releases section

You can build the binary from source. You need to have a working GO environment, see golang.org installation instructions. Check GOPATH environment variable to be sure it's defined.

go get -u github.com/adejoux/nmon2influxdb
cd $GOPATH/src/github.com/adejoux/nmon2influxdb
go build

FULL Documentation available here

Copyright

The code is licensed as GNU AGPLv3. See the LICENSE file for the full license.

Copyright (c) 2014 Alain Dejoux adejoux@djouxtech.net

About

Make NMON data dynamic with InfluxDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%