Ad Widget

Collapse

Time functions in zabbix triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lulu
    Junior Member
    • Jul 2016
    • 12

    #1

    Time functions in zabbix triggers

    Hi,

    I need to write an alert that triggers only once a day if data is missing
    Code:
    {myhost:myitem.time(0)}>{$MACRO_START_TIME} and 
    {myhost:myitem.time(0)} <{$MACRO_START_TIME} + 10MIN
    and
    {myhost:myitem.nodata(10m)}
    How can I calculate
    Code:
    {$MACRO_START_TIME} + 10MIN
    Or is there a better way to write that?

    thanks in advanvce
    Last edited by lulu; 18-07-2016, 19:43.
Working...