After upgrading my Zabbix server from v3.0.7 to v3.2.4 using RPMs I no longer get ITEM.VALUE in my emails.
I still have a Zabbix v3.0.7 server to compare with. I confirmed the message has not changed between the two versions. I confirmed that the item value has not changed between the two versions. I confirmed that the value is being generated and logged on the server. The only difference is that it is not being populated in action message on the v3.2.4 server.
I see that the action menu has changed between the 2 versions so perhaps a bug was introduced?
On both versions I have the following as part of my Configuration > Actions > action message body.
On v3.2.4, the action message has all the triggers above variables populated except {ITEM.VALUE1}
I see the same thing in Reports > Action log
I still have a Zabbix v3.0.7 server to compare with. I confirmed the message has not changed between the two versions. I confirmed that the item value has not changed between the two versions. I confirmed that the value is being generated and logged on the server. The only difference is that it is not being populated in action message on the v3.2.4 server.
I see that the action menu has changed between the 2 versions so perhaps a bug was introduced?
On both versions I have the following as part of my Configuration > Actions > action message body.
Item values:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
I see the same thing in Reports > Action log
Comment