Xymon Mailing List Archive search

BBWin Patch

11 messages in this thread

list Michael S. Fisher · Thu, 18 Dec 2008 11:36:27 -0800 ·
Can some please detail the installation steps to install the BBWIN Patch
for Central Configs?

thanks!
list Galen Johnson · Thu, 18 Dec 2008 15:08:16 -0500 ·
IIRC, this patch has been incorporated into Xymon 4.2.2.

=G=
quoted from Michael S. Fisher

From: user-ab09d151b26b@xymon.invalid [mailto:user-ab09d151b26b@xymon.invalid]
Sent: Thursday, December 18, 2008 2:36 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] BBWin Patch


Can some please detail the installation steps to install the BBWIN Patch for Central Configs?

thanks!
list Josh Luthman · Thu, 18 Dec 2008 15:21:07 -0500 ·
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
quoted from Galen Johnson

On 12/18/08, Galen Johnson <user-87f955643e3d@xymon.invalid> wrote:
IIRC, this patch has been incorporated into Xymon 4.2.2.

=G=

From: user-ab09d151b26b@xymon.invalid [mailto:user-ab09d151b26b@xymon.invalid]
Sent: Thursday, December 18, 2008 2:36 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] BBWin Patch


Can some please detail the installation steps to install the BBWIN Patch for
Central Configs?

thanks!
-- 

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Michael S. Fisher · Thu, 18 Dec 2008 13:00:19 -0800 ·
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...
list Josh Luthman · Thu, 18 Dec 2008 16:19:34 -0500 ·
Do you have the configuration on the bbwin client for centralization mode?
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer


quoted from Michael S. Fisher
On Thu, Dec 18, 2008 at 4:00 PM, <user-ab09d151b26b@xymon.invalid> 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...

list Michael S. Fisher · Thu, 18 Dec 2008 13:34:36 -0800 ·
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>
list Josh Luthman · Thu, 18 Dec 2008 16:37:48 -0500 ·
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" />
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer


quoted from Michael S. Fisher
On Thu, Dec 18, 2008 at 4:34 PM, <user-ab09d151b26b@xymon.invalid> 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>

list Michael S. Fisher · Thu, 18 Dec 2008 13:51:49 -0800 ·
There are the only two that relate to central i think..

  <setting name="mode" value="central" />
  <setting name="configclass" value="win32" />
list Josh Luthman · Thu, 18 Dec 2008 16:57:22 -0500 ·
I may not have bbwin client installed but I'm pretty sure even that client
needs a bbdisplay specified =)
signature

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer


quoted from Michael S. Fisher
On Thu, Dec 18, 2008 at 4:51 PM, <user-ab09d151b26b@xymon.invalid> wrote:
There are the only two that relate to central i think..


   <setting name="mode" value="central" />
   <setting name="configclass" value="win32" />

list Michael S. Fisher · Thu, 18 Dec 2008 13:58:45 -0800 ·
I have it ...along with pager....
list Henrik Størner · Fri, 19 Dec 2008 07:11:27 +0000 (UTC) ·
quoted from Josh Luthman
In <user-1cc77c435dd8@xymon.invalid> user-ab09d151b26b@xymon.invalid 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