sysmon/client
Mark Nellemann 8bc02798d2 Add doc on installation on rpm Linux systems 2022-09-19 14:18:42 +02:00
..
doc Add doc on installation on rpm Linux systems 2022-09-19 14:18:42 +02:00
src Update dashboard to include system information and only submit this once an hour per. default. 2022-09-06 15:08:52 +02:00
README.md Improve AIX lparstat parsing 2022-03-01 20:07:43 +01:00
build.gradle Dashboard updates 2022-08-20 10:02:05 +02:00

README.md

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.

Development

Build & Test

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

./gradlew clean build