sysmon/server
Mark Nellemann e2b478a1c2 Ansible playbook for easy install on AIX, and dependency updates. 2021-08-23 11:07:07 +02:00
..
src Make influx database name configurable. 2021-06-29 14:02:01 +02:00
README.md Summarize disk device metrics, add some more READMEs. 2021-05-18 07:14:57 +02:00
build.gradle Ansible playbook for easy install on AIX, and dependency updates. 2021-08-23 11:07:07 +02:00

README.md

Server

Server component.

Development

Build & Test

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

./gradlew clean build

Local Testing

InfluxDB container

Start the InfluxDB container:

docker run --name=influxdb --rm -d -p 8086:8086 influxdb:1.8-alpine

To execute the Influx client from within the container:

docker exec -it influxdb influx

Grafana container

Start the Grafana container, linking it to the InfluxDB container:

docker run --name grafana --link influxdb:influxdb --rm -d -p 3000:3000 grafana/grafana:7.1.3

Setup Grafana to connect to the InfluxDB container by defining a new datasource on URL http://influxdb:8086 named sysmon.