As part of my work, I wrote a script to keep querying records from Zabbix by calling API. I found that when a problem occurred, a record will be generated with a specific trigger id, trigger priority, problem description and event state is set to 1. (i.e. event state =0 means OK, event state=1 means problem). Once the problem is resolved, another record will be generated with the same trigger id, but the event state is set to 0 instead of 1.
Well, the problem is, I found some exceptions. for example, the problem "Service - 'TrustedInstaller' (Windows Modules Installer) is not running". For this problem, I can never get a match record with the same trigger id and event state set to 0. however, I can not see this problem in the system status widget in dashboard. ( which means the problem is resolved).
Need your help, guys.
Thank you in advance.
Well, the problem is, I found some exceptions. for example, the problem "Service - 'TrustedInstaller' (Windows Modules Installer) is not running". For this problem, I can never get a match record with the same trigger id and event state set to 0. however, I can not see this problem in the system status widget in dashboard. ( which means the problem is resolved).
Need your help, guys.
Thank you in advance.