Xymon Mailing List Archive search

alerts macro feature request

list Henrik Størner
Tue, 1 Feb 2005 22:09:01 +0100
Message-Id: <user-eed87e672910@xymon.invalid>

On Tue, Feb 01, 2005 at 10:09:34AM -0800, Bruce Lysik wrote:
HOST=$GROUP1,$GROUP2 EXHOSTS=$SUBGROUP1,$SUBGROUP2
If your macros are not regular expressions, then it should just work.
That's what I was hoping, but it doesn't seem to be.
Ah, I think I know what's happening. At line 208 of hobbitd/do_alert.c:
 
               n = strcspn(p, " \t");
Should be
               n = strcspn(p, "\t $.,|%!()[]{}+?/&@:;*");


Henrik