
Free Linux Server Monitoring Tool - Netdata
What Data Is NetData Monitoring Tracking?
We can briefly describe
Netdata as a tool to monitor all server values for linux servers. Netdata, which you can easily view from the web interface, brings you server data in a wide range.
What Data Is NetData Monitoring Tracking?
- Total and Per CPU Usage
- Total Memory, RAM, Swap and Kernel usage
- Disc I/O
- Network Interfaces
- Firewall, Netfilter/IPTables
- Processes (Running, blocked, active, etc.)
- System applications (CPU, Memory, Swap, Disk Read/Write etc.) with process tree
- Apache and NGINX States
- MySQL Database
- Postfix Mail Server
- Hardware Sensors (Temperature, Voltage, Fans, Power, Humidity etc.)
- SNMP Devices
You can follow the netdata data, which is renewed every second, through your browser and see all the server details on a single screen. Let's come to the installation stages.
Packages that need to be installed before installation
1
|
yum install < /span>zlib-devel libuuid-devel libmnl-devel gcc < /span>make git autoconf autogen automake pkgconfig
|
1
|
yum install < /span>autoconf automake curl gcc git libmnl-devel libuuid-< /span>devel lm-sensors make MySQL-python nc pkgconfig < /span>python python-psycopg2 PyYAML zlib-devel
|
Easy installation with bash script: