Hello,
New to the Zabbix world !
I'm trying to monitor if a file was created successfully at a specific time.
The file is generated each day at 5h30AM.
To do this I would like each day at 6h30AM to check if current time - file time < 1 hour.
How could I modify the following trigger :
{HOSTNAME:vfs.file.time[D:\path\to\file\myfile.csv].now(0)} - {HOSTNAME:vfs.file.time[D:\path\to\file\myfile.csv].last(0)} > 600
So that instead of "now" it would be a specific time?
Thanks in advance
New to the Zabbix world !
I'm trying to monitor if a file was created successfully at a specific time.
The file is generated each day at 5h30AM.
To do this I would like each day at 6h30AM to check if current time - file time < 1 hour.
How could I modify the following trigger :
{HOSTNAME:vfs.file.time[D:\path\to\file\myfile.csv].now(0)} - {HOSTNAME:vfs.file.time[D:\path\to\file\myfile.csv].last(0)} > 600
So that instead of "now" it would be a specific time?
Thanks in advance
Comment