Ad Widget

Collapse

Actions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fmtaylor2
    Member
    • May 2006
    • 66

    #1

    Actions

    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
    Senior Member
    • Oct 2005
    • 222

    #2
    Hi,

    i use this and it works fine for me.

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

    Comment

    • fmtaylor2
      Member
      • May 2006
      • 66

      #3
      yes, but..

      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.

      Comment

      Working...