Go to file
Mark Nellemann ea4cbf3f6a More work on Linux network metrics. 2021-05-28 08:49:42 +02:00
client merged 2021-05-28 08:19:49 +02:00
gradle/wrapper Refactored package names. 2021-05-21 11:08:43 +02:00
plugins More work on Linux network metrics. 2021-05-28 08:49:42 +02:00
server Cleanup and initial test of build pipeline. 2021-05-21 17:00:47 +02:00
shared Initial work in Linux network metrics. 2021-05-24 22:47:40 +02:00
.gitattributes Initial commit, work in progress 2021-04-25 15:25:20 +02:00
.gitignore Refactoring of component names. 2021-05-07 12:39:55 +02:00
README.md Refactored package names. 2021-05-21 11:08:43 +02:00
bitbucket-pipelines.yml Cleanup and initial test of build pipeline. 2021-05-21 17:00:47 +02:00
build.gradle merged 2021-05-28 08:19:49 +02:00
gradle.properties Cleanup and initial test of build pipeline. 2021-05-21 17:00:47 +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
settings.gradle Refactoring of component names. 2021-05-07 12:39:55 +02:00

README.md

System Monitor

Java based system monitoring solution with support for plugins.

Client

Runs on your hosts and collects metrics. Metrics are aggregated and sent to the central server.

Server

Receives aggregated measurements from clients and saves metrics into InfluxDB.

Plugins

Loaded by the client and provides extensions for doing the actual metric monitoring.