Hi,
I am using Zabbix version 1.8.3 over Linux and I am in trouble to check if modified or not in the last 5 minutes.
When I added an key like that I got an error and finally I didn't do it:
{hostname:vfs.file.time[/file/to/mon.log.0,modify].fuzzytime(60)}=1
So I implemented the following but I am not so sure if this is the best way to do it. Following the documentation I am not happy with the results:
{hostname:vfs.file.time[/file/to/mon.log.0,modify].diff(0)}=0
FYI: I dicided not to use vfs.file.chksum because most of the time the file is empty, is not like /etc/passwd...
Maybe I just need an extra pair of eyes
Thank you for any help!
I am using Zabbix version 1.8.3 over Linux and I am in trouble to check if modified or not in the last 5 minutes.
When I added an key like that I got an error and finally I didn't do it:
{hostname:vfs.file.time[/file/to/mon.log.0,modify].fuzzytime(60)}=1
So I implemented the following but I am not so sure if this is the best way to do it. Following the documentation I am not happy with the results:
{hostname:vfs.file.time[/file/to/mon.log.0,modify].diff(0)}=0
FYI: I dicided not to use vfs.file.chksum because most of the time the file is empty, is not like /etc/passwd...
Maybe I just need an extra pair of eyes
Thank you for any help!

Comment