[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] configuration of bbwin clients in Hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] configuration of bbwin clients in Hobbit
- From: "Chris Strzelczyk" <chris4136 (at) gmail.com>
- Date: Thu, 28 Aug 2008 14:35:46 -0400
- 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=atOulp/q7/qsMrX8IVaFxQS9lCrEcQ6HXCOn+Jf4kxs=; b=g/q4nNRPXdwDs8ju39HONWVHoRiS1D3S0penKhgq18hfyMACfrbSQzhHBMegfFlbN4 sMB038pEl1tPj5EY1B1NdYSYFLJ0gx+jgxpgSd/SoO0pra7JxBITiHyaZ3KN3Es8UNef eGv5T4ec9zlGu/qsn4TVwbUGDqWfXjueJiPt4=
- 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=RF2EQj1E+eRtg+FvXpsvNQoi0C5IcPhtWeAyTW/RwycHDwt48INkHMuAD/nQeOiCV0 TYqI/X3pNE71kQNa39oKpXNfi8PemryVIlbmS0lyjntqLOf4IxwnAWbUuCWJdW+4BkUd uaq8luVLXG29uUx41khEBLcwzwTnDIg0eFXEM=
- References: <1219347790.3126.28.camel (at) brick.rhi.hi.is> <BFE8BDBA75FE9949B836E36C3FBF334F04293472 (at) EXCH02.purdue.lcl> <642ac9e80808280916q42a6fb31w59e01df8d33399f9 (at) mail.gmail.com> <1C7B7B9A7479234582BB043380014B9A1322B5E0B5 (at) EXCHANGE-VS1.eharmony.com>
Still not working.
My alert still turns red. Do you know if there is any other configuration
in some other file that affects this behavior? I even tried a different
string incase I was missing something in the first ignore string. My
[win32] and [default] values are below my server definitions. Not sure
where to go on this problem at this point. ~ Thank You for your help.
I even tried to provied the same case as you:
My client-local.cfg:
[stfwin6]
eventlog:System
ignore TermServDevices
ignore Printer Driver required
[win32]
My hobbit-clients.cfg:
HOST=stfwin6
LOG %.* %WARNING COLOR=yellow
LOG %.* %ERROR COLOR=yellow
On Thu, Aug 28, 2008 at 1:49 PM, Aaron Zink <AaronZink (at) eharmony.com> wrote:
> I could never get the ignore clause to work in for the event log either.
> Let me know if you have any luck!
>
> I had problems with [win32] until I noticed there was an example [win32] up
> at the top of the file in the examples which was overriding my settings...
> whoops. I don't know if this applies to you.
>
> My client-local.cfg looks like:
>
> [win32]
> eventlog:security
> ignore .*success.*
> eventlog:application
> ignore BigBrotherHobbitClient
> eventlog:eventlog_application
> ignore BigBrotherHobbitClient
> eventlog:system
> ignore TermServDevices
> ignore information
> file:C:\Program Files\BBWin\bin\BBWin.exe:md5
>
> None of the ignore statements work.
>
>
> Aaron Zink
> Manager, Corporate IT
> eHarmony.com
> 626.795.4814
>
>
> -----Original Message-----
> From: Chris Strzelczyk [mailto:chris4136 (at) gmail.com]
> Sent: Thursday, August 28, 2008 09:17
> To: hobbit (at) hswn.dk
> Subject: Re: [hobbit] configuration of bbwin clients in Hobbit
>
> Hello, I am having a really hard time getting Hobbit to ignore Windows
> error log messages. I searched the groups and can not find an answer that
> differs from my setup. Yet it does not work for me.
>
> Also, does anyone have the CLASS=win32 feature to work. Currently I am
> filtering by hostnames, but I would like to filter by CLASS. I have the
> following in my files.
>
> bb-hosts:
> xxx.xxx.xxx.xxx stfwin6 # COMMENT:"WINDOWS TESTING SERVER"
>
> My client-local.cfg:
>
> [stfwin6]
> log:system
> ignore TermServDevices
>
> [win32]
>
> My hobbit-clients.cfg:
>
> HOST=stfwin6
> LOG %.* %WARNING COLOR=yellow
> LOG %.* %ERROR COLOR=yellow
>
>
> In client-local.cfg I tried the log keyword as well as the eventlog
> keyword.
>
> Thank You
> -cs
>
> On Fri, Aug 22, 2008 at 7:53 AM, McGraw, Robert P <rmcgraw (at) purdue.edu>
> wrote:
>
>
> Anna,
>
> I have not had good luck using class names so I have stayed with
> using host
> name. Make sure that your hostname of the same class comes before
> the class
> name. Ever which one it finds first that is the one it will use. So
> if you
> have an empty class name and a host name of the same class comes
> after the
> class name nothing will happen.
>
>
> So here is my client-local.cfg I have
>
>
> [hostname.xxx.purdue.edu]
> file:c:\Alligate\Digests\.Red_If_Digest_Did_Not_Run.txt
> eventlog:Application
> ignore information
> ignore success
> ignore message could not be scanned
> ignore Error occurred in Scanning
> eventlog:Security
> ignore information
> ignore success
> ignore MAILRELAY Error Code: 0x0
> eventlog:System
> ignore information
> ignore success
>
> and my hobbit-client.cfg
>
> HOST=hostname.xxx.purdue.edu
> UP 30m 1w
> LOAD 40.0 70.0
> DISK * 90 95
> FILE c:\Alligate\Digests\.Red_If_Digest_Did_Not_Run.txt red
> CTIME<100800
> LOG %.* %WARNING COLOR=yellow
> LOG %.* %ERROR COLOR=red
> PROC AGDigestSvc.exe 1 1
> PROC AgDomSvc.exe 1 1
>
> In my use I have found that the epoch time is not calculated
> correctly. It
> seems that it will take the local time to calculate GMT and not
> adjust for
> the time zone.
>
> I have document this in the BBWIN mail list.
>
> Hope this helps.
>
> Robert
>
>
>
>
> > -----Original Message-----
> > From: Anna Jonna Armannsdottir [mailto:annaj (at) hi.is]
> > Sent: Thursday, August 21, 2008 3:43 PM
> > To: Hobbit user
> > Subject: [hobbit] configuration of bbwin clients in Hobbit
> >
> >
> > I want to monitor the size of the logfiles on windows servers.
> > I want to put a line in hobbit-clients.cfg like this:
> >
> > FILE /var/log/messages SIZE>0 MTIME<604800 yellow
> >
> > Does anybody have a clue about the name and paths of logfiles
> > in Windows XP.
> >
> > in client local i want to put this:
> > [win32]
> > log:/var/log/messages:10240
> >
> > Any clue, anybody?
> >
> > --
> > Kindest Regards, Anna Jonna Ármannsdóttir, %& A: Because
> people
> > read from top to bottom.
> > Unix System Aministration, Computing Services, %& Q: Why is
> top
> > posting bad?
> > University of Iceland.
> >
> >
> > To unsubscribe from the hobbit list, send an e-mail to
> > hobbit-unsubscribe (at) hswn.dk
> >
> >
>
>
>
>
>
>
> --
> Chris Strzelczyk
> GCS Real Estate
> Real Estate Investment and Management
> (586) 770-9544
> (248) 944-0506 (Business Hours Office Phone)
> chris (at) gcsrealestate.com
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>
--
Chris Strzelczyk
GCS Real Estate
Real Estate Investment and Management
(586) 770-9544
(248) 944-0506 (Business Hours Office Phone)
chris (at) gcsrealestate.com