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.
Login into your server via SSH with root access
$cd /etc/yum.repos.d/
Create a file and name it dag.repo
### save this file
Install rrdtool using yum
$yum install rrdtool
This will help you install rrdtool using yum
Recent comments
43 weeks 5 days ago
47 weeks 1 day ago
1 year 3 weeks ago