amp-web-push-widget button.amp-subscribe { display: inline-flex; align-items: center; border-radius: 5px; border: 0; box-sizing: border-box; margin: 0; padding: 10px 15px; cursor: pointer; outline: none; font-size: 15px; font-weight: 500; background: #4A90E2; margin-top: 7px; color: white; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .amp-logo amp-img{width:190px} .amp-menu input{display:none;}.amp-menu li.menu-item-has-children ul{display:none;}.amp-menu li{position:relative;display:block;}.amp-menu > li a{display:block;} .icon-widgets:before {content: "\e1bd";}.icon-search:before {content: "\e8b6";}.icon-shopping-cart:after {content: "\e8cc";}

Installation of Netdata Debian monitoring 11

The following guide describes how to install NetData monitoring in a Debian system 11
We will do everything in a few simple steps.

First, we run the terminal and update our system:

sudo apt-get update
sudo apt-get upgrade

Netdata is in our Debian repository so you only need to install it:

sudo apt-get install netdata -y


We run it in the system and add it to the autostart:

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.

The next step is to run in the system:

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

If we use a firewall 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://NASZ ADRES IP:19999

Below, of course, the video:

About WordPress

Najnowsze wpisy

Checking disk speed with the DD command

Poniższy poradnik opisuje jak w bardzo szybki sposób za pomocą polecenia dd sprawdzimy szybkość naszego

2 months temu

Installing Laravel on servers with DirectAdmin panel

Installing Laravel on servers with DirectAdmin panel: poniżej bardzo prosty sposób na instalację na naszych

8 months temu

Deletes all .listing files in a given folder and subfolders

Below is a very simple trick to delete all .listing files from directories and their subdirectories. użyjemy

9 months temu

Checking the temperature of raspberry pi

The guide below shows how to check the temperature in the Raspberry Pi in just a few seconds. Polecenie

9 months temu

Full Debian Installation 12 For beginners

Today we will introduce you to the first tutorial on how to install Debian. We will show you throughout the series, w jaki sposób

1 year temu

Checking the operating frequency of the Raspberry PI CPU

The following method describes a very simple way to check the operation of the CPU frequency of our Raspberry PI. Całość

1 year temu