Index: [Article Count Order] [Thread]

Date:  Wed, 28 Mar 2007 12:16:00 -0300
From:  "Christian Ruggeri" <cocota (at mark) gmail.com>
Subject:  [coba-e:09344] Re: Munin Install step by step.
To:  coba-e (at mark) bluequartz.org
Message-Id:  <957e01f60703280816s7fc96fe3w4119c6ec3e97eea (at mark) mail.gmail.com>
In-Reply-To:  <20070328092927.M99680 (at mark) howie.co.uk>
References:  <957e01f60703272333p7c0007a7i935405dcc7e6a009 (at mark) mail.gmail.com>	 <20070328092927.M99680 (at mark) howie.co.uk>
X-Mail-Count: 09344

Im sorry, the right word are munin.

Thanks and enjoy.


On 3/28/07, Howie Dines <howie (at mark) howie.co.uk> wrote:
> 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.
>
>
>