sysmon/client
Mark Nellemann 55848ee590
continuous-integration/drone/push Build is passing Details
Update 3rd party build dependencies.
2023-06-07 07:48:58 +02:00
..
doc Lowercase client hostnames, housekeeping, update dashboards. 2023-02-06 19:47:36 +01:00
src Lowercase client hostnames, housekeeping, update dashboards. 2023-02-06 19:47:36 +01:00
README.md Update dashboards and README's 2022-10-28 17:10:22 +02:00
build.gradle Update 3rd party build dependencies. 2023-06-07 07:48:58 +02:00

README.md

Client / Agent

This is the client/agent component of sysmon, which you install (together with sysmon-plugins) on your hosts.

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