sysmon/client/README.md
Mark Nellemann 0332732401 Misc. small changes.
- Update 3rd party dependencies
2022-01-11 11:23:06 +01:00

20 lines
476 B
Markdown

# Client
This is the client component of SysMon. Install on the hosts for which you want to collect metrics.
## Installation
Download *.deb* or *.rpm* packages for sysmon-client *and* sysmon-plugins, and install.
See the [doc/systemd.md](doc/systemd.md) or [doc/sysv-init.md](doc/sysv-init.md) files for further instructions.
## Development
### Build & Test
Use the gradle build tool, which will download all required dependencies:
```shell
./gradlew clean build
```