Hi All
I hope someone can help me with this. I'm currently monitoring a text file that has data written to it every hour during the hours of 10:00 till 20:00. After 20:00 not data will be written to the text file and I don't need to monitor it. I've setup the below trigger but I'm still getting alerts after 20:00 saying that no data has been written to the text file.
(({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].fuzzytime(3600)}=0)&({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].time(0)}>100000)&({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].time(0)}<200000))
I'm currently running Zabbix 1.8.1 on Ubuntu 10 and the text file is on a windows 2003 R2 server
Many thanks in advance
I hope someone can help me with this. I'm currently monitoring a text file that has data written to it every hour during the hours of 10:00 till 20:00. After 20:00 not data will be written to the text file and I don't need to monitor it. I've setup the below trigger but I'm still getting alerts after 20:00 saying that no data has been written to the text file.
(({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].fuzzytime(3600)}=0)&({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].time(0)}>100000)&({loot-flow-web01:vfs.file.time[c:\AladdinExportService\bin\Debug\log-file.txt,modify].time(0)}<200000))
I'm currently running Zabbix 1.8.1 on Ubuntu 10 and the text file is on a windows 2003 R2 server
Many thanks in advance
Comment