Hi,
I'm looking to add a service monitor that validates if a specific folder in a NFS exists.
File and Directory doest not seem to be able to that simple validation.
Does anyone has an idea ?
Thanks!
Hi
I'm regarding the File and Directory, first in the list here http://docs.uptimesoftware.com/display/UT/Agent+Monitors, and here File/directory Check Plugin MonitorBut I'm still trying to figure it out, I didn't found documentation, and no specification for the case "File(s) (RegExp)" I'm not expert in RegEx but I think there is variation in RegEx
you can also use an custom script, that's I will do I not able to use File and Directory, like I did years ago community.idera.com/.../service-monitor-test-ok-if-no-ping
File and Directory is fine you have to add an custom script in local instance and the custom within the Uptime Console Agent, in menu Advanced > Custom Scripts
In uptime check:
Directory: folder contain the file to be checked
Search Sub Directories: No
File(s) (RegExp): ^.*?test\.txt$