Hi,
Zabbox 5.0
I created simple trigger to check if file was modified at least ones last 12 hours:
Item
vfs.file.time[/file/name,modify]
Used Zabbix_agent ( As I know on Zabbix agent Active custom Intervals not working )
Update Interval: 10s
Custom Intervals: Schedulling with value: h00,12 (tried: h0,12 also h12 )
Trigger
{server:vfs.file.time[/file/name,modify].fuzzytime(43200)}<>0
Enabled:
It is fires alarm - I checked last 12 hours file was modified, but it should be run 12:00 or 00:00
Please, tell me what am I doing wrong?
Thanks,
Zabbox 5.0
I created simple trigger to check if file was modified at least ones last 12 hours:
Item
vfs.file.time[/file/name,modify]
Used Zabbix_agent ( As I know on Zabbix agent Active custom Intervals not working )
Update Interval: 10s
Custom Intervals: Schedulling with value: h00,12 (tried: h0,12 also h12 )
Trigger
{server:vfs.file.time[/file/name,modify].fuzzytime(43200)}<>0
Enabled:
It is fires alarm - I checked last 12 hours file was modified, but it should be run 12:00 or 00:00
Please, tell me what am I doing wrong?
Thanks,
Comment