Hi all!
I need to be able to add Event Tags after an event has been initiated. Can I do this with the Zabbix API?
Here's my use case:
We are integrating Zabbix with BMC TrueSight by using the msend command line utility. When a new event is initiated in Zabbix, an action fires a script that uses msend to push the event details to BMC TrueSight, and msend returns an event ID, which is different than Zabbix's. Our goal is to store msend's event ID in Zabbix's event as an Event Tag.
Technically, our script could call the Zabbix API to store the value, but the documentation around the Event object does not seem to expose a method to add an Event Tag.
Any ideas?
I need to be able to add Event Tags after an event has been initiated. Can I do this with the Zabbix API?
Here's my use case:
We are integrating Zabbix with BMC TrueSight by using the msend command line utility. When a new event is initiated in Zabbix, an action fires a script that uses msend to push the event details to BMC TrueSight, and msend returns an event ID, which is different than Zabbix's. Our goal is to store msend's event ID in Zabbix's event as an Event Tag.
Technically, our script could call the Zabbix API to store the value, but the documentation around the Event object does not seem to expose a method to add an Event Tag.
Any ideas?
Comment