Hello,
I am using a Zabbix Webhook in MS Teams as media type. All works fine, I am getting problems and resolved notification on Teams. Though, I would like to include into the resolved notification a message that some Zabbix user is putting when manually closing the problem. In Teams media type, under administration in Zabbix, I have already modified the message template and added :
to problem recovery message type. But this changed nothing. I have also added
, but this is also not showing any info about acknowledgement in Teams notification. I think something must be also changed in the main script itself, under Media type.
Does anyone know how to modify the resolved message template so it will include the message that admin is adding when marking problem ACK and manually adding message?
I am using a Zabbix Webhook in MS Teams as media type. All works fine, I am getting problems and resolved notification on Teams. Though, I would like to include into the resolved notification a message that some Zabbix user is putting when manually closing the problem. In Teams media type, under administration in Zabbix, I have already modified the message template and added :
Code:
Event update history: {EVENT.UPDATE.HISTORY}
Code:
Event acknowledgment: {EVENT.ACK.STATUS}
Does anyone know how to modify the resolved message template so it will include the message that admin is adding when marking problem ACK and manually adding message?