Installation netdate in Echtzeit-Überwachung auf Debian

Im Folgenden eine sehr einfache Möglichkeit, Ihre Server netdate auf Debian zu starten Überwachung. Wir haben in einigen sehr einfachen Schritten.

Beginnen wir von dem, was netdate

Netdate ist ein kostenloses Tool für eine schöne Schnittstelle in Echtzeit Systemleistung Überwachung GUI. Wir können die CPU-Überwachung, die Verwendung von RAM, Plattenoperationen, Verkehr, Postfix und viele andere. Schnell und sammelt effektiv Leistungsdaten in Echtzeit.

Kommen wir nun installieren.

Wir Update-Repositories und Systemen:

sudo apt-get update -y
sudo apt-get upgrade -y

Als nächstes werden die notwendigen Pakete:

sudo apt-get install zlib1g-dev uuid-dev libmnl-dev pkg-config curl gcc make autoconf autoconf-archive autogen automake python python-yaml python-mysqldb nodejs lm-sensors python-psycopg2 netcat git -y

Der nächste Schritt ist die Skriptdatei zum Download:

Git-Klon https://github.com/firehol/netdata.git --depth=1 ~/netdata

Gehen Sie auf die Download-Ordner:

cd netdata

führen Sie das Installations:

sudo ./netdata-installer.sh

Wir sollten den folgenden Bildschirm sehen, klicken Sie auf die Enter-Taste.

  |.-.   .-.   .-.   .-.   .  netdata                                        
  |   '-'   '-'   '-'   '-'   real-time performance monitoring, done right!  
  +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->


  You are about to build and install netdata to your system.

  It will be installed at these locations:

   - the daemon     at /usr/sbin/netdata
   - config files   in /etc/netdata
   - web files      in /usr/share/netdata
   - plugins        in /usr/libexec/netdata
   - cache files    in /var/cache/netdata
   - db files       in /var/lib/netdata
   - log files      in /var/log/netdata
   - pid file       at /var/run/netdata.pid
   - logrotate file at /etc/logrotate.d/netdata

  This installer allows you to change the installation path.
  Press Control-C and run the same command with --help for help.

Press ENTER to build and install netdata to your system > 

Nach der korrekten Installation sollten Sie den folgenden Bildschirm sehen:

--- We are done! --- 

  ^
  |.-.   .-.   .-.   .-.   .-.   .  netdata                          .-.   .-
  |   '-'   '-'   '-'   '-'   '-'   is installed and running now!  -'   '-'  
  +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->



  enjoy real-time performance and health monitoring...

Wir tun Reload-Service und die Markteinführung:

sudo systemctl start netdata

Der Service kann den Status des Befehls überprüfen:

sudo systemctl status netdata
netdata.service - Real time performance monitoring
   Loaded: beladen (/etc/systemd/system/netdata.service; aktiviert; Anbieter voreingestellt: aktiviert)
   Aktiv: aktiv (Laufen) da Sa 2018-02-10 11:19:29 EST; 18min ago
  Process: 575 ExecStartPre=/bin/chown -R netdata:netdata /var/cache/netdata (code = verlassen, status = 0 / SUCCESS)
  Prozess: 574 ExecStartPre=/bin/mkdir -p /var/cache/netdata (code = verlassen, status = 0 / SUCCESS)
 Haupt-PID: 580 (netdata)
    Aufgaben: 17 (Grenze: 4915)
   CGruppe: /system.slice/netdata.service
           ??580 /usr/sbin/netdata -P /run/netdata/netdata.pid -D
           ??600 bash /usr/libexec/netdata/plugins.d/tc-qos-helper.sh 1
           ??612 /usr/libexec/netdata/plugins.d/apps.plugin 1
           ??613 /usr/bin/python /usr/libexec/netdata/plugins.d/python.d.plugin 1

Februar 10 11:19:27 Netdataserver systemd[1]: Starting Real time performance monitoring...
Februar 10 11:19:29 Netdataserver systemd[1]: Started Real time performance monitoring.

Konfigurieren Sie die Firewall und fügen Sie eine Ausnahme:

sudo apt-get install ufw -y

laufen eine Firewall:

sudo ufw aktivieren

Fügen Sie eine Ausnahme für den Port Skript netdate:

sudo ufw allow 19999/tcp

pozaładowujemy Service.

sudo ufw neu laden

Der Zugriff auf die Web-Schnittstelle ist auf Port 19999:

oder :
http://nasz_adres_ip:19999

Linux

Udostępnij
Opublikowane przez
Linux

Neue Beiträge

KeePass2 2.52 w Ubuntu 22.04

In der folgenden Anleitung wird beschrieben, wie Sie KeePass unter Ubuntu installieren. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installieren des Master-PDF-Editors in Ubuntu 22.04

Master PDF Editor ist ein umfassendes PDF-Programm, die viele Funktionen enthält. Oprócz tworzenia i edycji

2 years temu

iotop - Speicherüberwachung

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

Führen Sie mehrere Befehle in einem Cron-Job aus

Sie können zwei oder mehr Befehle durch Semikolons trennen (;), Semikolon (;): służy do oddzielania

2 years temu

Ändern der Exif-Daten eines Fotos im Linux-Terminal

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

2 years temu

Installation von Rocket.Chat Server auf Rocky Linux 8

Die folgende Anleitung beschreibt, wie Rocket.Chat unter Rocky Linux installiert wird 8 Całość bardzo prosto zainstalujemy

2 years temu