Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Last active November 25, 2019 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxfemale/27276f68d833042d2234008c2b5aad0c to your computer and use it in GitHub Desktop.
Save linuxfemale/27276f68d833042d2234008c2b5aad0c to your computer and use it in GitHub Desktop.
Netdata is distributed, real-time, performance and health monitoring for systems and applications.
sudo apt update
sudo apt upgrade -y
sudo apt-get install netdata -y
sudo nano /etc/netdata/netdata.conf
add this
[global]
run as user = netdata
web files owner = root
web files group = root
bind socket to IP = 0.0.0.0
sudo systemctl restart netdate
sudo systemctl restart netdata.service
sudo systemctl status netdata.service
#Video tutorial
https://youtu.be/tTrVvztD2xU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment