Hello everyone,
I was not able to find any topic simillar to this issue, so I created a new one, since Im looking for a help.
I want to create a trigger based on vfs.file.time key, specifically - modify.
Lets say I monitor file for modify unixtime ( vfs.file.time[C:\temp\zabbix.txt,modify] ) and I want to create a trigger based on that.
Trigger should generate incident if the unixtime is older than 1 day / 24 hours or so, but none of the functions were working for me, maybe I did something wrong ?
fuzzytime(/CFSHE/vfs.file.time[C:\temp\zabbix.txt,modify,modify],60)=1d
Can anyone please help me or suggest the right solution ?
thank you !
I was not able to find any topic simillar to this issue, so I created a new one, since Im looking for a help.
I want to create a trigger based on vfs.file.time key, specifically - modify.
Lets say I monitor file for modify unixtime ( vfs.file.time[C:\temp\zabbix.txt,modify] ) and I want to create a trigger based on that.
Trigger should generate incident if the unixtime is older than 1 day / 24 hours or so, but none of the functions were working for me, maybe I did something wrong ?
fuzzytime(/CFSHE/vfs.file.time[C:\temp\zabbix.txt,modify,modify],60)=1d
Can anyone please help me or suggest the right solution ?
thank you !
Comment