Using zabbix 6.0 lts
With {?last(/myHost/script.error)}
I get the epoch time in my notification email. The reason for using epoch at item level is for the calculations I do for other triggers.
In latest data I can see the 'normal' time because of the unixtime units.
Is there some way to get the epoch time into more human readable format in the notification? Or maybe the timestamp when the entries was made? The Timestamp in zabbix is also fine because my notification doesn't depend on seconds
With {?last(/myHost/script.error)}
I get the epoch time in my notification email. The reason for using epoch at item level is for the calculations I do for other triggers.
In latest data I can see the 'normal' time because of the unixtime units.
Is there some way to get the epoch time into more human readable format in the notification? Or maybe the timestamp when the entries was made? The Timestamp in zabbix is also fine because my notification doesn't depend on seconds

Comment