On Wed, 28 Mar 2007 03:33:56 -0300, Christian Ruggeri wrote
> Hi:
>
> My 2 cents contribution. I have munim installed into my servers and work fine!!
>
> The installation its simple, maybe somebody can made a .pkg
>
> wget http://dag.wieers.com/packages/rpmforge-release/rpmforge-release-0.3.6-
1.el4.rf.i386.rpm
>
> rpm -Uhv rpmforge-release-0.3.6-1.el4.rf.i386.rpm
>
> yum --enablerepo=rpmforge install perl-rrdtool
> yum --enablerepo=rpmforge install perl-HTML-Template
> yum --enablerepo=rpmforge install perl-Net-SNMP
> yum --enablerepo=rpmforge install perl-Net-Server
> yum --enablerepo=rpmforge install perl-DateManip
> yum --enablerepo=rpmforge install perl-Net-Server
> yum --enablerepo=rpmforge install perl-Net-SNMP
>
> wget http://jaist.dl.sourceforge.net/sourceforge/munin/munin-node-1.2.5-
1rhel4.noarch.rpm
> wget http://jaist.dl.sourceforge.net/sourceforge/munin/munin-1.2.5-1rhel4.noarch.rpm
>
> rpm -Uvh munin-node-1.2.5-1rhel4.noarch.rpm
> rpm -Uvh munin-1.2.5-1rhel4.noarch.rpm
>
> /etc/rc.d/init.d/munin-node start
>
> add to /etc/munim/munim.conf the following line:
> Alias /munin /var/www/html/munim/
>
> create one file munim.conf in /etc/http/conf.d/
> with this simple line:
> Alias /munin /var/www/html/munim/
>
> restart http:
> /etc/rc.d/init.d/http restart
>
> disable rpmforge
> edit /etc/yum.repos.d/rpmforge.repo
> change to
> enabled = o
>
> To see: wait 2 minutes and enter to www.xxxx.com/munim
>
> Christian Ruggeri
> CTO
> Depot Argentina
Christian,
Can you confirm the a couple of file names, you have used both munim and munin, is this
intentional or should they all be munin?
you have install a couple of things twice
> yum --enablerepo=rpmforge install perl-Net-Server
> yum --enablerepo=rpmforge install perl-Net-SNMP
Is this just a cut and paste error or should something else have been in their place?
There was a dependency failure
munin-node-1.2.5-1rhel4.noarch needs sysstat
'yum install sysstat' fixes this.
Best Regards,
Howie.