[hobbit] Alert macro syntax

Kevin.Hanrahan at novainfo.com Kevin.Hanrahan at novainfo.com
Tue Feb 22 21:18:05 CET 2005


Thanks, that worked nicely.

-----Original Message-----
From: Henrik Stoerner [mailto:henrik at hswn.dk] 
Sent: Tuesday, February 22, 2005 11:36 AM
To: hobbit at hswn.dk
Subject: Re: [hobbit] Alert macro syntax


On Tue, Feb 22, 2005 at 11:13:30AM -0500, Kevin.Hanrahan at novainfo.com wrote:

>  I could use some help with the syntax for alert using macros. I tried 
> defining servers as such:
> 
> $GROUP1=server1 server2 server3
> $SYSADMIN=kevin at domain.com
> HOST=$GROUP1
>         MAIL $SYSADMIN COLOR=red REPEAT=15m RECOVERED

This is wrong.

When you use macros, you must remember that it's purely a text substitution.

If you did not use macros, you'd write the rule as

   HOST=%server1|server2|server3

So to do that with a macro, the macro must be defined exactly like that.
Thus:

 $GROUP1=%server1|server2|server3
 $SYSADMIN=kevin at domain.com
 HOST=$GROUP1
         MAIL $SYSADMIN COLOR=red REPEAT=15m RECOVERED


Henrik

To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe at hswn.dk


Note:  The information contained in this email and in any attachments is
intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material.  Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited.  The recipient should check this email and
any attachments for the presence of viruses.  Sender accepts no liability
for any damages caused by any virus transmitted by this email. If you have
received this email in error, please notify us immediately by replying to
the message and delete the email from your computer.  This e-mail is and any
response to it will be unencrypted and, therefore, potentially unsecure.
Thank you.  NOVA Information Systems, Inc.



More information about the Xymon mailing list