Closing a ticket when closing an application in zabbix

  • Used Zammad version: Zammad 6.2.0-1709021816.ef020c54.jammy
  • Used Zammad installation type: package
  • Operating system: Ubuntu 22.04
  • Browser + version: chrome

Expected behavior:

I expect that after closing the problem in zabbix, I will close the problem in zammad.

Actual behavior:

applications are not closed

Steps to reproduce the behavior:

zabbix has set up a template with the message type “Problem update” and the subject “Close problem: {EVENT.NAME }” and the message "{USER.FULLNAME} {EVENT.CLOSE.ACTION} problem at {EVENT.CLOSE.DATE} {EVENT.CLOSE.TIME}.
{EVENT.CLOSE.MESSAGE}

Current problem status is {EVENT.STATUS}, acknowledged: {EVENT.ACK.STATUS}."
I also tried the “Problem recovery” message type
None of this works, zabbix 5.0 version
, Please tell me what I’m doing wrong and how to fix it

after closing the application, Zabbix displays the status in operation, but in the end we get the error “Sending failed: Recovery operations are supported only for trigger-based actions.”
log text:
[ Zammad Webhook ] ERROR: Recovery operations are supported only for trigger-based actions.

That’s it, I solved my problem, it was required from the zabbix side to write {EVENT.SOURCE} instead of numbers in event_source

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.