Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Created May 3, 2020 10:36
Show Gist options
  • Save LinuxIntellect/a7e096d96d51df80b3eaed84289ba62a to your computer and use it in GitHub Desktop.
Save LinuxIntellect/a7e096d96d51df80b3eaed84289ba62a to your computer and use it in GitHub Desktop.
Installing netdata on Ubuntu Box
Youtube: https://www.youtube.com/watch?v=sDMMfQnc1A0&t=7s
sudo apt update
sudo apt-get install netdata -y
sudo nano /etc/netdata/netdata.conf
sudo systemctl restart netdata
sudo systemctl status netdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment