Step : 1 Install Required Packages
yum -y install autoconf git curl automake gcc libmnl-devel libuuid-devel lm_sensors make MySQL-python nc pkgconfig zlib-devel python python-psycopg2 PyYAML psmic
Step : 2 Clone the Netdata from git
git clone https://github.com/firehol/netdata.git --depth1
The above command will download the netdata installation package on your current directory.
Just go in to the netdata directory and run the installation script i.e. netdata-installer.sh
./netdata-installer.sh
Once installation completed you can access netdata web access by http://localhost:19999
The default port used by netdata is 19999.
Source : http://www.elinuxbook.com/netdata-for-real-time-performance-monitor-in-linux/