Bump version and update lpar dashboard.

This commit is contained in:
Mark Nellemann 2021-10-15 15:38:51 +02:00
parent bf4e84e503
commit 386e055fd6
4 changed files with 327 additions and 530 deletions

View file

@ -71,7 +71,7 @@ Install *HMCi* on a host, which can connect to the Power HMC through HTTPS, and
### Compatibility with nextract Plus ### Compatibility with nextract Plus
From version 1.2 *HMCi* is made compatible with the similar [nextract Plus](https://www.ibm.com/support/pages/nextract-plus-hmc-rest-api-performance-statistics) tool from Nigel Griffiths. This means you can use the excellent Grafana [dashboards](https://grafana.com/grafana/dashboards/13819) made by Nigel with *HMCi*. From version 1.2 *HMCi* is made compatible with the similar [nextract Plus](https://www.ibm.com/support/pages/nextract-plus-hmc-rest-api-performance-statistics) tool from Nigel Griffiths. This means that the Grafana [dashboards](https://grafana.com/grafana/dashboards/13819) made by Nigel are compatible with *HMCi*.
### Start InfluxDB and Grafana at boot on RedHat 7+ ### Start InfluxDB and Grafana at boot on RedHat 7+
@ -110,7 +110,7 @@ Restart the HMCi service on *systemd* based Linux systems:
```shell ```shell
systemctl restart hmci systemctl restart hmci
journalctl -u hmci # to check log output journalctl -f -u hmci # to check log output
``` ```
@ -119,11 +119,10 @@ journalctl -u hmci # to check log output
To install (or upgrade) on AIX, you need to pass the *--ignoreos* flag to the *rpm* command: To install (or upgrade) on AIX, you need to pass the *--ignoreos* flag to the *rpm* command:
```shell ```shell
rpm -i --ignoreos hmci-x.y.z-n.noarch.rpm rpm -Uvh --ignoreos hmci-x.y.z-n.noarch.rpm
``` ```
## Grafana Screenshots ## Grafana Screenshots
Below are screenshots of the provided Grafana dashboards (found in the **doc/** folder), which can be used as a starting point. Below are screenshots of the provided Grafana dashboards (found in the **doc/** folder), which can be used as a starting point.
@ -132,6 +131,7 @@ Below are screenshots of the provided Grafana dashboards (found in the **doc/**
- [hmci-vois.png](https://bitbucket.org/mnellemann/hmci/downloads/hmci-vios-dashboard.png) - [hmci-vois.png](https://bitbucket.org/mnellemann/hmci/downloads/hmci-vios-dashboard.png)
- [hmci-lpars](https://bitbucket.org/mnellemann/hmci/downloads/hmci-lpars-dashboard.png) - [hmci-lpars](https://bitbucket.org/mnellemann/hmci/downloads/hmci-lpars-dashboard.png)
## Known problems ## Known problems
### Incomplete test of metrics ### Incomplete test of metrics

View file

@ -19,8 +19,8 @@ repositories {
dependencies { dependencies {
annotationProcessor 'info.picocli:picocli-codegen:4.6.1' annotationProcessor 'info.picocli:picocli-codegen:4.6.1'
implementation 'info.picocli:picocli:4.6.1' implementation 'info.picocli:picocli:4.6.1'
implementation 'org.jsoup:jsoup:1.14.2' implementation 'org.jsoup:jsoup:1.14.3'
implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'com.squareup.okhttp3:okhttp:4.9.2'
implementation 'com.squareup.moshi:moshi:1.12.0' implementation 'com.squareup.moshi:moshi:1.12.0'
implementation 'com.serjltt.moshi:moshi-lazy-adapters:2.2' implementation 'com.serjltt.moshi:moshi-lazy-adapters:2.2'
implementation 'org.tomlj:tomlj:1.0.0' implementation 'org.tomlj:tomlj:1.0.0'
@ -29,7 +29,7 @@ dependencies {
implementation 'org.slf4j:slf4j-simple:1.7.32' implementation 'org.slf4j:slf4j-simple:1.7.32'
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0' testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2'
testImplementation 'org.slf4j:slf4j-simple:1.7.32' testImplementation 'org.slf4j:slf4j-simple:1.7.32'
} }

View file

@ -1,3 +1,3 @@
id = hmci id = hmci
group = biz.nellemann.hmci group = biz.nellemann.hmci
version = 1.2.4 version = 1.2.5