Hello,
I wants to monitor the age of a specific file, the file path is: D:\BI\Data\Tes - New.File.12580b5634df4be38ddba7fb58dc47c8
I was able to do this by writing the below under Zabbix WebPortal 'Key' field:
vfs.file.time["D:\BI\Data\Test - New.File.12580b5634df4be38ddba7fb58dc47c8",modify]
The problem is that part of the file name "12580b5634df4be38ddba7fb58dc47c8" keeps changing from time to time, due to this, I was thinking if there is any way to monitor the file by adding the asterisk (*) like the below;
vfs.file.time["D:\BI\Data\Test - New.File.*",modify]
This didn't work as Zabbix didn't find the file.
Please advise if there is any way to do this through Zabbix.
Thanks,
I wants to monitor the age of a specific file, the file path is: D:\BI\Data\Tes - New.File.12580b5634df4be38ddba7fb58dc47c8
I was able to do this by writing the below under Zabbix WebPortal 'Key' field:
vfs.file.time["D:\BI\Data\Test - New.File.12580b5634df4be38ddba7fb58dc47c8",modify]
The problem is that part of the file name "12580b5634df4be38ddba7fb58dc47c8" keeps changing from time to time, due to this, I was thinking if there is any way to monitor the file by adding the asterisk (*) like the below;
vfs.file.time["D:\BI\Data\Test - New.File.*",modify]
This didn't work as Zabbix didn't find the file.
Please advise if there is any way to do this through Zabbix.
Thanks,
Comment