Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adejoux/nmon2influxdb
Make NMON data dynamic with InfluxDB
https://github.com/adejoux/nmon2influxdb
influxdb nmon systems-hmc
Last synced: 2 months ago
JSON representation
Make NMON data dynamic with InfluxDB
- Host: GitHub
- URL: https://github.com/adejoux/nmon2influxdb
- Owner: adejoux
- License: agpl-3.0
- Created: 2014-11-17T21:35:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T10:20:15.000Z (about 4 years ago)
- Last Synced: 2024-08-02T07:11:45.351Z (5 months ago)
- Topics: influxdb, nmon, systems-hmc
- Language: Go
- Homepage:
- Size: 6.04 MB
- Stars: 80
- Watchers: 16
- Forks: 29
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-influxdb - nmon2influxdb - Import [nmon](http://nmon.sourceforge.net/pmwiki.php) file into InfluxDB (Collecting data into InfluxDB / Import tools)
README
# nmon2influxdb
This application take a nmon file and upload it in a [InfluxDB](influxdb.com) database.
It generates also a dashboard to allow data visualization in [Grafana](http://grafana.org/).
It's working on linux only for now.# Demo
A live demo is available at : [demo.nmon2influxdb.org](http://demo.nmon2influxdb.org)
user/password: demo/demo
It's a read only editor user. You can change anything but cannot save it.
# Dashboards available on grafana.com
Multiple ready-to-use dashboards are available on [grafana.com](https://grafana.com/adejoux)
The following dashboards are available:
* [AIX NMON report](https://grafana.com/dashboards/1555)
* [AIX NMON Individual disks](https://grafana.com/dashboards/1701)
* [Power Systems HMC partition view](https://grafana.com/dashboards/1510)
* [Power Systems HMC system view](https://grafana.com/dashboards/1465)# Download
Go to my [github repository Releases section](https://github.com/adejoux/nmon2influxdb/releases)
You can build the binary from source. You need to have a working GO environment, see [golang.org installation instructions](https://golang.org/doc/install). 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](https://nmon2influxdb.org)**
Copyright
==========The code is licensed as GNU AGPLv3. See the LICENSE file for the full license.
Copyright (c) 2014 Alain Dejoux