[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Can't access xymon web page on new install.
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Can't access xymon web page on new install.
- From: Buchan Milne <bgmilne (at) staff.telkomsa.net>
- Date: Thu, 11 Jun 2009 12:55:07 +0200
- Cc: Paul Ward <pnward (at) googlemail.com>
- References: <b5cd8d890906092155g536f640ao4f76c96b2f551cc8 (at) mail.gmail.com> <200906101113.20231.bgmilne (at) staff.telkomsa.net> <b5cd8d890906101351t6c31806cs6e83e3b7d9a1ed0e (at) mail.gmail.com>
- User-agent: KMail/1.11.2 (Linux/2.6.27.10-desktop-1mnb; KDE/4.2.2; x86_64; ; )
On Wednesday 10 June 2009 22:51:26 Paul Ward wrote:
> Hello,
>
> Yes the services are running but I can not find the index.html.
>
> [root (at) unix xymon]# ps -ef | grep xymon
> xymon 25636 1 0 08:41 ? 00:00:00
> /usr/lib/xymon/server/bin/hobbitlaunch
> --config=/usr/lib/xymon/server/etc/hobbitlaunch.cfg
> --env=/usr/lib/xymon/server/etc/hobbitserver.cfg
> --log=/var/log/xymon/hobbitlaunch.log
> --pidfile=/var/log/xymon/hobbitlaunch.pid
> xymon 25637 25636 0 08:41 ? 00:00:00 hobbitd
> --pidfile=/var/log/xymon/hobbitd.pid
> --restart=/usr/lib/xymon/server/tmp/hobbitd.chk
> --checkpoint-file=/usr/lib/xymon/server/tmp/hobbitd.chk
> --checkpoint-interval=600 --log=/var/log/xymon/hobbitd.log
> --admin-senders=127.0.0.1 127.0.0.1 --store-clientlogs=!msgs
> root 25699 18362 0 08:48 pts/1 00:00:00 grep xymon
I would have a look in /var/log/xymon/bb-display.log and
/var/log/xymon/hobbitlaunch.log .
You may also want to run 'rpm -V xymon' to check for permissions problems.
Specifically, /var/lib/hobbit/www must be writable by the xymon user. If you
are unsure, provide the output of:
# ls -ld /var /var/lib /var/lib/xymon /var/lib/xymon/www
(I don't have any Xymon servers running RHEL3, I mainly build packages for our
two remaining RHEL3 xymon clients, but the packages built from the same SRPM
work out-the-box on RHEL4, RHEL5, Mandriva 2009.0, Mandriva 2009.1 - the
previous hobbit packages were also built for a few other distros as well as
Solaris)
Regards,
Buchan