Totally noob issue
I am using a headless Raspberry Pi 4 configured as NAS with Open Media Vault. Netdata is installed and working.
I am following the steps at Step 4. The basics of configuring Netdata | Learn Netdata
When I open netdata.conf from the remote browser (http://raspberrypi:19999/netdata.conf) it indicates that my netdata.conf file should be located at: # config directory = /etc/netdata
# netdata configuration
#
# You can download the latest version of this file, using:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
# or
# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
#
# You can uncomment and change any of the options below.
# The value shown in the commented settings, is the default value.
#
# global netdata configuration
[global]
# run as user = netdata
# host access prefix = /host
# glibc malloc arena max for plugins = 1
# hostname = 9c178392f657
# history = 4034
# update every = 1
# config directory = /etc/netdata
# stock config directory = /usr/lib/netdata/conf.d
# log directory = /var/log/netdata
# web files directory = /usr/share/netdata/web
# cache directory = /var/cache/netdata
# lib directory = /var/lib/netdata
# home directory = /root
# lock directory = /var/lib/netdata/lock
# plugins directory = "/usr/libexec/netdata/plugins.d" "/etc/netdata/custom-plugins.d"
# memory mode = dbengine
However, I cannot find a folder named netdata at etc\
This is all I can see at etc:
Where should I look at?