mirror of
https://github.com/luzifer-docker/netdata.git
synced 2024-11-10 02:10:00 +00:00
14 lines
399 B
Markdown
14 lines
399 B
Markdown
# Luzifer-Docker / netdata
|
|
|
|
This repository contains a dockerized version of the [netdata](https://github.com/firehol/netdata) daemon. It supports adding and overriding configurations and plugins through overrides.
|
|
|
|
The expected structure on the `/override` volume mount is as following:
|
|
|
|
```
|
|
/override
|
|
├── charts.d
|
|
├── conf.d
|
|
├── node.d
|
|
├── plugins.d
|
|
└── python.d
|
|
```
|