Greetings,
I have an item created on a template with an update interval of 2 minutes:
I have also a trigger created with this expresion:
I want set the trigger to ON only if 5 consecutives checks obtain <80, but now trigger set to on at first check!
I´m searching for similar Tivoli ocurrences number and holes.
How to i write an expression if i want set the trigger to ON only if 5 consecutives checks obtain <80, and with one possible hole?
Regards
I have an item created on a template with an update interval of 2 minutes:
Code:
vfs.fs.size[/,pfree]
Code:
{Equipos_Provinciales:vfs.fs.size[/,pfree].avg(#5)}<80
I´m searching for similar Tivoli ocurrences number and holes.
How to i write an expression if i want set the trigger to ON only if 5 consecutives checks obtain <80, and with one possible hole?
Regards
Comment