[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Looking for sample BBWIN configs for filtering Windows event logs
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Looking for sample BBWIN configs for filtering Windows event logs
- From: "Bob Gordon" <rgordonjr (at) gmail.com>
- Date: Thu, 9 Oct 2008 12:12:53 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=MM/Cdu9XpkrWOVj3kT8N6UlqkceaTi5WK2X1ZiNs2UA=; b=DKVtfqNiKfh1aAc24a17Rnp5yxkEbg7tWOAkHFwxIHomFe1V2DaFB5b4stOh68UBR+ mL59tKSlohoIGydwQqHxP3eewnl4DASq5qyfLg5fMR8xJrUMFOIjGY883i3aP3snnQ7p qBVws/E6Mr17p/um9TlmpyXmq8Y+fwscLWjto=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=R0x2a508VoUZ/loKEMCQu049UawXyA1b/CiZEe/cODrRB/ZM94DP9Yy4/GXiS0Wrjn 6wqUslsr5XOygK+e3Yfmxtd/2s03Wz43HEg11/Gdrk6DEWK1w2Fc8wmpMFIoFYuQLzxC qPaBgsaYWpAEeFx6QJJRlRFdMFhmIhfhUxYKk=
- References: <A3D12FAD74FC8B46991703F40C182BAB01078343 (at) permls102.wde.woodside.com.au> <gcl09s$f4n$1 (at) voodoo.hswn.dk> <EC70BBBBD43A8B468D2460FE1CFAAA26151967BE (at) EX1.nibco.com> <48EE4539.6020704 (at) elyograg.org>
On Thu, Oct 9, 2008 at 10:54 AM, Shawn Heisey <hobbit (at) elyograg.org> wrote:
> I have a question that's really more suited for the BBWin mailing list, but
> I've asked it there and gotten no response: Does anyone have a complete
> server-side configuration example for BBWin clients, showing how to handle
> all aspects of the client configuration?
>
This is the one that I am using. I still have some cleanup to do on it
though....
###########################################################
## The defaults used by the Hobbit clients
###########################################################
DEFAULT
UP 30m
DISK * 90 95
SWAP 85 90
MEMPHYS 100 101
MEMSWAP 90 95
MEMACT 90 97
CLOCK 30
###########################################################
## Windows Based Systems - Central Config Mode
###########################################################
CLASS=%win32* EXHOST=server1,server2
LOAD 80 90 # Load thresholds are in %
PROC svchost.exe 2 -1
PROC %[mM]cshield.exe 1 -1
PROC nserver.exe 1 -1
PROC nrouter.exe 1 -1
LOG %.* %.*error.* COLOR=red
IGNORE=%(BigBrotherHobbitClient|SnapDrive|WinVNC4|TermDD|SV-GSX|TermServDevices|Perflib|PerfNet)
So far its worked out pretty well as my default setting... After the
Default section and before the generic section above I have my system
specific entries...
--
--==[ Bob Gordon ]==--