I’ve been using Netdata for a while, and now I want to specify some custom options in netdata.conf.
However, I use Netdata on Unraid from the official docker image, and I’d prefer not to modify the default netdata.conf file.
To do so I followed some hints from an old docker repository and for my Unraid docker template and put a netdata.conf file in the override configuration folder (/etc/data/override/), with my custom options (e.g. hostname = hello-world, as per example on the official documentation).
However, I can’t seem to make any netdata.conf setting from files placed in /etc/data/override/ work. Only modifying /etc/netdata/netdata.conf
What am I doing wrong? I can’t find any docs about this /etc/data/override folder, so maybe this is just an outdated feature?