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:
sudo apt-get update && sudo apt-get upgrade -y
Netdata is in our Debian repository so you only need to install it:
sudo apt-get install netdata -y
We run:
sudo systemctl start netdata
sudo systemctl enable netdata
We can check the status by issuing the command:
sudo systemctl status netdata
Time for initial setup.
edit file:
nano /etc/netdata/netdata.conf
And we look for it:
bind socket to IP
And we set it up as follows:
bind socket to IP = OUR IP ADDRESS
We save the file and restart the service.
sudo systemctl restart netdata
We add port to the firewall 19999
sudo ufw allow 19999
And we reload:
sudo ufw reload
If we have done everything correctly, go to :
http://OUR IP ADDRESS:19999
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…