Hi,
I need to write an alert that triggers only once a day if data is missing
How can I calculate
Or is there a better way to write that?
thanks in advanvce
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)}
Code:
{$MACRO_START_TIME} + 10MIN
thanks in advanvce