Xymon Mailing List Archive search

Host several XYmon on the same server (a potential request ?)

6 messages in this thread

list L.M.J · Thu, 12 Aug 2010 22:34:33 +0200 ·
Hi,

  I'm wondering if I can host 2 XYmon on the same server who got 2 IPs. XYmon01 binded on IP01 receives
  informations from XYmon clients A, B, C, D and XYmon02 binded on IP02 receives and display status from
  clients E, F, G, H..
  My goal is to offer different view for totally different people / needs and I don't want to mix everything
  on one XYmon. 
  The main question could be : can I bind Xymon to an IP ? 

-- 
 LMJ
 "May the source be with you my young padawan"
 http://sites.google.com/site/imatruelinuxmasterjedi/
list Colin Coe · Fri, 13 Aug 2010 06:56:56 +0800 ·
If the TCP port (1984?) is configurable, you _may_ be able to have
multiple server instances running.  Of course, you'd need to configure
the client as well.

Having said that, custom views can be created and would be a better solution.

CC
quoted from L.M.J

On Fri, Aug 13, 2010 at 4:34 AM, L.M.J <user-78bb6d5d9024@xymon.invalid> wrote:
Hi,

 I'm wondering if I can host 2 XYmon on the same server who got 2 IPs. XYmon01 binded on IP01 receives
 informations from XYmon clients A, B, C, D and XYmon02 binded on IP02 receives and display status from
 clients E, F, G, H..
 My goal is to offer different view for totally different people / needs and I don't want to mix everything
 on one XYmon.
 The main question could be : can I bind Xymon to an IP ?

--
 LMJ
 "May the source be with you my young padawan"
 http://sites.google.com/site/imatruelinuxmasterjedi/

-- 

RHCE#805007969328369
list L.M.J · Fri, 13 Aug 2010 06:44:21 +0200 ·
Le Fri, 13 Aug 2010 06:56:56 +0800,
quoted from Colin Coe
Colin Coe <user-5b250cd7a540@xymon.invalid> a écrit :
If the TCP port (1984?) is configurable, you _may_ be able to have
multiple server instances running.  Of course, you'd need to configure
the client as well.

Having said that, custom views can be created and would be a better solution.

CC
Play with the default port could be a good idea but I can't remember where (If we can) change it, anyone
knows?

-- 
 LMJ
 "May the source be with you my young padawan"
 http://sites.google.com/site/imatruelinuxmasterjedi/
list Roland Soderstrom · Fri, 13 Aug 2010 15:04:46 +1000 ·
Hi,

I do sort of this.
I have 2 BB/Xymon servers on the same machine.
One is running BigBrother on port 1984.
The other is running Xymon on port 1985.
I setup the Apache2 server with 2 virtual hosts using the different ports.
It should be the same in using 2 xymon servers.

The port is set in hobbitserver.cfg
BBPORT=1985

Best Regards,

Roland Soderstrom | Senior System Administrator

Direct 03 8643 6485   |   Mobile 0425 362 611   |   Office 03 8643 6444
Email user-0cec9512a49f@xymon.invalid   |   Web www.logicaltech.com.au



Disclaimer: This message contains privileged and confidential information intended only for the use of the addressee named above.
If you are not the intended recipient of this message you must not disseminate, copy or take any action in reliance on it.
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of the company.

quoted from L.M.J

On 13/08/10 02:44 PM, L.M.J wrote:
Le Fri, 13 Aug 2010 06:56:56 +0800,

Colin Coe  a écrit :



  
If the TCP port (1984?) is configurable, you _may_ be able to have

multiple server instances running.  Of course, you'd need to configure

the client as well.



Having said that, custom views can be created and would be a better solution.



CC

    

Play with the default port could be a good idea but I can't remember where (If we can) change it, anyone

knows?



  
list Roland Soderstrom · Fri, 13 Aug 2010 15:10:55 +1000 ·
And on the client it is in

hobbitclient.cfg:BBPORT="1985"                   # Portnumber where hobbitd listens

- Roland

quoted from Roland SoderstromOn 13/08/10 03:04 PM, Roland Soderstrom wrote:
Hi,

I do sort of this.
I have 2 BB/Xymon servers on the same machine.
One is running BigBrother on port 1984.
The other is running Xymon on port 1985.
I setup the Apache2 server with 2 virtual hosts using the different ports.
It should be the same in using 2 xymon servers.

The port is set in hobbitserver.cfg
BBPORT=1985

On 13/08/10 02:44 PM, L.M.J wrote:
Le Fri, 13 Aug 2010 06:56:56 +0800,

Colin Coe  a écrit :



  
If the TCP port (1984?) is configurable, you _may_ be able to have

multiple server instances running.  Of course, you'd need to configure

the client as well.



Having said that, custom views can be created and would be a better solution.



CC

    
Play with the default port could be a good idea but I can't remember where (If we can) change it, anyone

knows?



  
list L.M.J · Fri, 13 Aug 2010 08:30:45 +0200 ·
On Fri, 13 Aug 2010 15:04:46 +1000, Roland Soderstrom
quoted from Roland Soderstrom
<user-0cec9512a49f@xymon.invalid> wrote:
Hi,

 I do sort of this.
 I have 2 BB/Xymon servers on the same machine.
 One is running BigBrother on port 1984.
 The other is running Xymon on port 1985.
 I setup the Apache2 server with 2 virtual hosts using the different
ports.
 It should be the same in using 2 xymon servers.

 The port is set in hobbitserver.cfg
 BBPORT=1985

   test 
Great, thanks for your answer, I can definitely do that.