Host several XYmon on the same server (a potential request ?)
list L.M.J
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
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
▸
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
Le Fri, 13 Aug 2010 06:56:56 +0800,
▸
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
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:
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 |
|
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.
▸
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. CCPlay 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
And on the client it is in
hobbitclient.cfg:BBPORT="1985" # Portnumber where hobbitd listens
- Roland
hobbitclient.cfg:BBPORT="1985" # Portnumber where hobbitd listens
- Roland
▸
On 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. CCPlay 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
On Fri, 13 Aug 2010 15:04:46 +1000, 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.