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:

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

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu