<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/bbwin/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Jun 2014 05:41:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bbwin/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -1,81 +1,8 @@
-[TOC]
-
 # What is BBWin ?
 BBWin is an open source project with GNU license to write a windows agent for [Big Brother Server](http://www.bb4.org/features.html) originally and later with [Xymon(aka Hobbit)](http://xymon.com/). It is written in C++ with [boost library](http://www.boost.org/) and use [WiX](http://wixtoolset.org/) to create BBWin.msi installer.

-
 # Where can I get BBWin ?
-
   [Old download : BBWin 0.12](http://sourceforge.net/projects/bbwin/files/bbwin/0.12/) 
   [Latest download  BBWin 0.13](http://sourceforge.net/projects/bbwin/files/bbwin/0.13/) 
-
-# BBWin Centralized mode requirements
-
- 1. BBWin should be ad version 0.12 or above.
- 2. The BBWin handle for centralized mode is included in Xymon(Hobbit) since April 2008.
- 3. The BBWin central mode documentation is only included in the 4.3 branch.
- 4. The documentation is only available as a man page (ie: hobbit-clients.cfg manpage).
- 5. With Xymon(Hobbit) stable release (4.2.2)
- 6. Get the Xymon(Hobbit) stable release on SF download webpage 
- 7. The BBWin handler for centralized mode is included in Xymon(Hobbit) sources, With Xymon(Hobbit) snapshot release (4.3)
-
-## Configure BBWin for the centralized mode
-
-To enable the centralized mode in BBWin 0.12, turn it on with these lines in your bbwin.cfg file :
-
-    &lt;!-- bbwin mode local or central --&gt;
-    &lt;!--
-    &lt;setting name="mode" value="local"  /&gt;
-    --&gt;
-    
-    
-
-Example of analysis.cfg on Xymon Server.
-
-    HOST=%win.*    #Your windows hosts
-        LOAD 80 90 # Load threholds are in %
-        DISK D 50 55 # Can be harddrive or mount points
-        DISK InetPub 30 35)
-        MEMPHYS 90 101
-        MEMSWAP 90 95
-        MEMACT  90 97
-        PORT "LOCAL=%([.:]80)$" state=LISTENING TEXT=http
-        PROC BBWin.exe 1 1
-        PROC svchost.exe 3 4
-        LOG %.*  %.*error.* COLOR=yellow
-        SVC MSSQLSERVER startup=automatic status=started
-
-
-For more example, see [xymon analysis.cfg](http://xymon.com/xymon/help/manpages/man5/analysis.cfg.5.html)  man page.
-
-# BBWin FAQ
-
-## Is BBWin dead ?
-
-Yes and No. Currently the project is in Xymon maintenance mode ;)  No active developments is planned.
-it all depends on the developer resources we can get for this project. The existing remaining members do not have enough resources(time and talent) to proceed the development effort.
-
-## What kind of help is needed ?
-We need developers willing to program for fun and know MS C++ and Win32 programming skills. 
-## With some servers, tests like svcs, ports, uptime and who will appear in purple and the others tests are green, problem ?
-
-The central mode send a file (Client data) with all the information into it.
-The Hobbitd server trunk the file according to hobbitserver.cfg value.
-
-So you might change it to this:
-
-    MAXMSG_DATA="5242880"
-    MAXMSG_CLIENT="5242880"
-    MAXMSG_STATUS="5242880"
-
-## Where can I get some help setting it up?
-
-Help is available on the BBWin mailing list, bbwin-help-at-lists.sourceforge.net.
-
-## Compatibility with BigBrother
-
-BigBrother had been sold to Quest Software and later acquired by Dell Inc. BBWin had not tested with latest version of BigBrother.   
- 
-[[project_screenshots]]
-[[members limit=20]]
-[[download_button]]
+# Where can see more BBWin documentation.
+  [See BBWin google doc](https://docs.google.com/document/d/1MlOtqBxURYPPfcJu0Vc-sKPKGk54N-NiwlXrrMHicSQ/edit)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 05:41:57 -0000</pubDate><guid>https://sourceforge.netce416ecaea8c227fdcca630bb625ccb272ef0362</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -53,7 +53,7 @@
 ## Is BBWin dead ?

 Yes and No. Currently the project is in Xymon maintenance mode ;)  No active developments is planned.
-it all depends on the developer resources we can get for this project. The existing remaining members are not competent enough to proceed the programming development.
+it all depends on the developer resources we can get for this project. The existing remaining members do not have enough resources(time and talent) to proceed the development effort.

 ## What kind of help is needed ?
 We need developers willing to program for fun and know MS C++ and Win32 programming skills. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 05:29:03 -0000</pubDate><guid>https://sourceforge.net6145f4746366976d6fde8de48cc6a37d8b2301fd</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,14 +1,13 @@
 [TOC]
+
 # What is BBWin ?
 BBWin is an open source project with GNU license to write a windows agent for [Big Brother Server](http://www.bb4.org/features.html) originally and later with [Xymon(aka Hobbit)](http://xymon.com/). It is written in C++ with [boost library](http://www.boost.org/) and use [WiX](http://wixtoolset.org/) to create BBWin.msi installer.

 # Where can I get BBWin ?

-  [Download old   : BBWin 0.12](http://sourceforge.net/projects/bbwin/files/bbwin/0.12/) 
-  [Download latest: BBWin 0.13](http://sourceforge.net/projects/bbwin/files/bbwin/0.13/) 
-
- is available on the sourceforge project page.
+  [Old download : BBWin 0.12](http://sourceforge.net/projects/bbwin/files/bbwin/0.12/) 
+  [Latest download  BBWin 0.13](http://sourceforge.net/projects/bbwin/files/bbwin/0.13/) 

 # BBWin Centralized mode requirements

@@ -25,10 +24,13 @@
 To enable the centralized mode in BBWin 0.12, turn it on with these lines in your bbwin.cfg file :

     &lt;!-- bbwin mode local or central --&gt;
+    &lt;!--
+    &lt;setting name="mode" value="local"  /&gt;
+    --&gt;
     
     

-Example of analysis.cfg(hobbit-clients.cfg) on Xymon Server.
+Example of analysis.cfg on Xymon Server.

     HOST=%win.*    #Your windows hosts
         LOAD 80 90 # Load threholds are in %
@@ -44,9 +46,18 @@
         SVC MSSQLSERVER startup=automatic status=started

-For more example, see the analysis.cfg  man page.
+For more example, see [xymon analysis.cfg](http://xymon.com/xymon/help/manpages/man5/analysis.cfg.5.html)  man page.

-With some servers, tests like svcs, ports, uptime and who will appear in purple and the others tests are green, problem ?
+# BBWin FAQ
+
+## Is BBWin dead ?
+
+Yes and No. Currently the project is in Xymon maintenance mode ;)  No active developments is planned.
+it all depends on the developer resources we can get for this project. The existing remaining members are not competent enough to proceed the programming development.
+
+## What kind of help is needed ?
+We need developers willing to program for fun and know MS C++ and Win32 programming skills. 
+## With some servers, tests like svcs, ports, uptime and who will appear in purple and the others tests are green, problem ?

 The central mode send a file (Client data) with all the information into it.
 The Hobbitd server trunk the file according to hobbitserver.cfg value.
@@ -57,11 +68,11 @@
     MAXMSG_CLIENT="5242880"
     MAXMSG_STATUS="5242880"

-# Where can I get some help setting it up?
+## Where can I get some help setting it up?

 Help is available on the BBWin mailing list, bbwin-help-at-lists.sourceforge.net.

-# Compatibility with BigBrother
+## Compatibility with BigBrother

 BigBrother had been sold to Quest Software and later acquired by Dell Inc. BBWin had not tested with latest version of BigBrother.   

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 05:23:44 -0000</pubDate><guid>https://sourceforge.netc10cbcf697f66ec29cea0c5fe03f383aa5194a02</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,6 +1,6 @@
 [TOC]
 # What is BBWin ?
-BBWin is an open source project with GNU license to write a windows agent BigBrother Server. It work with Xymon(aka Hobbit). It is written in C++ with boost library and use WiX to create msi installer package.
+BBWin is an open source project with GNU license to write a windows agent for [Big Brother Server](http://www.bb4.org/features.html) originally and later with [Xymon(aka Hobbit)](http://xymon.com/). It is written in C++ with [boost library](http://www.boost.org/) and use [WiX](http://wixtoolset.org/) to create BBWin.msi installer.

 # Where can I get BBWin ?
@@ -33,7 +33,7 @@
     HOST=%win.*    #Your windows hosts
         LOAD 80 90 # Load threholds are in %
         DISK D 50 55 # Can be harddrive or mount points
-        DISK InetPub 30 35
+        DISK InetPub 30 35)
         MEMPHYS 90 101
         MEMSWAP 90 95
         MEMACT  90 97
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 05:06:58 -0000</pubDate><guid>https://sourceforge.netd90e1b193f950fee7b970de27e1bc1d985f16764</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -2,14 +2,13 @@
 # What is BBWin ?
 BBWin is an open source project with GNU license to write a windows agent BigBrother Server. It work with Xymon(aka Hobbit). It is written in C++ with boost library and use WiX to create msi installer package.

-  First Header   | Second Header
-  -------------  | -------------
-  *Content Cell* | Content Cell
-  Content Cell   | Content Cell

 # Where can I get BBWin ?

-[BBWin 0.13](http://goes/with/the/link/name/text) is available on the sourceforge project page.
+  [Download old   : BBWin 0.12](http://sourceforge.net/projects/bbwin/files/bbwin/0.12/) 
+  [Download latest: BBWin 0.13](http://sourceforge.net/projects/bbwin/files/bbwin/0.13/) 
+
+ is available on the sourceforge project page.

 # BBWin Centralized mode requirements

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:48:21 -0000</pubDate><guid>https://sourceforge.netf823f937e4321bb46409f1c941d31b87af144f5d</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,7 +1,5 @@
 [TOC]
-
 # What is BBWin ?
-
 BBWin is an open source project with GNU license to write a windows agent BigBrother Server. It work with Xymon(aka Hobbit). It is written in C++ with boost library and use WiX to create msi installer package.

   First Header   | Second Header
@@ -13,30 +11,25 @@

 [BBWin 0.13](http://goes/with/the/link/name/text) is available on the sourceforge project page.

-# Using BBWin Centralized mode
+# BBWin Centralized mode requirements

-To use the centralized Xymon(Hobbit) mode of BBWin, you must meet following requirements :
  1. BBWin should be ad version 0.12 or above.
  2. The BBWin handle for centralized mode is included in Xymon(Hobbit) since April 2008.
- 3. The BBWin central mode documentation is only included in the 4.3 branche.
-The documentation is only available as a man page (ie: man hobbit-clients.cfg).
+ 3. The BBWin central mode documentation is only included in the 4.3 branch.
+ 4. The documentation is only available as a man page (ie: hobbit-clients.cfg manpage).
+ 5. With Xymon(Hobbit) stable release (4.2.2)
+ 6. Get the Xymon(Hobbit) stable release on SF download webpage 
+ 7. The BBWin handler for centralized mode is included in Xymon(Hobbit) sources, With Xymon(Hobbit) snapshot release (4.3)

-With Xymon(Hobbit) stable release (4.2.2)
-
-Get the Xymon(Hobbit) stable release on SF download webpage (The BBWin handle for centralized mode is included in Xymon(Hobbit) sources)
-With Xymon(Hobbit) snapshot release (4.3)
-
-Get the lastest Xymon(Hobbit) snapshot release on SVN SF download webpage (The BBWin handle for centralized mode is included in Xymon(Hobbit) sources)
-Configure BBWin for the centralized mode
-
-# BBWin central mode
+## Configure BBWin for the centralized mode

 To enable the centralized mode in BBWin 0.12, turn it on with these lines in your bbwin.cfg file :
-&lt;!-- bbwin mode local or central --&gt;
-
-

-Example of analysis.cfg(hobbit-clients.cfg) for Windows usage
+    &lt;!-- bbwin mode local or central --&gt;
+    
+    
+
+Example of analysis.cfg(hobbit-clients.cfg) on Xymon Server.

     HOST=%win.*    #Your windows hosts
         LOAD 80 90 # Load threholds are in %
@@ -52,8 +45,7 @@
         SVC MSSQLSERVER startup=automatic status=started

-For more example, see the hobbit-clients.cfg man page.
-FAQ
+For more example, see the analysis.cfg  man page.

 With some servers, tests like svcs, ports, uptime and who will appear in purple and the others tests are green, problem ?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:38:01 -0000</pubDate><guid>https://sourceforge.netfb2c6a0172e4fb84b80e8b21eb0ba0e300c2ea91</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,19 +1,19 @@
-What is BBWin ?
+[TOC]
+
+# What is BBWin ?

 BBWin is an open source project with GNU license to write a windows agent BigBrother Server. It work with Xymon(aka Hobbit). It is written in C++ with boost library and use WiX to create msi installer package.
-
-Where is Hobbit?

   First Header   | Second Header
   -------------  | -------------
   *Content Cell* | Content Cell
   Content Cell   | Content Cell

-Where can I get BBWin ?
+# Where can I get BBWin ?

 [BBWin 0.13](http://goes/with/the/link/name/text) is available on the sourceforge project page.

-Using BBWin Centralized mode
+# Using BBWin Centralized mode

 To use the centralized Xymon(Hobbit) mode of BBWin, you must meet following requirements :
  1. BBWin should be ad version 0.12 or above.
@@ -28,6 +28,8 @@

 Get the lastest Xymon(Hobbit) snapshot release on SVN SF download webpage (The BBWin handle for centralized mode is included in Xymon(Hobbit) sources)
 Configure BBWin for the centralized mode
+
+# BBWin central mode

 To enable the centralized mode in BBWin 0.12, turn it on with these lines in your bbwin.cfg file :
 &lt;!-- bbwin mode local or central --&gt;
@@ -64,11 +66,14 @@
     MAXMSG_CLIENT="5242880"
     MAXMSG_STATUS="5242880"

-Where can I get some help setting it up?
+# Where can I get some help setting it up?

 Help is available on the BBWin mailing list, bbwin-help-at-lists.sourceforge.net.

+# Compatibility with BigBrother

+BigBrother had been sold to Quest Software and later acquired by Dell Inc. BBWin had not tested with latest version of BigBrother.   
+ 
 [[project_screenshots]]
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:32:06 -0000</pubDate><guid>https://sourceforge.net105a3b2f3f326291e4d2ae1e5a1c13fe34f7b18b</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,7 +1,6 @@
 What is BBWin ?

-BBWin is an open source client for Windows working with BigBrother or Xymon monitoring software.
-It is Written in C++ with boost library and use WiX to create msi installer package.
+BBWin is an open source project with GNU license to write a windows agent BigBrother Server. It work with Xymon(aka Hobbit). It is written in C++ with boost library and use WiX to create msi installer package.

 Where is Hobbit?

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:20:11 -0000</pubDate><guid>https://sourceforge.netf6ca9524d4a999e9bf8b3b150de4dd1015830fd3</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -4,6 +4,12 @@
 It is Written in C++ with boost library and use WiX to create msi installer package.

 Where is Hobbit?
+
+  First Header   | Second Header
+  -------------  | -------------
+  *Content Cell* | Content Cell
+  Content Cell   | Content Cell
+
 Where can I get BBWin ?

 [BBWin 0.13](http://goes/with/the/link/name/text) is available on the sourceforge project page.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:17:00 -0000</pubDate><guid>https://sourceforge.netc21a8c5d56fa1bcd3a176347bea8217166786e2d</guid></item><item><title>Home modified by T.J. Yang</title><link>https://sourceforge.net/p/bbwin/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,4 +1,3 @@
-
 What is BBWin ?

 BBWin is an open source client for Windows working with BigBrother or Xymon monitoring software.
@@ -7,7 +6,7 @@
 Where is Hobbit?
 Where can I get BBWin ?

-BBWin 0.13 is available on the sourceforge project page.
+[BBWin 0.13](http://goes/with/the/link/name/text) is available on the sourceforge project page.

 Using BBWin Centralized mode

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">T.J. Yang</dc:creator><pubDate>Sun, 08 Jun 2014 04:14:33 -0000</pubDate><guid>https://sourceforge.nete34f8780e83eb5cbb5706f6a5b630fb0131015ab</guid></item></channel></rss>