For the Zabbix Database, the events table contains a field called source. This field identifies the source of the event.
From the API documentation at https://www.zabbix.com/documentation...e/event/object, the follow sources are identified:
Possible values:
0 - event created by a trigger;
1 - event created by a discovery rule;
2 - event created by active agent auto-registration;
3 - internal event.
If source=0, then the event is from a trigger and objectid is the triggerid of the trigger that caused thet event.
Does anyone know what objectid is set to for the other sources?
From the API documentation at https://www.zabbix.com/documentation...e/event/object, the follow sources are identified:
Possible values:
0 - event created by a trigger;
1 - event created by a discovery rule;
2 - event created by active agent auto-registration;
3 - internal event.
If source=0, then the event is from a trigger and objectid is the triggerid of the trigger that caused thet event.
Does anyone know what objectid is set to for the other sources?
Comment