# nmon2influxdb **Repository Path**: jeff_lu/nmon2influxdb ## Basic Information - **Project Name**: nmon2influxdb - **Description**: Make NMON data dynamic with InfluxDB - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2021-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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