CentOS installation Netdata system monitoring

Know almost by accident in the Netdata see this thing to see it gorgeous interface

Suddenly heart gkd gkd

# Prepare
 yum  install autoconf automake curl gcc git libmnl-devel libuuid-devel lm_sensors the make MySQL-Python Python Python-nc pkgconfig psycopg2 PyYAML zlib- devel 

# install 
git clone HTTPS: // github.com/firehol/netdata.git --depth . 1 = 
CD NetData 
. / NetData-Installer. SH 

# set boot 
CP System / NetData the init-D-/etc/init.d/ NetData
 the chmod + X /etc/init.d/ NetData 
the chkconfig --add NetData

Just a few lines of code to get

Now visit http: // ip: 19999 page you can see a gorgeous ^ _ ^

If you did not open the firewall port 19999 then you need to press to open the following command:

# Open ports 
Firewall -cmd --zone = public --add-Port = 19999 / tcp - Permanent 

# restart firewall 
Firewall -cmd - reload 

# View port number is open 
Firewall -cmd --query-Port = 19999 / tcp

 

Guess you like

Origin www.cnblogs.com/dyhaohaoxuexi/p/11229203.html