How to get item check timestamp to alert message?
On Actions -> Operation, Default message currently includes
How to get item check time to this row? Current time or event time does not work, my trigger is time based (calculated from EPOCH time) so event fires if latest result value is too old.
I need to get timestamp when that too old item data was received.
Example (from latest data):
I need to get the "2019-06-05 10:05:48" part to alert email. Note: converting "1559716852" part to human-readble format is not solution for this case.
E: I'm using Zabbix 4.2.3
On Actions -> Operation, Default message currently includes
Code:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
I need to get timestamp when that too old item data was received.
Example (from latest data):
Code:
2019-06-05 10:05:48 1559716852
E: I'm using Zabbix 4.2.3