README.md edited online with Bitbucket

This commit is contained in:
Mark Nellemann 2020-09-01 07:50:44 +00:00
parent 00ad47dbdd
commit f2cad690b2
1 changed files with 6 additions and 2 deletions

View File

@ -1,17 +1,21 @@
# HMC Insights
Small utility to fetch metrics from one or more HMC's and push those to an InfluxDB time-series database.
HMCi is a small utility to fetch metrics from one or more HMC's and push those to an InfluxDB time-series database.
## Usage Instructions
- Ensure you have correct date/time and NTP running to keep it accurate!
- Install *.deb* or *.rpm* file from [downloads](https://bitbucket.org/mnellemann/hmci/downloads/) or compile from source
- Install HMCi *.deb* or *.rpm* file from [downloads](https://bitbucket.org/mnellemann/hmci/downloads/) or compile from source
- Copy the *doc/hmci.groovy.tpl* configuration template into */etc/hmci.groovy* and edit the configuration to suit your environment
- Configure Grafana to communicate with your InfluxDB and import dashboards from *doc/* into Grafana (The dashboards are slightly modified versions of the dashboard provided by the nmon2influxdb tool)
- Run the *bin/hmci* program in a shell, as a @reboot cron task or setup a proper service :)
### Power Binaries
You can download [Grafana](https://www.power-devops.com/grafana) and [InfluxDB](https://www.power-devops.com/influxdb) ppc64le packages for most Linux distributions and AIX from the [Power DevOps](https://www.power-devops.com/) site.
## Development Information