PDA

View Full Version : Actions


fmtaylor2
01-06-2006, 14:41
I tried this

{{HOSTNAME}:{TRIGGER.KEY}} in my action message, but it didn't work.

Individually they print the correct data, but when I try to get tricky and combine them they don't perform as desired.

Is there a way to get the actual value from a trigger into the message globally like this?

krusty
02-06-2006, 09:18
Hi,

i use this and it works fine for me.

{TRIGGER.NAME}: {STATUS} : {TIME} : {DATE}

fmtaylor2
02-06-2006, 14:11
I am trying to get the trigger key value. Instead of "processor load to high: on"
I want "processor load too high: on : 15"

I know I could write a {hostname:key.func(param)} for each item, but I want to be able to do it globally so whatever the value is for whatever key, it is included in the message.