You are viewing documentation for the development version, it may be incomplete.
Join our translation project and help translate Zabbix documentation into your native language.

5 What's new in Zabbix 7.4.0

See breaking changes for this version.

Widgets

Item history

  • In the Item history widget the scrolling position will now be bottom if new values are configured to be positioned at the bottom. This is useful for reading the latest values of logs.

Functions

Timestamp tracking

New history functions have been added for timestamp tracking:

  • firstclock - timestamp of the oldest value within the defined evaluation period;
  • lastclock - timestamp of the Nth most recent value within the defined evaluation period;
  • logtimestamp - log message timestamp of the Nth most recent log item value.

Macros

Item value time tracking

New macros have been added for item-value time tracking:

Macro Description
{ITEM.LASTVALUE.AGE} The time that elapsed between the latest item value collection and macro evaluation.
{ITEM.LASTVALUE.DATE} The date when the latest item value was collected.
{ITEM.LASTVALUE.TIME} The time when the latest item value was collected.
{ITEM.LASTVALUE.TIMESTAMP} The timestamp when the latest item value was collected.
{ITEM.VALUE.AGE} The time that elapsed between the item value collection and macro evaluation.
{ITEM.VALUE.DATE} The date when the item value was collected.
{ITEM.VALUE.TIME} The time when the item value was collected.
{ITEM.VALUE.TIMESTAMP} The timestamp when the item value was collected.

Security

Resolving secret vault macros by server/proxy independently

It is now possible to configure that secret vault macro values are retrieved by Zabbix server and Zabbix proxy independently.