Go to file
Mark Nellemann 30726da763 Initial work on preparing metrics and writing those to InfluxDB 2020-08-11 16:26:16 +02:00
gradle/wrapper Initial code commit 2020-08-07 08:13:48 +02:00
src Initial work on preparing metrics and writing those to InfluxDB 2020-08-11 16:26:16 +02:00
.gitattributes Initial code commit 2020-08-07 08:13:48 +02:00
.gitignore Initial code commit 2020-08-07 08:13:48 +02:00
README.md Initial work on preparing metrics and writing those to InfluxDB 2020-08-11 16:26:16 +02:00
build.gradle Initial work on preparing metrics and writing those to InfluxDB 2020-08-11 16:26:16 +02:00
gradlew Initial code commit 2020-08-07 08:13:48 +02:00
gradlew.bat Initial code commit 2020-08-07 08:13:48 +02:00
settings.gradle Initial code commit 2020-08-07 08:13:48 +02:00

README.md

HMC Insights

Small Java-based utility to fetch metrics from one or more HMC's and push those to an InfluxDB time-series database.

TODO Liste

Usage Instructions

...

Development Information

InfluxDB for test and development

Start the influxdb container

docker run --name=influxdb -d -p 8086:8086 influxdb

Use the influx client from the container

docker exec -it influxdb influx