[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] BBWin 0.11 Centralised Config problems
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] BBWin 0.11 Centralised Config problems
- From: "Etienne Grignon" <etienne.grignon (at) gmail.com>
- Date: Thu, 3 Apr 2008 14:29:28 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SpPlWmiIgxQpvEtSh1uTUpkysBPolnY9+EfDYuZff04=; b=gvc7xMcdbbc+bVCrQMZRrkP5X61+VcA5aiovKj8RPwfb5o0KP4xLoSwxaC0qIZ81qPt34yK+JdRg4h/SeE3QOdPTvsp5o09A9Ohj1+WxZSn6qKsuJH9bRoh8Z5JxbSDY/10+xraptROXXxpb5Ep+iq0BD7tE5Zi2iHr7v2Oypx4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GLz+pAdhG7QAzSt+P+ribE4Fa+a3xFkK2OtooxzQPejAxjKrJiZA4v4htTXKbeL0Kf9jCOUW/lBaagOOZRr0nay+Qk8MW0+wGAZULrKHDDIyb+cNUq1Lhobl0yjkfeB1fiWuu33G6CMg9tTpH8Ivof8SuImF6AjUrfQIeHft+3I=
- References: <OF9E81592A.C87E440C-ON6925741E.008074D9-6925741F.0000485C (at) nt.gov.au>
Hi Matthew,
2008/4/2, Matthew.Roberts (at) nt.gov.au <Matthew.Roberts (at) nt.gov.au>:
>
> Hi All,
>
> I need a bit of assistance in setting up BBWin0.11 with Hobbit 4.3 in
> Centralised config mode.
>
> My problem lies with the eventlog monitoring of my Windows hosts. When running
> BBWin in local config mode, I can setup filtering so that only specific event
> log types get sent to the hobbit server and displayed on the msgs page. However
> when I configure BBWin to use a central config, I cant filter which event logs
> get sent to the hobbit server and displayed on the msgs page. As a result my
> msgs page is full of eventlog entries which I dont need to know about.
>
> Below is a copy of my BBWin.cfg and the client-local.cfg on the hobbit server
>
> <?xml version="1.0" encoding="utf-8" ?>
> <configuration>
> <bbwin>
...
>
> <!-- bbwin mode local or central -->
> <setting name="mode" value="central" />
> <setting name="configclass" value="win32" />
>
...
> <setting name="logreportfailure" value="false" />
> </bbwin>
>
>
> client-local.cfg: (dcstest2 is the name of one of my hosts I am having problems
> with)
>
> [dcstest2]
> eventlog:security
> ignore Success
> eventlog:application
> ignore information
> eventlog:system
> ignore information
>
>
You should use [win32] instead of [dcstest2] in your
client-local.cfg because in your bbwin.cfg, the configclass is set to
win32 (<setting name="configclass" value="win32" />). Once you will do
that, BBWin, will get the rules you have set to ignore some events.
--
Etienne GRIGNON