[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hobbit-alerts with RegEx
- To: hobbit (at) hswn.dk
- Subject: hobbit-alerts with RegEx
- From: Thomas Ruecker <truecker (at) technologie-management.net>
- Date: Wed, 04 May 2005 09:55:15 +0200
- User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)
Hi,
I build following var in the alerts config:
$HOST_SERVERS=%(server1.*).domain.com,%(server2.*).domain.com
Hobbit only see the first RegEx, the second will not been recordnize. If
I splitt it into to vars like:
$HOST_SERVERS1=%(server1.*).domain.com
$HOST_SERVERS2=%(server2.*).domain.com
Hobbit will recordnize both, but the other way is much shorter for me.
Is this a bug or a feature?
Regards,
Thomas