-
Incident report
-
Resolution: Fixed
-
Major
-
1.8.3
-
None
Hi, I love this new macro
{ITEM.VALUE1} , this is very useful, especially for log alerts, however, it doesn't "throw map" when sent by email:Example:
###############Action with {ITEM.VALUE1}
Trigger:
{TRIGGER.NAME}Status: {STATUS}
Value: {ITEM.VALUE1}
Time:{EVENT.TIME}
Date:{DATE}
Host: {HOSTNAME}
############Message with {ITEM.VALUE1}
Trigger:The host has gone offline!
Status: PROBLEM
Value: 0
Time:06:06:38
Date:2009.12.04
Host: grafika
###########COMPARE with {ITEM.LASTVALUE}
###############Action with {ITEM.VALUE1}
Trigger:{TRIGGER.NAME}
Status:
{STATUS}Value:
{ITEM.LASTVALUE}Time:{EVENT.TIME}
Date:{DATE}
Host: {HOSTNAME}
############Message with {ITEM.LASTVALUE}
Trigger:The host has gone offline!
Status: PROBLEM
Value: Down (0)
Time:06:06:38
Date:2009.12.04
Host: grafika