PDA

View Full Version : Setting a Window for Triggers


Jeff
03-11-2004, 17:45
If it is possible, would someone show me how to configure
Triggers to only be "active/valid" for certain window of time?

For example, assuming that I only want to monitor if a webserver is up
between the hours of 9AM and 5PM Monday to Friday.

Thanks,
Jeff

Jeff
03-11-2004, 22:55
Hours between 9am and 5pm. Not so sure about how to get M - F.

({host:status.last(0)}=2)&({host:status.time(0)}>090000)&({host:status.time(0)}<170000)