On Tue, Mar 8, 2011 at 1:33 PM, Steve Holmes <user-ec1bf77b1b44@xymon.invalid> wrote:
All,
I'm somewhat embarrassed to say that after all this time using Xymon (and
Hobbit and BB before that) I did not realize until today that Xymon does not
use the keywords BBDISPLAY, BBNET and BBPAGER. So, now I have a need to
split BBNET from the others and have been looking at the email archives and
man pages but have found no explanation of how to do it.
Note I'm still on Xymon 4.2.3.
All I need is a pointer to instructions for how to configure what would
be the BBNET server. The hobbitserver.cfg file talks about 'this server',
but the variables there seem to be explicitly talking about the display
server, so I'm confused. I know I need to run bbtest-net on the network test
server, but how do I get it to send data to the display server?
You need to be looking at the BBLOCATION option in
server/etc/hobbitserver.cfg. You set up a whole spare xymon-4.2.3 instance
somewhere on your network and set BBLOCATION to some value:
BBLOCATION="foo"
Go to your original Xymon instance and edit the bb-hosts file to include
NET:foo for each system to be net-monitored by the "foo" instance. Copy
that bb-hosts file to the "foo" machine and fire it up. The original system
should stop running network tests against any "NET:foo" labelled hosts. The
"foo" system should *only* run tests against those systems.
The other part of the puzzle is delivery to the original server. On the
"foo" system, set BBDISP in hobbitserver.cfg to the IP of your original
server.
Ralph Mitchell