Hi
Some of my triggers have different comments, and I would like to use macros inside those comments, so they can be expanded when sending emails/sms
Specifically, I would like to see current values of items in the comments of the trigger.
However, my triggers are defined on templates, and if I use something like
in the comment field of the trigger, and my action has {TRIGGER.COMMENT} in the body, the resultant email has
Am I doing something wrong?
Some of my triggers have different comments, and I would like to use macros inside those comments, so they can be expanded when sending emails/sms
Specifically, I would like to see current values of items in the comments of the trigger.
However, my triggers are defined on templates, and if I use something like
Code:
Current value on {HOSTNAME} is {Template_Linux:custom[POSTFIX,QUEUE,active].last(0)}
Code:
Current value on {HOSTNAME} is *UNKNOWN*
Comment