Update 3rd party dependencies.

This commit is contained in:
Mark Nellemann 2022-08-09 10:36:19 +02:00
parent 526b37c099
commit b0fa5c4523
3 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@ Runs on your hosts and collects metrics, which are sent to the central *server*.
### Plugins
Used by the *client* and provides extensions for doing the actual collecting of metrics.
Loaded by the *client* and provides extensions for doing the actual collecting of metrics.
[More information](plugins/README.md).

View File

@ -1,7 +1,7 @@
version = 0.1.13
pf4jVersion = 3.6.0
pf4jVersion = 3.7.0
slf4jVersion = 1.7.36
camelVersion = 3.14.3
groovyVersion = 3.0.10
camelVersion = 3.14.4
groovyVersion = 3.0.12
picocliVersion = 4.6.3
oshiVersion = 6.2.0
oshiVersion = 6.2.2

View File

@ -2,6 +2,6 @@
Collection of standard sysmon plugins for use with the client.
- [base](os-base/) - Base OS metrics (through [oshi](https://github.com/oshi/oshi))
- [aix](os-aix/) - AIX (and Power) specific metrics
- [linux](os-linux/) - Linux specific metrics
- [base](os-base/) - Base OS metrics (uses [oshi](https://github.com/oshi/oshi))
- [aix](os-aix/) - AIX (and IBM Power) specific metrics
- [linux](os-linux/) - Linux specific metrics