Forum Discussion
8 years ago
have you considered doing a script based event source? You could add a date/time execution to the script that says if ! 11pm -> 2am exit, otherwise run the check, then give an event alert if the files or processes don't exist?
same could be true for a datasource, a script based datasource could have the same, if between a certain time just return 0 and exit, therefore not performing any actual task unless it's between your time.
a crude workaround but works for what you're looking for at the moment.