Hi all,
I have create a new item to check if the file existe as follow :

Then I have create a trigger to alert me when the file was created as follow with success:
Now I want to create a new trigger on this same item to alert me that the file was create more than 3 days with High severity. And close the first trigger alert. How can do that ?
Thanks for you help
I have create a new item to check if the file existe as follow :
Code:
vfs.file.exists["/app/tomcat/logs/heapdump.hprof",file]
Then I have create a trigger to alert me when the file was created as follow with success:
Code:
last(/svx-jsp-121t.unifr.ch/vfs.file.exists["/app/tomcat/logs/heapdump.hprof",file])>=1
Now I want to create a new trigger on this same item to alert me that the file was create more than 3 days with High severity. And close the first trigger alert. How can do that ?
Thanks for you help
Comment