Ad Widget

Collapse

{{HOST.NAME1}:eventlog[System].last(0)} is not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dzapata
    Junior Member
    • Apr 2012
    • 17

    #1

    {{HOST.NAME1}:eventlog[System].last(0)} is not working

    Hi everyone,

    I write you because I'm having troubles with the macro {{HOST.NAME1}:eventlog[System].last(0)}. I configured an action that send an email with the macro {{HOST.NAME1}:eventlog[System].last(0)}, however the mail I receive doesn't convert {{HOST.NAME1}:eventlog[System].last(0)} to the correct value. It shows in the message '{{HOST.NAME1}:eventlog[System].last(0)}'.

    ¿What is wrong with the macro?


    The message of the action is configured this way:

    A continuacion los datos del problema

    Trigger: {TRIGGER.NAME}
    Trigger status: {TRIGGER.STATUS}
    Servidor: {HOST.NAME1}

    Informacion Adicional:

    {{HOST.NAME1}:eventlog[System].last(0)}
    {ITEM.VALUE1}
  • pc99096
    Senior Member
    • Oct 2011
    • 193

    #2
    i am not sure if you can use something like eventlog[System].last(0) in actions

    why don't you use the standard

    {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}

    ?

    Comment

    Working...