Xymon Mailing List Archive search

No Webpages on RHEL5

2 messages in this thread

list Chaitu · Tue, 6 Mar 2012 05:55:23 +0530 ·
Hi,

I have installed Xymon 4.3.7 successfully on RHEL5. I can see that the processes are up and running...However, webpages do not generate.

All I can see is the default directory structure when I visit http://MY_SERVER/xymon/

$ ps -aef |grep xymon
xymon     6002     1  0 16:17 ?        00:00:00 /home/xymon/server/bin/xymonlaunch --config=/home/xymon/server/etc/tasks.cfg --env=/home/xymon/server/etc/xymonserver.cfg --log=/var/log/xymon/xymonlaunch.log --pidfile=/var/log/xymon/xymonlaunch.pid
xymon     6003  6002  0 16:17 ?        00:00:00 xymond --pidfile=/var/log/xymon/xymond.pid --restart=/home/xymon/server/tmp/xymond.chk --checkpoint-file=/home/xymon/server/tmp/xymond.chk --checkpoint-interval=600 --log=/var/log/xymon/xymond.log --admin-senders=127.0.0.1 69.174.85.5 --store-clientlogs=!msgs
xymon     6071  6002  0 16:17 ?        00:00:00 xymond_channel --channel=stachg --log=/var/log/xymon/history.log xymond_history --pidfile=/var/log/xymon/xymond_history.pid
xymon     6072  6002  0 16:17 ?        00:00:00 xymond_channel --channel=page --log=/var/log/xymon/alert.log xymond_alert --checkpoint-file=/home/xymon/server/tmp/alert.chk --checkpoint-interval=600
xymon     6073  6002  0 16:17 ?        00:00:00 xymond_channel --channel=client --log=/var/log/xymon/clientdata.log xymond_client
xymon     6074  6002  0 16:17 ?        00:00:00 xymond_channel --channel=status --log=/var/log/xymon/rrd-status.log xymond_rrd --rrddir=/home/xymon/data/rrd
xymon     6075  6002  0 16:17 ?        00:00:00 xymond_channel --channel=data --log=/var/log/xymon/rrd-data.log xymond_rrd --rrddir=/home/xymon/data/rrd
xymon     6076  6002  0 16:17 ?        00:00:00 xymond_channel --channel=clichg --log=/var/log/xymon/hostdata.log xymond_hostdata
xymon     6081  6071  0 16:17 ?        00:00:00 xymond_history --pidfile=/var/log/xymon/xymond_history.pid
xymon     6082  6074  0 16:17 ?        00:00:00 xymond_rrd --rrddir=/home/xymon/data/rrd
xymon     6083  6002  0 16:17 ?        00:00:00 /bin/sh /home/xymon/client/bin/xymonclient.sh
xymon     6090  6083  0 16:17 ?        00:00:00 /bin/sh /home/xymon/client/bin/xymonclient-linux.sh
xymon     6164  6072  0 16:17 ?        00:00:00 xymond_alert --checkpoint-file=/home/xymon/server/tmp/alert.chk --checkpoint-interval=600
xymon     6166  6090  0 16:17 ?        00:00:00 sh -c vmstat 300 2 1>/home/xymon/client/tmp/xymon_vmstat.EQ-BL-TINKER.6090 2>&1; mv /home/xymon/client/tmp/xymon_vmstat.EQ-BL-TINKER.6090 /home/xymon/client/tmp/xymon_vmstat.EQ-BL-TINKER

Tried restarting via xymon.sh .. but it did not work :-(

Help!

Regards,
Chaitu
list Jeremy Laidman · Thu, 8 Mar 2012 11:33:30 +1100 ·
quoted from Chaitu
On Tue, Mar 6, 2012 at 11:25 AM, chaitu <user-c7a979c89b86@xymon.invalid> wrote:
I have installed Xymon 4.3.7 successfully on RHEL5. I can see that the
processes are up and running...However, webpages do not generate.

All I can see is the default directory structure when I visit
http://MY_SERVER/xymon/
This probably means that Apache doesn't know about Xymon.  Did you
re-start Apache?

One of the files that should have been installed with Xymon is
xymon-apache.conf.  In my case (SUSE) it was installed into
/etc/apache2/conf.d/.  This will re-map requests for the "/xymon/"
path to the web pages generated by Xymon.  Without re-starting Apache,
it won't know about the new configuration elements.

J