I do not understand why Netdata wants that I use the cloud since I want to use it as self-hosted solution.
But… I am trying to disable a module from the interface with no avail.
I have tried to disable the cloud to avoid that popup but it does not work.
Here is my config file from /etc/netdata/netdata.conf
# netdata configuration
#
# You can get the latest version of this file, using:
#
# netdatacli dumpconfig > /etc/netdata/netdata.conf
#
# You can also download it using:
#
# wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
# or
# curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
#
[web]
respect x-forwarded-for = yes
mode = static-threaded
#bind to = 127.0.0.1
bind to = 0.0.0.0
debug log = /var/log/netdata/debug.log
access log = /var/log/netdata/access.log
allow connections from = localhost
allow connections from = monitoring.lionel-peramo.com
allow connections from = 82.64.146.228
allow connections from = *
[cloud]
enabled = no
[plugin:cloud]
enabled = no
[plugin:python.d]
enabled = yes
command options = -d
[plugins]
proc = no
python.d = no
charts.d = no
diskspace = no
cgroups = no
tc = no
idlejitter = no
plugins.d = no
enable running new plugins = no
check for new plugins every = 0
[ml]
enabled = no
[registry]
enabled = no
[statsd]
enabled = no
[plugin:apps]
enable = no
[plugin:cgroups]
enable = no
[plugin:diskspace]
enabled = no
[plugin:proc]
/proc/uptime = no
/proc/stat = no
/proc/vmstat = no
/proc/meminfo = no
/proc/net/dev = no
/proc/net/netstat = no
/proc/net/snmp = no
/proc/net/snmp6 = no
/proc/net/softnet_stat = no
/proc/net/ip_vs/stats = no
/sys/kernel/mm/ksm = no
/sys/devices/system/edac/mc = no
/sys/devices/system/node = no
/proc/net/stat/conntrack = no
/proc/net/stat/synproxy = no
/proc/diskstats = no
/proc/net/rpc/nfsd = no
/proc/net/rpc/nfs = no
/proc/spl/kstat/zfs/arcstats = no
[plugin:timex]
enabled = no
[global]
memory mode = none
run with netdata cloud = no
[cloud]
enabled = no
I do not know what’s missing. Moreover NetData shows too much things and I still struggle to disable all the things to only show the httpcheck module.