Hi all,
I am trying to monitor a Windows file to see if it has changed in the last 15 Min. The issue I am having, is that the directory and file name changes every day. The file format is V:\somename\yyyyMM\dd_Filename.ext
If I use vfs.file.time[V:\\Logfile\\201508\\07_log.txt,modify] zabbix collects data. I am now trying to create regexp_describing_filename_pattern that includes Year, Month and Day.
i.e. vfs.file.time[V:\\Logfile\\”yyyyMM”\\”dd”_log.txt,modify]
Does anyone have any ideas on how to do this?
Thank you,
Gary
I am trying to monitor a Windows file to see if it has changed in the last 15 Min. The issue I am having, is that the directory and file name changes every day. The file format is V:\somename\yyyyMM\dd_Filename.ext
If I use vfs.file.time[V:\\Logfile\\201508\\07_log.txt,modify] zabbix collects data. I am now trying to create regexp_describing_filename_pattern that includes Year, Month and Day.
i.e. vfs.file.time[V:\\Logfile\\”yyyyMM”\\”dd”_log.txt,modify]
Does anyone have any ideas on how to do this?
Thank you,
Gary
Comment