-
New Feature Request
-
Resolution: Duplicate
-
Trivial
-
5.4.6
-
None
-
Any Zabbix Version
-
Prev.Sprint, S25-W2/3
The {ITEM.*} built in macros are extremely useful in trigger definitions in particular the trigger description.
Â
We use them in the trigger descriptions like:
     *** Trigger Values ***
     _     _Block Device Statistics - Utilisation %: {ITEM.VALUE1}
     _     _*** Latest Values ***
     _     _Block Device Statistics - Utilisation %: {ITEM.LASTVALUE1}
Â
The above works for sample/count based triggers where you say fire if the last #3 samples are xxx.
Â
However for nodata() where you test whether data has or has not been received it would be nice to be able to display the last item collection time for example:
Â
     *** Trigger Values ***
     _     _Zabbix Agent Ping - Response Time: {ITEM.TIME1}
     _     _*** Latest Values ***
     _     {}Zabbix Agent Ping - Response Time{}: {ITEM.LASTTIME1}{_}
Â
The would mean the end user would be able to know exactly when it last collected data.
Â
- part of
-
ZBXNEXT-9603 New built-in macros and functions for timestamp tracking
-
- Closed
-