Installation of NetData monitoring in the Debian system 11
The following guide describes how to install NetData monitoring in a Debian system 11
Made in a few simple steps.
First, we run the terminal and update our system:
1 | sudo apt-get update && sudo apt-get upgrade -y |
Netdata is in our Debian repository so you only need to install it:
1 | sudo apt-get install netdata -y |
We run:
1 | sudo systemctl start netdata |
1 | sudo systemctl enable netdata |
We can check the status by issuing the command:
1 | sudo systemctl status netdata |
Time for initial setup.
edit file:
1 | nano /etc/netdata/netdata.conf |
And we look for it:
bind socket to IP
And we set it up as follows:
1 | bind socket to IP = NASZ ADRES IP |
We save the file and restart the service.
1 | sudo systemctl restart netdata |
We add port to the firewall 19999
1 | sudo ufw allow 19999 |
And we reload:
1 | sudo ufw reload |
If we have done everything correctly, go to :
http://OUR IP ADDRESS:19999