This repository contains a dockerized version of the netdata daemon
Go to file
Knut Ahlers 3aa482f223
Netdata v1.17.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-10-07 11:17:56 +02:00
templates Adjust template to new version 2017-09-18 12:54:07 +02:00
build.sh Improve configuration generation 2017-08-31 11:19:25 +02:00
Dockerfile Add persistent data volume 2017-08-31 15:57:45 +02:00
git-tag Netdata v1.17.1 2019-10-07 11:17:56 +02:00
README.md Add persistent data volume 2017-08-31 15:57:45 +02:00
run.sh Improve configuration generation 2017-08-31 11:19:25 +02:00

Luzifer-Docker / netdata

This repository contains a dockerized version of the netdata daemon. It supports adding and overriding configurations and plugins through overrides and partially configuration through environment variables.

Usage

docker run -d --cap-add SYS_PTRACE \
           -v /proc:/host/proc:ro \
           -v /sys:/host/sys:ro \
           -v /var/run/docker.sock:/var/run/docker.sock \
           -p 19999:19999 quay.io/luzifer/netdata

To persist health check data and machine GUID you need to mount a persistent volume to /var/lib/netdata.

Configuration

To configure alerts have a look at the health_alarm_notify.conf template. There you can see all variable names you need to specify as environment variables.

When using the override mount you can add configuration files and plugins. The expected structure on the /override volume mount is as following:

/override
├── charts.d
├── conf.d
├── node.d
├── plugins.d
└── python.d