Xymon Mailing List Archive search

2 hobbit servers on the same hardware

list Stef Coene
Sun, 30 Mar 2008 09:47:49 +0100
Message-Id: <user-a9bd98b1dbcc@xymon.invalid>

On Sunday 30 March 2008, Phil Wild wrote:
This is what I experience as well...

 netstat -an | grep LISTEN | grep 1984
tcp        0      0 0.0.0.0:1984                0.0.0.0:*
LISTEN
I just looked at the source code and I think you can say
hobbitd --listen=<ip address>

This is by default 0.0.0.0 so listening on all availalble addresses.
See also http://hobbitmon.sourceforge.net/docs/man8/hobbitd.8.html


Stef