Go to file
2021-05-04 12:08:24 +02:00
agent More work on plugins and added some tests. 2021-05-04 12:08:24 +02:00
gradle/wrapper Initial commit, work in progress 2021-04-25 15:25:20 +02:00
plugins More work on plugins and added some tests. 2021-05-04 12:08:24 +02:00
shared More work on plugins and added some tests. 2021-05-04 12:08:24 +02:00
.gitattributes Initial commit, work in progress 2021-04-25 15:25:20 +02:00
.gitignore Add a disk stat. 2021-04-26 20:40:09 +02:00
build.gradle Testing plugin framework. 2021-05-01 14:44:55 +02:00
gradle.properties Testing plugin framework. 2021-05-01 14:44:55 +02:00
gradlew Initial commit, work in progress 2021-04-25 15:25:20 +02:00
gradlew.bat Initial commit, work in progress 2021-04-25 15:25:20 +02:00
README.md Initial commit, work in progress 2021-04-25 15:25:20 +02:00
settings.gradle Testing plugin framework. 2021-05-01 14:44:55 +02:00

System Monitor

... or some better name.

Agent

Runs on your host and collects metrics. Metrics are aggregated and sent to central collector.

Metrics are currently processor, memory and disk usage statistics.

TODO: Collector

Receives aggregated measurements from agents and saves metrics info InfluxDB.