Install Netdata

CentOS 7

Centos / Fedora / Redhat
#yum install zlib-devel libuuid-devel libmnl-devel gcc make git autoconf autogen automake pkgconfig

Download it - the directory 'netdata' will be created
#git clone https://github.com/firehol/netdata.git --depth=1
#cd netdata

Build it, install it, start it
#./netdata-installer.sh

Stop netdata
#killall netdata

Enable netdata at boot
#systemctl enable netdata

Start netdata
#systemctl start netdata
Made with Slides.com