This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

8 What's new in Zabbix 2.4.3

8.1 Frontend improvements

  • History related macros - {ITEM.VALUE}, {ITEM.LASTVALUE} and the {host:key.last()} functional macro - now obey the ZBX_HISTORY_PERIOD parameter. This limits the amount of data the macro has to sift through and results in better performance.

8.1.1 Updated translations

  • Brazilian Portuguese
  • Chinese (China)
  • Italian
  • Japanese
  • Slovak

8.2 Daemon improvements

  • SNMP validation error messages from Zabbix 2.4.2 have been improved by including the sent and received OIDs:

    SNMP response from host "gateway" contains variable bindings that do not match the request: sent ".1.3.6.1.2.1.2.2.1.16.9", received ".1.3.6.1.2.1.2.2.1.16.9.0"For bulk requests, these are logged at DebugLevel=3. For single-variable requests, these are logged at DebugLevel=4.
  • If an IPMI device reports a threshold sensor and a discrete sensor under the same name, the threshold sensor is now preferred. This might fix strange readings (like "1" for fan RPM) or "not supported" errors.
  • Message logging on IBM DB2 errors has been improved. Now additional information is printed to the log file - database name on connection errors and SQL query on failed queries.