HI,
You need to setup your linux server as a LAMP server first. After all observium is a Linux, Apache, MYSQL, PHP application..
There are a lot of guides on-line for setting up a LAMP environment on RHEL, if not the official Documentation. See below what looks like a good howto http://www.unixmen.com/install-lamp-server-in-centos-6-4-rhel-6-4/
Regards, Daniel
On Tue, Jan 14, 2014 at 6:09 PM, tikastribe BidzPogPhodyMikeGyson < tikastribe@yahoo.com> wrote:
Hi Gurus,
I'm not good in linux but my boss ask me to install observium in our RHEL box. I followed this link http://www.observium.org/wiki/RHEL_Installation#Introduction then I stop here. (I have a fresh install RHEL then i just follow everything) My comments are in open and closed parenthesis.
Copy the default configuration file and edit it for your system: (I copy the config.php in my observium folder where the extracted folder was. Is this right?)
cp config.php.default config.php
Add an entry for fping to config.php as the location is different on RHEL: (I edit the copied file)
$config['fping'] = "/usr/sbin/fping";
Edit config.php. Change the options to reflect your installation. Setup the MySQL database and insert the default schema: (I really stop here because when i type this in shell i had this error -bash: php: command not found)
php includes/update/update.php
It is OK to have some errors in the SQL revisions up to 006. Create the rrd directory to store RRDs in: (i dont know where to put this?)
mkdir rrd chown apache:apache rrd
Thank you and Regards, Michelle
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium