Xymon Mailing List Archive search

Installation

6 messages in this thread

list Matthew Gregory · Wed, 27 Mar 2019 23:11:36 +1300 ·
Hello There

 
I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but
can't see the home page for xymon, I can see the Apache2 test page, is there
something I am missing?

 
Matthew Gregory
IT Manager
Rural Youth & Adult Literacy Trust


 <http://www.adultliteracy.ac.nz/>; www.adultliteracy.ac.nz


m: XXX XXX XXXX
t: 0800 891 339
e:  <mailto:user-ffa8a7401790@xymon.invalid> user-ffa8a7401790@xymon.invalid

	
 <https://www.adultliteracy.ac.nz/>;
Attachments (1)
list Josh Luthman · Wed, 27 Mar 2019 07:37:21 -0400 ·
Are you requesting /xymon/ ?

Did you do your Apache config?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

On Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid>
quoted from Matthew Gregory
wrote:
Hello There


I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but
can’t see the home page for xymon, I can see the Apache2 test page, is
there something I am missing?


*Matthew Gregory*
IT Manager
Rural Youth & Adult Literacy Trust

www.adultliteracy.ac.nz

*m:* XXX XXX XXXX
*t:* 0800 891 339

*e:* user-ffa8a7401790@xymon.invalid

[image: Banner] <https://www.adultliteracy.ac.nz/>;

list Matthew Gregory · Thu, 28 Mar 2019 02:08:37 +1300 ·
Yes and can you give an example for a config?
quoted from Josh Luthman

 Matthew Gregory
IT Manager
Rural Youth & Adult Literacy Trust
www.adultliteracy.ac.nz
m: XXX XXX XXXX
t: 0800 891 339
e: user-ffa8a7401790@xymon.invalid
 
  
On Mar 28, 2019, at 12:37 AM, Josh Luthman <user-4c45a83f15cb@xymon.invalid> wrote:

Are you requesting /xymon/ ?

Did you do your Apache config?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
On Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid> wrote:
Hello There

 
I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing?

 
Matthew Gregory
IT Manager
Rural Youth & Adult Literacy Trust

www.adultliteracy.ac.nz

m: XXX XXX XXXX
t: 0800 891 339
e: user-ffa8a7401790@xymon.invalid

list Josh Luthman · Wed, 27 Mar 2019 09:12:12 -0400 ·
Configuring your web server @
http://xymon.sourceforge.net/xymon/help/install.html
quoted from Matthew Gregory

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

On Wed, Mar 27, 2019, 9:08 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid>
quoted from Matthew Gregory
wrote:
Yes and can you give an example for a config?


*Matthew Gregory*
IT Manager
Rural Youth & Adult Literacy Trust

www.adultliteracy.ac.nz

*m:* XXX XXX XXXX
*t:* 0800 891 339
*e:* user-ffa8a7401790@xymon.invalid

[image: Facebook icon] <https://www.facebook.com/RYATL>;

[image: Banner] <https://www.adultliteracy.ac.nz/>;
quoted from Matthew Gregory


On Mar 28, 2019, at 12:37 AM, Josh Luthman <user-4c45a83f15cb@xymon.invalid>
wrote:

Are you requesting /xymon/ ?

Did you do your Apache config?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

On Wed, Mar 27, 2019, 6:11 AM Matthew Gregory <user-ffa8a7401790@xymon.invalid>
wrote:
Hello There


I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but
can’t see the home page for xymon, I can see the Apache2 test page, is
there something I am missing?


*Matthew Gregory*
IT Manager
Rural Youth & Adult Literacy Trust

www.adultliteracy.ac.nz

*m:* XXX XXX XXXX
*t:* 0800 891 339
*e:* user-ffa8a7401790@xymon.invalid

[image: Banner] <https://www.adultliteracy.ac.nz/>;

list Bruce Ferrell · Wed, 27 Mar 2019 07:43:12 -0700 ·
quoted from Matthew Gregory
On 3/27/19 3:11 AM, Matthew Gregory wrote:
Hello There

I have just installed Xymon on a Ubuntu Server (Google Compute Cloud) but can’t see the home page for xymon, I can see the Apache2 test page, is there something I am missing?

Matthew,

You didn't mention HOW you you installed xymon... From a distribution/repo provided package or hand built.

When I hand build xymon, there is a file that get's dropped into my apache's "conf.d" folder, xymon-apache.conf.   That folder is used for optional modules and configurations.

I know Debian and it's derivatives have a similar directory.

On my preferred distributions, anything in that folder is automatically read at Apache startup time.

Debian (and derivatives) sometimes needs to have the module(s) in that folder be enabled or activated with a CLI command (a2enmod? I forget) before apache will use them.

You might google:

     ubuntu apache module enable

For more in-depth information on where to check for the xymon-apache file
list Adam Thorn · Wed, 27 Mar 2019 15:19:49 +0000 ·
quoted from Bruce Ferrell
On 27/03/2019 14:43, Bruce Ferrell wrote:
Debian (and derivatives) sometimes needs to have the module(s) in that folder be enabled or activated with a CLI command (a2enmod? I forget) before apache will use them.

You might google:

     ubuntu apache module enable

For more in-depth information on where to check for the xymon-apache file
Certainly, the 'xymon' package provided in the standard Ubuntu repositories provides a /etc/apache2/conf-available/xymon.conf apache config file. Enabling that and restarting apache, e.g.

a2enconf xymon
apache2ctl restart

is needed if using that package.

Adam