Ad Widget

Collapse

Trapper and last() triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PascalHeraud
    Junior Member
    • Aug 2008
    • 4

    #1

    Trapper and last() triggers

    Hi all,

    I'm monitoring successfully tons of items using zabbix and last() function for triggers like trigger on cpu load.

    I've recently used Zabbix trapper to monitor some batches, triggers with nodata() works like a charm but LAST() doesn't!

    I can(t figure out why but a trigger like this nevers comes TRUE:
    {MyServer:batchState.last(0)}>30

    The batchState value is the execution time so I'm monitoring the batch is not taking too much time (not more than 30 secs).
    For Zabbix Trappers, no trigger.
    I'm using Zabbix 1.4 on a Gentoo OS. I checked logs on both sides (agent, server) and no clue about what happens.

    Any help appreciated.

    Thanks, Pascal.
  • PascalHeraud
    Junior Member
    • Aug 2008
    • 4

    #2
    I've Finally succeedded to fix my issue.
    I don't know why but the trigger was a copy of another one and it was completly stuck.
    I've deleted it and created it again and now it works well.

    Comment

    Working...