Hi,
I found how to disable a trigger in a particular time, but it doesn't work for me.
My trigger:
I want to disable the trigger from midnight to 6am.
Any help would be appreciated.
Tom
I found how to disable a trigger in a particular time, but it doesn't work for me.
My trigger:
Code:
Processor load is too high on {HOSTNAME}
{MyLinux:system.cpu.load[,avg1].last(0)}>6 & {MyLinux:system.cpu.load[,avg1].time(0)}>060000 & {MyLinux:system.cpu.load[,avg1].time(0)}<235900
Any help would be appreciated.
Tom
Comment