[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Xymon CentOS 5 installation
- To: "Neil Franken" <nfranken (at) theunlimitedworld.co.za>
- Subject: Re: [hobbit] Xymon CentOS 5 installation
- From: Buchan Milne <bgmilne (at) staff.telkomsa.net>
- Date: Tue, 21 Jul 2009 14:11:06 +0100
- Cc: hobbit (at) hswn.dk
- References: <8A82C7A8DFD13048B6717BBFA72CF574038F7B01 (at) prmsdcex01.premier.local>
- User-agent: KMail/1.11.2 (Linux/2.6.30-2mdv; KDE/4.2.2; x86_64; ; )
On Tuesday 21 July 2009 11:21:49 Neil Franken wrote:
> Hi Buchan
>
> I am very new to Centos as I come from a Ubuntu/Opensuse background. Do
> I add these repositories to Yum?
Yes.
> I tried downloading them with firefox
> and opening them with the software installer but it complains about
> missing dependencies.
Yes. There are a number of packages required for installing the server-side.
This would be the entire process:
# cat > /etc/yum.repos.d/xymon.repo <<EOF
[hobbit]
name=Hobbit-$releasever
baseurl=http://staff.telkomsa.net/packages/rhel$releasever/hobbit/
gpgcheck=1
gpgkey=http://staff.telkomsa.net/packages/bgmilne.asc
enabled=1
[xymon]
name=Xymon-$releasever
baseurl=http://staff.telkomsa.net/packages/rhel$releasever/xymon/
gpgcheck=1
gpgkey=http://staff.telkomsa.net/packages/bgmilne.asc
enabled=1
EOF
# yum install xymon devmon
# service xymon start
If mrtg is selected by yum, cancel, and run instead:
# yum install perl-SNMP_Session xymon devmon
(the mrtg package shouldn't provide perl(SNMP_Session), as it is in the wrong
location for scripts to 'use SNMP_Session' without overriding PERL5LIB or
similar)
You would notice that *all* the packages required in top of a basic
Centos5/RHEL5 install are provided in the repo, including rrdtool ...
Regards,
Buchan