Centos 7 – Installing Collectd and Collectd-Web
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
1 |
# yum install epel-release.noarch |
# Install collectd + rrd support
1 |
# yum install collectd collectd-rrdtool |
# Uncomment some lines in collectd config file… Continue reading Centos 7 – Installing Collectd and Collectd-Web