yumÀ¸·Î rrdtoolÀ» ¼³Ä¡ÇÏ·Á°í Çϴµ¥ ¼³Ä¡ÆÐÅ°Áö°¡ ¾ø´Ü´Ù;;
By default, the yum repository configuration on Centos does not have rrdtool in it.
To Solve this problem, we need to add more repository that have rrdtool on it.
Create a file and name it dag.repo
CentOS-dag.repo
[dag]
name=Dag 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
Install rrdtool using yum
# yum install rrdtool