[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Problem with Regular Expression in Alert
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Problem with Regular Expression in Alert
- From: "Jones, Jason \(Altrincham\)" <JasonAS_Jones (at) mentor.com>
- Date: Tue, 7 Nov 2006 13:49:19 -0000
- Thread-index: AccCcbnwhndd80BGTt2wt5x19Be3YAAAaevA
- Thread-topic: [hobbit] Problem with Regular Expression in Alert
This should work: COLOR=red EXSERVICE=%(msgs|^int.*)
Jason.
________________________________
From: Geoff Hallford [mailto:geoff.hallford (at) gmail.com]
Sent: 07 November 2006 13:30
To: hobbit (at) hswn.dk
Subject: [hobbit] Problem with Regular Expression in Alert
Hi Everyone,
I am having an issue where Hobbit will not take multiple alert
parameters if one of them is a regular expression. I have my hobbit
built with MRTG integration. My example is that I want to have my catch
all rule exclude all msgs and interfaces (in the format int01-08,
int09-16, ...).
This works: COLOR=red EXSERVICE=%^int.*
This doesn't work: COLOR=red EXSERVICE=msgs,%^int.*
Does anyone have any hints, how to get this working? Maybe even a
logical approach to get it working and not necessary a technical
approach?
Thanks.