I have a server that creates a VHD file every night and sends it to another file server. I have set up a file sensor to monitor that file. However, I would like to monitor that the file is created every day, and get an alert if it is more than 24 hours old. Is there an easy way to do this?
Article Comments
There is no way to do a negative change trigger? eg. If x does not change, send notification.
May, 2012 - Permalink
Sorry, I was on the wrong track. It should be possible by using a Folder Sensor, and then setting an Error Limit on the channel "Newest File" (please bear in mind that this limit needs to be set in seconds), which will set the sensor into an error-state if the newest file is older than 24hours.
May, 2012 - Permalink
Hello,
I'm afraid this can only be done by using a self-written Custom Exe Sensor.
best regards.
May, 2012 - Permalink