Install RRDTOOL using yum on CentOS.




RRDTOOL is required by many network utilities, e.g cacti, nagios & many others to plot graphs.
By default rrdtool is not included in CentOS. You may need to install it for monitoring purpose. You can either use source to compile or install using rpm.

To install using rpm all you need is following two commands.

CentOS 5

rpm -ivh http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
yum install rrdtool -y

CentOS 6

rpm -ivh http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
yum install rrdtool -y

once sucessfully installed, you’ll find rrdtool in /usr/bin/


if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.
Read 240 articles by
  • http://chris.schalenborgh.be/blog/ Chris

    Thanks, that did the trick!

  • santosh

    thanks its work

  • Pingback: pligg.com

  • Pingback: Install & Configure Cacti | LinuxReaders

Trending Posts