Netdata is an open source monitoring system for Linux servers. It provides performance and health monitoring for systems and applications. By using this tool we can monitor CPU usage, Memory, processes, Disks like the overall performance of a Linux server.
This topic covers the steps to install netdata on the centos7 server. Please try our server management plans to get this setup covered for free.
Install dependencies for Netdata
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
yum install epel-release
sudo yum install curl jq nodejs
sudo yum install git zlib-devel libuuid-devel libmnl gcc make git autoconf automake pkgconfig curl findutils libuv-devel
Install Netdata using the official installation script
git clone https://github.com/firehol/netdata.git --depth=1
cd netdata/
./netdata-installer.sh
systemctl start netdata
systemctl enable netdata
Test Netdata using
http://server-ip-address:19999
Netdata Dashboard will be as below