I have a windows box that I'm trying to monitor a directory on to see when the last update to a file in the directory. I have a powershell script running that sends the last updated time of the most recent file to Zabbix using zabbix_sender. This is working fine and I see the values updating as they should.
I don't know how to trigger on my condition properly. I need to trigger an alert when the value has not changed in x amount of time. I think this is possible, but I'm not too advanced on making triggers like this. Any help would be appreciated.
Cheers!
I don't know how to trigger on my condition properly. I need to trigger an alert when the value has not changed in x amount of time. I think this is possible, but I'm not too advanced on making triggers like this. Any help would be appreciated.
Cheers!
Comment