tpotce/docker/netdata
Marco Ochse 0d5d80b1e3 include docker repos
... skip emobility since it is a dev repo
2017-10-13 18:58:14 +00:00
..
doc include docker repos 2017-10-13 18:58:14 +00:00
docker-compose.yml include docker repos 2017-10-13 18:58:14 +00:00
Dockerfile include docker repos 2017-10-13 18:58:14 +00:00
LICENSE include docker repos 2017-10-13 18:58:14 +00:00
README.md include docker repos 2017-10-13 18:58:14 +00:00

dockerized netdata

netdata netdata is a system for distributed real-time performance and health monitoring. It provides unparalleled insights, in real-time, of everything happening on the system it runs (including applications such as web, or database servers), using modern interactive web dashboards. netdata is fast and efficient, designed to permanently run on all systems (physical & virtual servers, containers, IoT devices), without disrupting their core function.

This repository contains the necessary files to create a dockerized version of netdata.

This dockerized version is part of the T-Pot community honeypot of Deutsche Telekom AG.

The Dockerfile contains the blueprint for the dockerized netdata and will be used to setup the docker image.

Using systemd, copy the systemd/netdata.service to /etc/systemd/system/netdata.service and start using

systemctl enable netdata
systemctl start netdata

This will make sure that the docker container is started with the appropriate permissions and port mappings. Further, it autostarts during boot.

Netdata Dashboard

Netdata Dashboard