<div dir="ltr">The netdata package installs a collection of files required for the configuration of netdata under /usr/lib64/netdata. Now the netdata configuration tool edit-config, installed under /etc/netdata, assumes that such files are to be found under /usr/lib/netdata - which implies that, as delivered, this utility won't work without tweaks. The simplest workaround consists of creating an appropriate symbolic link:<div><br></div><div>   # cd /usr/lib</div><div>   # ln -s /usr/lib64/netdata .</div><div><br></div><div><br></div></div>