rrdtool installation in centos

Hi,

Easy way to install rrdtool in centos via yum

Add the below repo to your yum repo

#vim yum.repos.d

[rrdtool]
name=rrdtoll RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
enabled=1

# yum install rrdtool

That’s it . You are done. !!!!!