
Netdata es de Software Libre, gratuito,liviano y muy facil de instalar ( no necesitas configurarlo para que funcione ), entre sus funciones puedes controlar:
Y es compatible con todas estas distribuciones Linux:Uso de la CPU , interrupciones , frecuencia
RAM, de intercambio y el uso de memoria del kernel
Uso Discos conectados
Interfaces de red
Redes IPv4
Redes IPv6
netfilter / iptables (Firewall de Linux)
Linux anti- DDoS.
Consumo Procesos
Entropy
servidores de archivos NFS , v2 , v3 , v4
QoS de red
Aplicaciones, (agrupando el árbol de procesos)
Estado Servidor web Apache mod ( v2.2 , v2.4 )
Nginx servidor web.
Bases de datos mySQL
Isc Bind Name Server
Postfix Queue Management
Squid Proxy Server
sensores de hardware
NUT UPSes
Monitorizar equipos SNMP con extras.
Una vez explicado asi por encima toca instalarlo, vamos a ello!-Gentoo
-ArchLinux
-Ubuntu / Debian
-CentOS
-Fedora
-RedHat Enterprise Linux
-SUSE
-Alpine Linux
-PLD Linux
Primero actualizaremos los repositorios , poniendo el siguiente comando en nuestro terminal SSH:
Código: Seleccionar todo
sudo apt-get update
Código: Seleccionar todo
sudo apt-get install zlib1g-dev uuid-dev gcc make git autoconf autogen automake pkg-config
Código: Seleccionar todo
git clone https://github.com/firehol/netdata.git --depth=1
Código: Seleccionar todo
cd netdata
Código: Seleccionar todo
sudo ./netdata-installer.sh --libs-are-really-here
Welcome to netdata!
Nice to see you are giving it a try!
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 at /etc/netdata
- web files at /usr/share/netdata
- plugins at /usr/libexec/netdata
- cache files at /var/cache/netdata
- log files at /var/log/netdata
- pid file at /var/run
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 >
Nos pedirá confirmación para instalar, y pulsamos ENTER
Y todo listo! ya podemos entrar en nuestro panel NetData poniendo lo siguiente en el navegador Web:-------------------------------------------------------------------------------
OK. NetData is installed and it is running.
-------------------------------------------------------------------------------
By default netdata listens on all IPs on port 19999,
so you can access it with:
http://this.machine.ip:19999/
To stop netdata, just kill it, with:
killall netdata
To start it, just run it:
/usr/sbin/netdata
Enjoy!
Uninstall script generated: ./netdata-uninstaller.sh
http://direccion_ip_red_raspberry:19999/
Manual Básico de uso:
Todos los comandos los ejecutamos en el terminal SSH.
Parar Netstat:
Código: Seleccionar todo
killall netdata
Código: Seleccionar todo
sudo /usr/sbin/netdata
Código: Seleccionar todo
sudo /root/netdata/netdata-uninstaller.sh --force
Código: Seleccionar todo
sudo nano /etc/netdata/netdata.conf
Si os ha gustado por favor dar Like al tutorial y comentarme!

Un abrazo!!!