Centos 7 – Installing Collectd and Collectd-Web

Published on Author gryzli

Installing collectd/collectd-web is pretty easy (if we dont dive into the deep water). So the whole installation is basically installing several packages + few config modifications.   # Installing Collectd   # Install Centos 7 epel repository # yum install epel-release.noarch   # Install collectd + rrd support # yum install collectd collectd-rrdtool   #… Continue reading Centos 7 – Installing Collectd and Collectd-Web