We have a task to run chef-client on our windows servers every half hour.
I have an item created to monitor the Windows eventlog for this task success event. The key I'm using is as follows:
This is working correctly in only showing the events when the chef-client scheduled task is successful:
What I would like to accomplish now is to setup a trigger that will alert me if no new events are logged in 1h, but only if history is already present in Zabbix. Is this achievable and can someone suggest the trigger expression to use?
I have an item created to monitor the Windows eventlog for this task success event. The key I'm using is as follows:
Code:
eventlog[Microsoft-Windows-TaskScheduler/Operational,"^Task Scheduler successfully finished.*\\chef-client",,,102,,skip]
What I would like to accomplish now is to setup a trigger that will alert me if no new events are logged in 1h, but only if history is already present in Zabbix. Is this achievable and can someone suggest the trigger expression to use?
Comment