sysmon/client
Mark Nellemann 186d678861
continuous-integration/drone/push Build is passing Details
Set ID of routes and fix bug when no configuration file is found.
2023-01-22 11:07:15 +01:00
..
doc Update links. 2023-01-18 15:50:09 +01:00
src Set ID of routes and fix bug when no configuration file is found. 2023-01-22 11:07:15 +01:00
README.md Update dashboards and README's 2022-10-28 17:10:22 +02:00
build.gradle Build updates. 2023-01-04 14:44:42 +01: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