Xymon Mailing List Archive search

Xymon not showing up hosts in the html web page

8 messages in this thread

list William Gregoire · Mon, 12 Nov 2018 16:03:29 +0000 ·
Hello,

I have been working on a situation with my xymon server for over a week, I cant find the solution. For some reason I am unable to see the hosts I add in my hosts.cfg file on the main webpage of xymon.

I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg

Whaterver i do in those 2 hosts files, nothing happen.

I added a screenshot to this email so you can see what my home page looks like.

If you have any suggestion regarding this situation, thanks in advance.
Attachments (1)
list Josh Luthman · Mon, 12 Nov 2018 11:04:40 -0500 ·
What does /etc/xymon/hosts.cfg look like?  Share that config here.

Did you install from a package or compile it?


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

On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <
quoted from William Gregoire
user-7ac75f0109f8@xymon.invalid> wrote:
Hello,


I have been working on a situation with my xymon server for over a week, I
cant find the solution. For some reason I am unable to see the hosts I add
in my hosts.cfg file on the main webpage of xymon.


I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg


Whaterver i do in those 2 hosts files, nothing happen.


I added a screenshot to this email so you can see what my home page looks
like.


If you have any suggestion regarding this situation, thanks in advance.

list William Gregoire · Mon, 12 Nov 2018 18:37:39 +0000 ·
For the instalation i dont know the difference between package and compiling it. But i just downloade dit from sourceforge, extracted the zip file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’ , then ‘sudo make install’’.

Here is my host.cfg from /etc/xymon/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

#0.0.0.0        .default.       # NOPROPRED:+apt,+libs

#group Servers
127.0.0.1       chas-mon01      # bbd http://chas-mon01/

#group Dialup
#0.0.0.0        notebook.bla.net # noconn dialup

#chapais
include ./cha/hosts.cfg


In case you want to see the other file, here it is, for the /usr/lib/xymon/server/etc/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

127.0.0.1   chas-mon01      # bbd http://chas-mon01/


include /etc/xymon/hosts.cfg


I did a reboot of the server, and now for some reason, the xymon is showing my server twice on the monitoring ? You can see the attached file.
quoted from Josh Luthman


De : Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Envoyé : 12 novembre 2018 11:05
À : Gregoire, William
Cc : xymon at xymon.com
Objet : Re: [Xymon] Xymon not showing up hosts in the html web page

What does /etc/xymon/hosts.cfg look like?  Share that config here.

Did you install from a package or compile it?


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

On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <user-7ac75f0109f8@xymon.invalid<mailto:user-7ac75f0109f8@xymon.invalid>> wrote:
Hello,

I have been working on a situation with my xymon server for over a week, I cant find the solution. For some reason I am unable to see the hosts I add in my hosts.cfg file on the main webpage of xymon.

I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg

Whaterver i do in those 2 hosts files, nothing happen.

I added a screenshot to this email so you can see what my home page looks like.

If you have any suggestion regarding this situation, thanks in advance.
Attachments (1)
list Josh Luthman · Mon, 12 Nov 2018 13:39:03 -0500 ·
You have notebook.bla.net commented out.  Stop that.
quoted from William Gregoire

#group Dialup

0.0.0.0        notebook.bla.net # noconn dialup


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

On Mon, Nov 12, 2018 at 1:37 PM, Gregoire, William <
quoted from William Gregoire
user-7ac75f0109f8@xymon.invalid> wrote:
For the instalation i dont know the difference between package and
compiling it. But i just downloade dit from sourceforge, extracted the zip
file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’
, then ‘sudo make install’’.


Here is my host.cfg from /etc/xymon/hosts.cfg


#

# Master configuration file for Xymon

#

# This file defines several things:

#

# 1) By adding hosts to this file, you define hosts that are monitored by
Xymon

# 2) By adding "page", "subpage", "group" definitions, you define the
layout

#    of the Xymon webpages, and how hosts are divided among the various
webpages

#    that Xymon generates.

# 3) Several other definitions can be done for each host, see the
hosts.cfg(5)

#    man-page.

#

# You need to define at least the Xymon server itself here.


#0.0.0.0        .default.       # NOPROPRED:+apt,+libs


#group Servers

127.0.0.1       chas-mon01      # bbd http://chas-mon01/


#group Dialup

#0.0.0.0        notebook.bla.net # noconn dialup


#chapais

include ./cha/hosts.cfg


In case you want to see the other file, here it is, for the
/usr/lib/xymon/server/etc/hosts.cfg


#

# Master configuration file for Xymon

#

# This file defines several things:

#

# 1) By adding hosts to this file, you define hosts that are monitored by
Xymon

# 2) By adding "page", "subpage", "group" definitions, you define the
layout

#    of the Xymon webpages, and how hosts are divided among the various
webpages

#    that Xymon generates.

# 3) Several other definitions can be done for each host, see the
hosts.cfg(5)

#    man-page.

#

# You need to define at least the Xymon server itself here.


127.0.0.1   chas-mon01      # bbd http://chas-mon01/


include /etc/xymon/hosts.cfg


I did a reboot of the server, and now for some reason, the xymon is
showing my server twice on the monitoring ? You can see the attached file.


*De :* Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
*Envoyé :* 12 novembre 2018 11:05
*À :* Gregoire, William
*Cc :* xymon at xymon.com
*Objet :* Re: [Xymon] Xymon not showing up hosts in the html web page


What does /etc/xymon/hosts.cfg look like?  Share that config here.


Did you install from a package or compile it?


Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St

<https://maps.google.com/?q=1100+Wayne+St+%0D%0ASuite+1337+%0D%0ATroy,+OH+45373&entry=gmail&source=g>;
Suite XXXX
Troy, OH XXXXX


On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <William.Gregoire at ca.
quoted from William Gregoire
ebarrette.com> wrote:

Hello,


I have been working on a situation with my xymon server for over a week, I
cant find the solution. For some reason I am unable to see the hosts I add
in my hosts.cfg file on the main webpage of xymon.


I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg


Whaterver i do in those 2 hosts files, nothing happen.


I added a screenshot to this email so you can see what my home page looks
like.


If you have any suggestion regarding this situation, thanks in advance.

list William Gregoire · Mon, 12 Nov 2018 18:45:46 +0000 ·
Ok,

Here is my updated hosts.cfg
quoted from Josh Luthman

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

#0.0.0.0        .default.       # NOPROPRED:+apt,+libs

#group Servers
127.0.0.1       chas-mon01      # bbd http://chas-mon01/

#group Dialup
0.0.0.0 notebook.bla.net # noconn dialup

#chapais
include ./cha/hosts.cfg


Now I see the notebook.bla.net in my xymon page, as you can see in the attached file.
quoted from Josh Luthman


De : Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Envoyé : 12 novembre 2018 13:39
À : Gregoire, William
Cc : xymon at xymon.com
Objet : Re: [Xymon] Xymon not showing up hosts in the html web page

You have notebook.bla.net<http://notebook.bla.net>; commented out.  Stop that.

#group Dialup

0.0.0.0        notebook.bla.net<http://notebook.bla.net>; # noconn dialup
quoted from Josh Luthman


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

On Mon, Nov 12, 2018 at 1:37 PM, Gregoire, William <user-7ac75f0109f8@xymon.invalid<mailto:user-7ac75f0109f8@xymon.invalid>> wrote:
For the instalation i dont know the difference between package and compiling it. But i just downloade dit from sourceforge, extracted the zip file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’ , then ‘sudo make install’’.

Here is my host.cfg from /etc/xymon/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

#0.0.0.0        .default.       # NOPROPRED:+apt,+libs

#group Servers
127.0.0.1       chas-mon01      # bbd http://chas-mon01/

#group Dialup

#0.0.0.0        notebook.bla.net<http://notebook.bla.net>; # noconn dialup
quoted from Josh Luthman

#chapais
include ./cha/hosts.cfg


In case you want to see the other file, here it is, for the /usr/lib/xymon/server/etc/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

127.0.0.1   chas-mon01      # bbd http://chas-mon01/


include /etc/xymon/hosts.cfg


I did a reboot of the server, and now for some reason, the xymon is showing my server twice on the monitoring ? You can see the attached file.


De : Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid<mailto:user-4c45a83f15cb@xymon.invalid>]
Envoyé : 12 novembre 2018 11:05
À : Gregoire, William
Cc : xymon at xymon.com<mailto:xymon at xymon.com>
Objet : Re: [Xymon] Xymon not showing up hosts in the html web page

What does /etc/xymon/hosts.cfg look like?  Share that config here.

Did you install from a package or compile it?


Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX

XXXX Wayne St<https://maps.google.com/?q=1100+Wayne+St+%0D%0ASuite+1337+%0D%0ATroy,+OH+45373&entry=gmail&source=g>;
quoted from Josh Luthman
Suite XXXX
Troy, OH XXXXX

On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <user-7ac75f0109f8@xymon.invalid<mailto:user-7ac75f0109f8@xymon.invalid>> wrote:
Hello,

I have been working on a situation with my xymon server for over a week, I cant find the solution. For some reason I am unable to see the hosts I add in my hosts.cfg file on the main webpage of xymon.

I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg

Whaterver i do in those 2 hosts files, nothing happen.

I added a screenshot to this email so you can see what my home page looks like.

If you have any suggestion regarding this situation, thanks in advance.
Attachments (1)
list Paul Root · Mon, 12 Nov 2018 18:49:42 +0000 ·
The only thing you have in here is chas-mon01.

Did you put the other hosts in ./cha/hosts.cfg?
quoted from William Gregoire

From: Xymon <xymon-bounces at xymon.com> On Behalf Of Gregoire, William
Sent: Monday, November 12, 2018 12:38 PM
To: Josh Luthman <user-4c45a83f15cb@xymon.invalid>
Cc: xymon at xymon.com
Subject: Re: [Xymon] Xymon not showing up hosts in the html web page

For the instalation i dont know the difference between package and compiling it. But i just downloade dit from sourceforge, extracted the zip file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’ , then ‘sudo make install’’.

Here is my host.cfg from /etc/xymon/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

#0.0.0.0        .default.       # NOPROPRED:+apt,+libs

#group Servers
127.0.0.1       chas-mon01      # bbd http://chas-mon01/

#group Dialup
#0.0.0.0        notebook.bla.net # noconn dialup

#chapais
include ./cha/hosts.cfg


In case you want to see the other file, here it is, for the /usr/lib/xymon/server/etc/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

127.0.0.1   chas-mon01      # bbd http://chas-mon01/


include /etc/xymon/hosts.cfg


I did a reboot of the server, and now for some reason, the xymon is showing my server twice on the monitoring ? You can see the attached file.


De : Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Envoyé : 12 novembre 2018 11:05
À : Gregoire, William
Cc : xymon at xymon.com<mailto:xymon at xymon.com>
Objet : Re: [Xymon] Xymon not showing up hosts in the html web page

What does /etc/xymon/hosts.cfg look like?  Share that config here.

Did you install from a package or compile it?


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

On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <user-7ac75f0109f8@xymon.invalid<mailto:user-7ac75f0109f8@xymon.invalid>> wrote:
Hello,

I have been working on a situation with my xymon server for over a week, I cant find the solution. For some reason I am unable to see the hosts I add in my hosts.cfg file on the main webpage of xymon.

I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg

Whaterver i do in those 2 hosts files, nothing happen.

I added a screenshot to this email so you can see what my home page looks like.

If you have any suggestion regarding this situation, thanks in advance.


This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
list Stephen Carville Xymon List · Mon, 12 Nov 2018 11:54:15 -0800 ·
quoted from Paul Root
On 11/12/18 10:37 AM, Gregoire, William wrote:
For the instalation i dont know the difference between package and compiling it. But i just downloade dit from sourceforge, extracted the zip file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’ , then ‘sudo make install’’.
I think the "make" command has to be run as the xymon user.  You only
use root to install it.

--
Stephen
list William Gregoire · Mon, 12 Nov 2018 20:33:50 +0000 ·
You know what, i fixed the problem, thank you all for your help.

The mistake was in my path ‘’./cha/hosts.cfg’’ for some reason xymon didn’t like it, therefore I changed it for  ‘’/etc/xymon/cha/hosts.cfg’’ and then the include worked.
quoted from Paul Root

De : Root, Paul T [mailto:user-76fdb6883669@xymon.invalid]
Envoyé : 12 novembre 2018 13:50
À : Gregoire, William; Josh Luthman
Cc : xymon at xymon.com
Objet : RE: [Xymon] Xymon not showing up hosts in the html web page

The only thing you have in here is chas-mon01.

Did you put the other hosts in ./cha/hosts.cfg?

From: Xymon <xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>> On Behalf Of Gregoire, William
Sent: Monday, November 12, 2018 12:38 PM
To: Josh Luthman <user-4c45a83f15cb@xymon.invalid<mailto:user-4c45a83f15cb@xymon.invalid>>
Cc: xymon at xymon.com<mailto:xymon at xymon.com>
Subject: Re: [Xymon] Xymon not showing up hosts in the html web page

For the instalation i dont know the difference between package and compiling it. But i just downloade dit from sourceforge, extracted the zip file, and i ran the ‘’./configure’’ command, after that i did ‘’sudo make’’ , then ‘sudo make install’’.

Here is my host.cfg from /etc/xymon/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

#0.0.0.0        .default.       # NOPROPRED:+apt,+libs

#group Servers
127.0.0.1       chas-mon01      # bbd http://chas-mon01/

#group Dialup
#0.0.0.0        notebook.bla.net # noconn dialup

#chapais
include ./cha/hosts.cfg


In case you want to see the other file, here it is, for the /usr/lib/xymon/server/etc/hosts.cfg

#
# Master configuration file for Xymon
#
# This file defines several things:
#
# 1) By adding hosts to this file, you define hosts that are monitored by Xymon
# 2) By adding "page", "subpage", "group" definitions, you define the layout
#    of the Xymon webpages, and how hosts are divided among the various webpages
#    that Xymon generates.
# 3) Several other definitions can be done for each host, see the hosts.cfg(5)
#    man-page.
#
# You need to define at least the Xymon server itself here.

127.0.0.1   chas-mon01      # bbd http://chas-mon01/


include /etc/xymon/hosts.cfg


I did a reboot of the server, and now for some reason, the xymon is showing my server twice on the monitoring ? You can see the attached file.


De : Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Envoyé : 12 novembre 2018 11:05
À : Gregoire, William
Cc : xymon at xymon.com<mailto:xymon at xymon.com>
Objet : Re: [Xymon] Xymon not showing up hosts in the html web page

What does /etc/xymon/hosts.cfg look like?  Share that config here.

Did you install from a package or compile it?


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

On Mon, Nov 12, 2018 at 11:03 AM, Gregoire, William <user-7ac75f0109f8@xymon.invalid<mailto:user-7ac75f0109f8@xymon.invalid>> wrote:
Hello,

I have been working on a situation with my xymon server for over a week, I cant find the solution. For some reason I am unable to see the hosts I add in my hosts.cfg file on the main webpage of xymon.

I have 2 location on my server where hosts files are.


1-      /usr/lib/xymon/server/etc/hosts.cfg

2-      /etc/xymon/hosts.cfg

Whaterver i do in those 2 hosts files, nothing happen.

I added a screenshot to this email so you can see what my home page looks like.

If you have any suggestion regarding this situation, thanks in advance.


This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.