2022-02-16 11:34:51 +00:00
|
|
|
# Client / Agent
|
2021-05-18 05:14:57 +00:00
|
|
|
|
2022-09-19 12:41:11 +00:00
|
|
|
This is the client/agent component of sysmon, which you install (together with sysmon-plugins) on the hosts where you want to collect metrics.
|
2022-01-11 10:23:06 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Download *.deb* or *.rpm* packages for sysmon-client *and* sysmon-plugins, and install.
|
|
|
|
|
2022-09-19 12:41:11 +00:00
|
|
|
See the [doc/systemd.md](doc/systemd.md) or [doc/sysv-init.md](doc/sysv-init.md) files for further instructions on running as a system service.
|
2021-05-18 05:14:57 +00:00
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
### Build & Test
|
|
|
|
|
|
|
|
Use the gradle build tool, which will download all required dependencies:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./gradlew clean build
|
|
|
|
```
|