diff --git a/README.md b/README.md index 5460d91..b492ce5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/gradle.properties b/gradle.properties index afc159a..d9a826d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/plugins/README.md b/plugins/README.md index f8b0a83..ad6943c 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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 \ No newline at end of file +- [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