sysmon/client
2022-10-24 15:28:20 +02:00
..
doc Update 3rd party dependencies and documentation. 2022-09-23 14:49:13 +02:00
src Update 3rd party dependencies and documentation. 2022-09-23 14:49:13 +02:00
build.gradle Update 3rd party dependencies and version. 2022-10-24 15:28:20 +02:00
README.md Update documentation 2022-09-19 14:41:11 +02:00

Client / Agent

This is the client/agent component of sysmon, which you install (together with sysmon-plugins) 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 on running as a system service.

Development

Build & Test

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

./gradlew clean build