Hello,
I'm trying to modify the default trigger "processor load" to only activate when the processor is overloaded for more thant 1 hour. Is this trigger correct?
({Unix_t:system.cpu.load[,avg1].last(0)}>5)|({Unix_t:system.cpu.load[,avg1].max(3600)}>5)
I'm trying to modify the default trigger "processor load" to only activate when the processor is overloaded for more thant 1 hour. Is this trigger correct?
({Unix_t:system.cpu.load[,avg1].last(0)}>5)|({Unix_t:system.cpu.load[,avg1].max(3600)}>5)
Comment