How can I setup a trigger that would only activate during certain time period of the day (from 10:40 am till 10:30 am next day).
I am using the following but the trigger is never fired:
{server04: proc.num[ntpd].last(0)}<1 & {server04: proc.num[ntpd].time(0)}<103000 & {server04: proc.num[ntpd].time(0)}>104000
I am using the following but the trigger is never fired:
{server04: proc.num[ntpd].last(0)}<1 & {server04: proc.num[ntpd].time(0)}<103000 & {server04: proc.num[ntpd].time(0)}>104000

Comment