Hi there guys,
I used to run a file check to check that last night's backup was created.
but it now seems to be failing even though the file exists?
it used to check for \\server\share\folder\subFolder\*.bak and alert if the file was older than 12hours
has something changed in a recent update that would affect the use of the wildcard * in my file location?
is there an alternative?
Thanks,
JV
Folder/File Availability wildcards
seems to be failing?but it now seems to be failing even though the file exists?
What is exactly test Status/Reply? HostMonitor version?
If there are several files in the folder then using "*" is wrong idea because you do not want to check just some "random" file, you want to check newest file, right? Then you should use %NewestFile% variableit used to check for \\server\share\folder\subFolder\*.bak and alert if the file was older than 12hours
\\server\share\folder\subFolder\%NewestFile%
Regards
Alex
-
- Posts: 38
- Joined: Tue Sep 02, 2008 5:45 am