[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with Regular Expression in Alert
- To: hobbit (at) hswn.dk
- Subject: Problem with Regular Expression in Alert
- From: "Geoff Hallford" <geoff.hallford (at) gmail.com>
- Date: Tue, 7 Nov 2006 08:30:25 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=MaU18PsCNO3MlQ0pkxMjhFy0j/qgD5hUQD61QwoCHJQnDEhKDlTiA92V+QQX0Q/jTm2D1irQoRti8+3pu8qHZfNIfk8sTIg9w0GRZilo3SJu26bYTEURD4wnvsYOa2isLA+oAPx0RBs0f4QFzF2gC+7+Q0tESYG727SV1fGTscs=
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.