sysmon/client
Mark Nellemann 16525059aa Cleanup and updates to README files. 2022-02-16 12:34:51 +01:00
..
doc Misc. small changes. 2022-01-11 11:23:06 +01:00
src Misc. small changes. 2021-12-05 21:17:16 +01:00
README.md Cleanup and updates to README files. 2022-02-16 12:34:51 +01:00
build.gradle Update deps 2022-02-14 13:03:43 +01:00

README.md

Client / Agent

This is the client component of SysMon. Install on the hosts where you want to collect metrics.

Installation

Download .deb or .rpm packages for sysmon-client and sysmon-plugins, and install.

See the doc/systemd.md or doc/sysv-init.md files for further instructions.

Development

Build & Test

Use the gradle build tool, which will download all required dependencies:

./gradlew clean build