Can i disable local host monitoring and just have the server running to show remote netdata hosts?
1 Like
Of course, you just disable any data collection plugin you don’t want, in netdata.conf
Basically uncomment what you see below and put a no instead of the yes.
[plugins]
# timex = yes
# idlejitter = yes
# netdata monitoring = yes
# tc = yes
# diskspace = yes
# proc = yes
# cgroups = yes
# statsd = yes
# enable running new plugins = yes
# slabinfo = no
# python.d = yes
# perf = yes
# ioping = yes
# nfacct = yes
# go.d = yes
# apps = yes
# ebpf = yes
# charts.d = yes
Thank you,
one more
[ml]
enable = no
and the screen is completly empty.