View Full Version : What about centreon on RHEL?
BigMonitor
06-12-2008, 12:40 AM
I know its close to fedora, but still.
falc410
06-12-2008, 11:13 AM
I have the beta installed on Scientific Linux 5.1 which basically is RHEL5.
So far no RHEL specific problems. I have many problems, it's not really working at all but it got nothing to do with RHEL.
The only thing you have to look out for is your PHP Version. There is no official package for PHP 5.2.x only 5.1.x which doesn't have the filter command built in yet. So you will get to see a blank page when you try to access Centreon.
You can manually install the filter module (search the forum, I posted how to do it) or use a third party repository like utterramblings to get PHP 5.2.x packages...
Marc Peter
06-12-2008, 03:44 PM
Hallo,
I'm running centreon 2.0 beta 4 on a CentOS 5.1 server and it works fine.
The only thing is the problem with the php version 5.1.6.
Here the solution how I installed the php 5.2.6 version:
cd /etc/yum.repos.d/
wget http://rpms.famillecollet.com/remi-enterprise.repo
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm'
su -c 'yum -y install foo'
yum --enablerepo=remi update php
I hope this can help you a little bit.
Best regards,
Marc