Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


michaelhum
2015-07-30T21:20:10Z
Hi,

My apologies if this question has already been asked. I'm trying to create a trigger which checks a Windows directory for NO CHANGE within a defined time period. Meaning, if the contents of a directory does not change within a define time period or interval, then send an alert. Basically the REVERSE of monitoring for changes to a directory or file in a directory.

Thanks,

Michael
Sponsor
Forum information
thomas
2015-07-31T12:22:55Z
Sounds difficult to do with a trigger. Maybe you can check the file with the last modified date? So if you check at 16:00 , and the last Modified date is older than say 3 hours, you send an email?


thomas
ErikC
2015-08-03T13:11:37Z
Hi,

You could also use an integer variable to do this.
Having a trigger on the folder monitoring the changes and if so add 1 to the variable.

At time x you check the variable if it's your initial value, if so: No changed -> send an email (you can use a condition for this).
Don't forget to reset the counter. ;-)

Regards,
Erik
Uses Visualcron since 2006.
Scroll to Top