2021-05-21 09:08:43 +00:00
|
|
|
# System Monitor
|
2021-04-25 13:25:20 +00:00
|
|
|
|
2021-05-21 09:08:43 +00:00
|
|
|
Java based system monitoring solution with support for plugins.
|
2021-04-25 13:25:20 +00:00
|
|
|
|
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
## Client
|
2021-04-25 13:25:20 +00:00
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
Runs on your hosts and collects metrics. Metrics are aggregated and sent to the central *server*.
|
2021-04-25 13:25:20 +00:00
|
|
|
|
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
## Server
|
2021-04-25 13:25:20 +00:00
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
Receives aggregated measurements from clients and saves metrics into InfluxDB.
|
2021-05-06 11:26:53 +00:00
|
|
|
|
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
## Plugins
|
2021-04-25 13:25:20 +00:00
|
|
|
|
2021-05-18 05:14:57 +00:00
|
|
|
Loaded by the client and provides extensions for doing the actual metric monitoring.
|