[hobbit] Suggestion for Defaults

Charles Jones jonescr at cisco.com
Mon Feb 14 08:08:21 CET 2005


Henrik Stoerner wrote:

>This was added in RC2. Doing
>
>    MAIL webmaster at foo.com admin at foo.com COLOR=red
>
>will work as you expect it to. If you have a macro that expands to
>several mail-adresses, then that will work too. Like
>
>    $ADMINS="webmaster at foo.com engineering at foo.com"
>
>    HOST=*
>        MAIL $ADMINS COLOR=red
>  
>
Wouldn't that be:

HOST=%.*
      MAIL $ADMINS COLOR=red

The reason I ask is because I am using HOST=%.*, and it seems to be 
working.  I thought it had to be a regex?

-Charles



More information about the Xymon mailing list