Since 2.0.3, screen elements are updated in background, without reloading the whole page. Zabbix 2.0.4 will darken elements that have failed to update for some reason.
Method templatescreen.copy has been added.
Macro {TRIGGER.COMMENT} has been renamed to {TRIGGER.DESCRIPTION}, to match the field name. Old macro is still supported.
Default disks checked have been improved for vfs.dev.read and vfs.dev.write items when using Zabbix agent daemon with -t or -p flags. On Linux, FreeBSD, OpenBSD and Solaris disks that have higher probability of existing will be used.
Macros {HOST.HOST}, {HOST.NAME}, {HOST.IP}, {HOST.DNS} and {HOST.CONN} are now supported in the parameters field for SSH, telnet and DB monitor items.
Previously, Zabbix server and proxy would handle all SNMPv3 querying failures as a failure of the whole host. Since 2.0.4, if SNMPv3 security name or security auth passphrase are wrong, this will be detected and such items will turn unsupported. Item information will be updated with a proper error message, which will be visible in the item configuration list.
Zabbix Java gateway now supports dots in attribute name. To use such an attribute name, dots must be escaped with backslashes.