Can some please detail the installation steps to install the BBWIN Patch for Central Configs?
thanks!
IIRC, this patch has been incorporated into Xymon 4.2.2.
=G=
From: MFisher at hra.com [mailto:MFisher at hra.com] Sent: Thursday, December 18, 2008 2:36 PM To: hobbit at hswn.dk Subject: [hobbit] BBWin Patch
Can some please detail the installation steps to install the BBWIN Patch for Central Configs?
thanks!
It is in the 4.2.2 release but patching instructions are available on the BBWin website. It is very simple...
cd hobbit* Wget patch patch -p0 bbwin_*patch
On 12/18/08, Galen Johnson <Galen.Johnson at sas.com> wrote:
IIRC, this patch has been incorporated into Xymon 4.2.2.
=G=
From: MFisher at hra.com [mailto:MFisher at hra.com] Sent: Thursday, December 18, 2008 2:36 PM To: hobbit at hswn.dk Subject: [hobbit] BBWin Patch
Can some please detail the installation steps to install the BBWIN Patch for Central Configs?
thanks!
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
I have 4.2.2 installed (yesterday download off of sourceforge..
Its not working in central mode but it is working if the client has all the dll files included and all the different monitoring attributes set in its config file...
Do you have the configuration on the bbwin client for centralization mode?
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
On Thu, Dec 18, 2008 at 4:00 PM, <MFisher at hra.com> wrote:
I have 4.2.2 installed (yesterday download off of sourceforge..
Its not working in central mode but it is working if the client has all the dll files included and all the different monitoring attributes set in its config file...
Here you go
<?xml version="1.0" encoding="utf-8" ?> <configuration> <bbwin> <setting name="bbdisplay" value="X.X.X.X" /> <setting name="usepager" value="true" /> <setting name="bbpager" value="X.X.X.X" /> <setting name="pagerlevels" value="red purple" /> <setting name="timer" value="5m" /> <setting name="autoreload" value="true" /> <setting name="mode" value="central" /> <setting name="configclass" value="win32" /> <setting name="logpath" value="C:\Program Files\BBWin\logs\BBWin.log"/> <setting name="loglevel" value="3" /> <setting name="logreportfailure" value="false" /> </bbwin> </configuration>
I don't have a Windows machine to confirm this but I'm guessing these two lines are right and what make it work:
<setting name="bbdisplay" value="X.X.X.X" /> ... <setting name="mode" value="central" />
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
On Thu, Dec 18, 2008 at 4:34 PM, <MFisher at hra.com> wrote:
Here you go
<?xml version="1.0" encoding="utf-8" ?> <configuration> <bbwin> <setting name="bbdisplay" value="X.X.X.X" /> <setting name="usepager" value="true" /> <setting name="bbpager" value="X.X.X.X" /> <setting name="pagerlevels" value="red purple" /> <setting name="timer" value="5m" /> <setting name="autoreload" value="true" /> <setting name="mode" value="central" /> <setting name="configclass" value="win32" /> <setting name="logpath" value="C:\Program Files\BBWin\logs\BBWin.log"/> <setting name="loglevel" value="3" /> <setting name="logreportfailure" value="false" /> </bbwin> </configuration>
There are the only two that relate to central i think..
<setting name="mode" value="central" /> <setting name="configclass" value="win32" />
I may not have bbwin client installed but I'm pretty sure even that client needs a bbdisplay specified =)
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
On Thu, Dec 18, 2008 at 4:51 PM, <MFisher at hra.com> wrote:
There are the only two that relate to central i think..
<setting name="mode" value="central" /> <setting name="configclass" value="win32" />
In <OFAF72AF31.E2B80A35-ON88257523.007674B2-88257523.0076831C at hra.com> MFisher at hra.com writes:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <bbwin> <setting name="bbdisplay" value="X.X.X.X" /> <setting name="usepager" value="true" /> <setting name="bbpager" value="X.X.X.X" /> <setting name="pagerlevels" value="red purple" /> <setting name="timer" value="5m" /> <setting name="autoreload" value="true" /> <setting name="mode" value="central" /> <setting name="configclass" value="win32" />
First thing to check is if the data from the Windows client makes it to the Hobbit server at all. If you look at the "conn" status, does it have a "Client data available" link just above the ping-time graph ? If not, then your Hobbit client data is not reaching the Hobbit server - in that case you should check if the Windows box is listed in the "Ghost clients" report (it could be using a different hostname), or if there's a firewall blocking traffic on port 1984 between the Hobbit server and your Windows box (from the Windows box, try to run a "telnet X.X.X.X 1984" from a command prompt).
Regards, Henrik
participants (4)
-
Galen.Johnson@sas.com
-
henrik@hswn.dk
-
josh@imaginenetworksllc.com
-
MFisher@hra.com