View Full Version : values in alert message not working
bill.unger
05-03-2008, 23:27
Probably a simple question, but I have this defined in the message body of an Action (fired from a trigger):
{{ HOSTNAME}:{TRIGGER.KEY}.last(0)}
Unfortunately, the message of the email contains the above literal literal string. Am I missing something?
tia,
Bill
Hi Bill,
works for me, but maybe the "blank" in front of the HOSTNAME is not alowed???
What Version are u on? I think not all keywords are allowed for versions before 1.4.x ( though documented)
Greets
Patrick
bill.unger
06-03-2008, 14:33
Version are u on? I
Patrick
I am running v1.4.4
Probably a simple question, but I have this defined in the message body of an Action (fired from a trigger):
{{ HOSTNAME}:{TRIGGER.KEY}.last(0)}
Unfortunately, the message of the email contains the above literal literal string. Am I missing something?
tia,
Bill
You may try to get rid of the spaces to make it work.
bill.unger
06-03-2008, 17:22
You may try to get rid of the spaces to make it work.
I am using the triggers to monitor the windows event log and unfortunately, I can't get the triggers to fire again and test my changes... <sigh> I have created a scenario that forces errors into the event log, but the trigger won't fire... any thoughts?
Is it me or is Zabbix monitoring and triggering of the EventLog a little picky?
tia,
B