Last active
November 25, 2019 13:26
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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