We are using Zabbix in a multi-customer environment (providing managed services). We are using host groups to designate which customers different hosts belong to. We would like to integrate a 3rd party helpdesk by sending http requests via Zabbix webhook, whenever certain events take place on hosts (as described here: https://www.zabbix.com/documentation.../media/webhook).
We're trying to include the Zabbix host group info in the webhook calls so that our helpdesk would know, which customer the host belongs to that triggered an event. Which input parameter should we use to have the host group info available in the webhook?
There seems to be an HOSTGROUP.ID macro, but I'm not sure whether it's available for triggered events (https://www.zabbix.com/documentation...ed_by_location). Furthermore, it would be better to have the actual host group name available, instead of some non-descriptive ID.
We're trying to include the Zabbix host group info in the webhook calls so that our helpdesk would know, which customer the host belongs to that triggered an event. Which input parameter should we use to have the host group info available in the webhook?
There seems to be an HOSTGROUP.ID macro, but I'm not sure whether it's available for triggered events (https://www.zabbix.com/documentation...ed_by_location). Furthermore, it would be better to have the actual host group name available, instead of some non-descriptive ID.
Comment