Install Munin & RRDTool on cPanel Centos5
June 25, 2008
Installing Munin on a latest Centos 5 via WHM (cPanel) can be very painful (takes a long night googling for me.. lol). On my server (CENTOS Enterprise 5.2 x86_64) – under “Manage Plugin” menu on WHM, it shows : Can’t locate RRDs.pm.
First you have to install rrdtool, rrdtool-devel, and perl-rrdtool. Here’s how to install it (it works for me) :
wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el5.rf.x86_64.rpm
wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-devel-1.2.23-1.el5.rf.x86_64.rpm
wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el5.rf.x86_64.rpm
rpm -ivh rrdtool-1.2.23-1.el5.rf.x86_64.rpm rrdtool-devel-1.2.23-1.el5.rf.x86_64.rpm perl-rrdtool-1.2.23-1.el5.rf.x86_64.rpm
And now you’re ready to install Munin through WHM.




July 2, 2008 at 8:49 pm
thanks !!!!
July 12, 2008 at 10:25 pm
Hey, thank you very much for this post.
I have a new server with centos 5.2 x86_64, and i was trying to get munin working. It was very helpful.
July 12, 2008 at 10:59 pm
Hey,
just for the record, you have to do also:
mv /usr/local/cpanel/3rdparty/bin/rrdtool /usr/local/cpanel/3rdparty/bin/rrdtool.bak
/scripts/rrdtoolinstall –force
and after that, everything went fine!