BBWin Patch
list Michael S. Fisher
Can some please detail the installation steps to install the BBWIN Patch for Central Configs? thanks!
list Galen Johnson
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!
list Josh Luthman
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 <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
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
Do you have the configuration on the bbwin client for centralization mode?
▸
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
▸
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
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
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: 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
▸
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
There are the only two that relate to central i think.. <setting name="mode" value="central" /> <setting name="configclass" value="win32" />
list Josh Luthman
I may not have bbwin client installed but I'm pretty sure even that client needs a bbdisplay specified =)
▸
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
▸
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
I have it ...along with pager....
list Henrik Størner
▸
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