Установка и настройка Netdata
sudo apt install netdata -y
sudo nano /etc/netdata/netdata.conf
[global]
run as user = netdata
web files owner = root
web files group = root
# Netdata is not designed to be exposed to potentially hostile
# networks. See https://github.com/netdata/netdata/issues/164
bind socket to IP = 127.0.0.1
memory mode = ram
history = 3600
hostname =
sudo nano /etc/netdata/stream.conf
[stream]
# Stream metrics to another Netdata
enabled = yes
# The IP and PORT of the parent
destination = IP:19999
# The shared API key, generated by uuidgen
api key = ключ, можно сгенерировать командой uuidgen
sudo tail -f /var/log/netdata/access.log
sudo systemctl restart netdata