Hello Guys
Im troubleshooting a problem but didn't find the answer yet.
I want to create a trigger that if a file with the ending .txt.ERROR in a directory is created, I recieve an error Message on my monitoring screen.
It works fine with a specific file like B323347632.txt.ERROR but doesn't work with an unspecified file like *.txt.ERROR.
This works:
{server:vfs.file.exists[D:\Testing\B20140917060006001.txt.ERROR].last(0)}=1 & {server:vfs.file.exists[D:\Testing\B20140917060006001.txt.ERROR].nodata(86400)}=0
This don't:
{server:vfs.file.exists[D:\Testing\*.txt.ERROR].last(0)}=1 & {server:vfs.file.exists[D:\Testing\*.txt.ERROR].nodata(86400)}=0
Does anyone know, how to solve the problem?
Thank you
Im troubleshooting a problem but didn't find the answer yet.
I want to create a trigger that if a file with the ending .txt.ERROR in a directory is created, I recieve an error Message on my monitoring screen.
It works fine with a specific file like B323347632.txt.ERROR but doesn't work with an unspecified file like *.txt.ERROR.
This works:
{server:vfs.file.exists[D:\Testing\B20140917060006001.txt.ERROR].last(0)}=1 & {server:vfs.file.exists[D:\Testing\B20140917060006001.txt.ERROR].nodata(86400)}=0
This don't:
{server:vfs.file.exists[D:\Testing\*.txt.ERROR].last(0)}=1 & {server:vfs.file.exists[D:\Testing\*.txt.ERROR].nodata(86400)}=0
Does anyone know, how to solve the problem?
Thank you
Comment