Hi I am very new to Zabbix and I would like to know if the following is possible.
I have a script that checks all servers in AD and if it finds servers that are in AD and haven't logged on for a considerable amount of time a message if being sent to Zabbix with the zabbix_sender.exe.
this script runs on ServerA and the data is being picked up by Zabbix, but I want this "Problem" to automatically close after 20 hours because I run this script once per day.
Is it possible to get this done? I have tried several things with the .nodata() expression, but it is not working the way I want.
The problems are closing as soon as the last zabbix_sender.exe message has been sent, but I want each trap to be checked on its own.
I have a script that checks all servers in AD and if it finds servers that are in AD and haven't logged on for a considerable amount of time a message if being sent to Zabbix with the zabbix_sender.exe.
this script runs on ServerA and the data is being picked up by Zabbix, but I want this "Problem" to automatically close after 20 hours because I run this script once per day.
Is it possible to get this done? I have tried several things with the .nodata() expression, but it is not working the way I want.
The problems are closing as soon as the last zabbix_sender.exe message has been sent, but I want each trap to be checked on its own.
Comment