Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Netdata

install

1

# Ubuntu 22 ARM
sudo apt install netdata -y
sudo vim /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 = 0.0.0.0
sudo systemctl enable --now netdata

  1. How to Install Netdata on Ubuntu 22.04