Release Notes for Zabbix 3.4.0alpha1
Zabbix Team is pleased to announce the availability of Zabbix 3.4.0alpha1.
Zabbix is an enterprise-class open source distributed monitoring solution. Zabbix is released under the GPL, thus it is free of charge for both commercial and non-commercial use. A complete text of the license is available at http://www.gnu.org/copyleft/gpl.txt.
This document contains the release notes for Zabbix 3.4.0alpha1. Download it from downloads.
The following sections describe the release in details and provide late-breaking or other information that supplements its main documentation.
New Features and Improvements
ZBXNEXT-2102 | added support of multiple dashboards; implemented API for dashboards |
ZBXNEXT-1223 | implemented jmx discovery item |
ZBXNEXT-2442 | implemented parallel alert processing, removed database watchdog process, moved its tasks to alerter process |
ZBXNEXT-3863 | added jsonpath based item pre-processing option |
ZBXNEXT-3864 | added xmlpath based item pre-processing option |
ZBXNEXT-3930 | improved log monitoring by adjusting formula to process 10 times more new lines than set in MaxLinesPerSecond |
ZBXNEXT-1274 | added support of configurable jmx endpoint url for jmx items |
ZBXNEXT-3872 | implemented new internal item 'zabbix[host,discovery,interfaces]' |
ZBXNEXT-3869 | implemented map lines |
ZBXNEXT-1675 | added support for user macros and time unit suffixes in various time-related settings: update intervals, timeouts, housekeeping settings, time periods, etc. |
ZBXNEXT-3762 | added browser warning for IE 9 and IE10 |
ZBXNEXT-3870 | implemented ability to drag multiple selected items in map editor |
ZBXNEXT-3655 | reduced self monitoring cache locking in trappers and manager processes |
ZBXNEXT-51 | implemented ability to copy and paste map elements |
ZBXNEXT-3567 | implemented ability to hide SQL error messages for non-superadmin users |
ZBXNEXT-3659 | reduced cache locking time during configuration synchronization |
ZBXNEXT-3432 | added support of {HOST.ID}, {HOST.HOST}, {HOST.NAME} macros in tags, improved to read those from cache; added support of interface macros in tags |
ZBXNEXT-2074 | implemented URL encoding and punycode support in web monitoring |
ZBXNEXT-3687 | made shared memory and semaphores private to the zabbix processes. Dropped SQLite3 support for frontend and server |
ZBXNEXT-2694 | implemented multiple triggers support for map elements |
ZBXNEXT-2445 | increase the length of alert and trigger errors |
ZBXNEXT-2031 | implemented map shapes |
ZBXNEXT-34 | implemented vector graphics for maps |
ZBXNEXT-936 | implemented remote command execution via proxy |
ZBXNEXT-3654 | implemented a feature to apply host group permissions to all existing subgroups |
ZBXNEXT-3660 | renamed "IT services" to "Services" |
ZBXNEXT-3568 | decreased internal, discovery and auto registration default data storage period to 1 day |
ZBXNEXT-3679 | implemented a new design for Dashboard page |
ZBXNEXT-3386 | added IPMI manager and reworked IPMI pollers to avoid connecting to one host from multiple pollers |
ZBXNEXT-3572 | added option to control amount of queued items |
ZBXNEXT-491 | added vfs.dir.size[dir,<regex_incl>,<regex_excl>,<mode>,<max_depth>] check |
ZBXNEXT-1380 | added check for exit code of scripts |
ZBX-3783 | deprecated mappings.sortorder parameter by iconmap.create() and iconmap.update() methods |
ZBXNEXT-1443 | added item pre-processing options |
ZBXNEXT-830 | implemented full clone of maps |
ZBXNEXT-12 | added support of CIDR subnet mask notations for Server option on agent config |
ZBXNEXT-12 | added support of CIDR subnet mask notations for Allowed hosts of trapper items |
ZBXNEXT-3576 | increased user media periods and item flexible intervals to 1024 characters |
ZBX-3783 | added support of user_medias parameter by user.update() method |
ZBX-3783 | prohibited deleting users and user groups which are used in actions |
ZBX-3783 | deprecated user.addmedia(), user.updatemedia(), user.deletemedia(), user.updateprofile(), usergroup.massadd(), usergroup.massupdate() and usermedia.get() API methods |
ZBXNEXT-1804 | reduced the number of connections required for proxy-server data exchange by adding new 'proxy data' request and increasing the size of data sent |
ZBXNEXT-3086 | improved performance of action condition evaluation by ensuring that equivalent conditions are only checked once, thus there will be less queries to database |
ZBXNEXT-3570 | removed the deprecated "isReadable" and "isWritable" methods as well as the "proxy.interfaces" parameter |
ZBXNEXT-1667 | added support of LLD macros in function parameters of trigger prototype expression |
ZBXNEXT-1667 | added support of LLD macros in function parameters when using function with ITEM.VALUE, ITEM.LASTVALUE in trigger prototype name, description and tags |
ZBXNEXT-1667 | added support of LLD macros in function parameters of graph prototype name simple macros like {host:key[].func()} |
ZBXNEXT-707 | implemented full clone functionality for all types of screens |
ZBXNEXT-2970 | increased maximum supported SNMP trapper file size |
ZBXNEXT-1141 | added support for AtomicBoolean, AtomicInteger, and AtomicLong to Java gateway |
ZBX-10777 | made checkboxes and radio buttons look the same across all browsers |
ZBXNEXT-3344 | increased SNMP OID length limitation from 255 to 512 bytes; thanks to Patrick Hemmer for patch |
ZBX-9425 | added permission check on the server side for global script execution |
ZBXNEXT-3725 | added templates for network devices (internal version 0.8beta) |
Bug Fixes
ZBX-12296 | added type hinting for item preprocessor numeric conversions based on item value type |
ZBX-12266 | fixed memory leak when executing IPMI commands |
ZBX-11938 | fixed 'type of condition' dropdown appearing if only one filter condition is set |
ZBX-11530 | fixed lost application name in exported host web scenario |
ZBX-12201 | fixed crash when processing SNMP trap log item, fixed log item processing without pre-processing options |
ZBX-12199 | removed condition check for recovery operations |
ZBX-3924 | switched from POSIX extended to the PCRE regular expression library for enhanced regular expressions and consistency with frontend |
ZBX-11867 | fixed memory leak in history cache and history cache statistics |
ZBX-11671 | added register information and backtrace to log when metric thread crashes |
ZBX-11381 | fixed displaying list of recovery actions in "Problems" and "Event details" |
ZBX-11805 | fixed aggregate checks log messages formats |
ZBX-11470 | fixed unary minus and prefix extraction for trigger expression references; optimized simple macro and macro function calculation |
ZBX-7015 | forced setting UTF-8 character set for connections to Oracle database |
ZBX-11371 | prevented executing client side script by changing value of $ZBX_SERVER_NAME from setup.php page |
ZBX-5116 | prevented escaping forward slashes while encoding API response to JSON text |
ZBX-11036 | fixed server not to synchronize IPMI configuration for new hosts without IPMI |
Installation and Upgrade Notes
Installation
See Zabbix Manual for full details.
Upgrade
Recompile Zabbix binaries and update front-end PHP files. Execute a database patch if migrating from Zabbix 1.8.x. See Zabbix Manual for a detailed upgrade procedure.
Commercial support
Zabbix Company provides a full range of Professional Services. We also provide trouble-free Upgrade Service for easy migration from earlier versions of Zabbix. Please contact Sales for pricing and more details.- Zabbix Enterprise Support
- Zabbix Training
- Zabbix Development Services
References
-
ZABBIX 4.2.0beta1
-
ZABBIX 4.0.5rc1
-
ZABBIX 4.0.4
-
ZABBIX 4.0.4rc3
-
ZABBIX 4.2.0alpha3
-
ZABBIX 4.0.4rc2
-
ZABBIX 3.0.25
-
ZABBIX 3.0.25rc1
-
ZABBIX 4.0.4rc1
-
ZABBIX 4.2.0alpha2
-
ZABBIX 4.0.3
-
ZABBIX 4.0.3rc3
-
ZABBIX 4.0.3rc2
-
ZABBIX 4.0.3rc1
-
ZABBIX 4.2.0alpha1
-
ZABBIX 4.0.2
-
ZABBIX 3.0.24
-
ZABBIX 4.0.2rc1
-
ZABBIX 3.0.24rc1
-
ZABBIX 3.4.15
-
ZABBIX 3.4.15rc1
-
ZABBIX 4.0.1
-
ZABBIX 3.0.23
-
ZABBIX 4.0.1rc2
-
ZABBIX 4.0.1rc1
-
ZABBIX 3.0.23rc1
-
ZABBIX 4.0.0
-
ZABBIX 4.0.0rc3
-
ZABBIX 4.0.0rc2
-
ZABBIX 4.0.0rc1
-
ZABBIX 3.4.14
-
ZABBIX 3.0.22
-
ZABBIX 3.0.22rc1
-
ZABBIX 3.4.14rc1
-
ZABBIX 4.0.0beta2
-
ZABBIX 4.0.0beta1
-
ZABBIX 3.0.21
-
ZABBIX 3.4.13
-
ZABBIX 3.4.13rc2
-
ZABBIX 3.0.21rc1
-
ZABBIX 3.4.13rc1
-
ZABBIX 3.4.12
-
ZABBIX 2.2.23
-
ZABBIX 3.0.20
-
ZABBIX 3.4.12rc1
-
ZABBIX 2.2.23rc1
-
ZABBIX 4.0.0alpha9
-
ZABBIX 3.0.20rc1
-
ZABBIX 3.4.11
-
ZABBIX 3.0.19
-
ZABBIX 3.4.11rc1
-
ZABBIX 4.0.0alpha8
-
ZABBIX 3.0.19rc1
-
ZABBIX 3.4.10
-
ZABBIX 3.0.18
-
ZABBIX 2.2.22
-
ZABBIX 3.4.10rc1
-
ZABBIX 4.0.0alpha7
-
ZABBIX 2.2.22rc1
-
ZABBIX 3.0.18rc1
-
ZABBIX 3.0.17
-
ZABBIX 3.4.9
-
ZABBIX 3.4.9rc3
-
ZABBIX 4.0.0alpha6
-
ZABBIX 3.0.17rc2
-
ZABBIX 3.4.9rc2
-
ZABBIX 3.0.17rc1
-
ZABBIX 3.4.9rc1
-
ZABBIX 3.0.16
-
ZABBIX 3.4.8
-
ZABBIX 3.0.16rc1
-
ZABBIX 3.4.8rc1
-
ZABBIX 4.0.0alpha5
-
ZABBIX 4.0.0alpha4
-
ZABBIX 3.0.15
-
ZABBIX 3.0.15rc1
-
ZABBIX 3.4.7
-
ZABBIX 3.4.7rc2
-
ZABBIX 4.0.0alpha3
-
ZABBIX 3.4.7rc1
-
ZABBIX 3.4.6
-
ZABBIX 4.0.0alpha2
-
ZABBIX 3.4.6rc1
-
ZABBIX 2.2.21
-
ZABBIX 3.4.5
-
ZABBIX 3.0.14
-
ZABBIX 3.2.11
-
ZABBIX 3.4.5rc3
-
ZABBIX 4.0.0alpha1
-
ZABBIX 3.2.11rc2
-
ZABBIX 3.0.14rc2
-
ZABBIX 3.4.5rc2
-
ZABBIX 2.2.21rc2
-
ZABBIX 2.2.21rc1
-
ZABBIX 3.4.5rc1
-
ZABBIX 3.2.11rc1
-
ZABBIX 3.0.14rc1
-
ZABBIX 3.0.13
-
ZABBIX 3.4.4
-
ZABBIX 3.2.10
-
ZABBIX 3.0.13rc1
-
ZABBIX 3.4.4rc1
-
ZABBIX 3.2.10rc1
-
ZABBIX 3.2.9
-
ZABBIX 3.0.12
-
ZABBIX 3.4.3
-
ZABBIX 3.2.9rc1
-
ZABBIX 3.0.12rc1
-
ZABBIX 3.4.3rc1
-
ZABBIX 3.0.11
-
ZABBIX 2.2.20
-
ZABBIX 3.4.2
-
ZABBIX 3.2.8
-
ZABBIX 3.4.2rc2
-
ZABBIX 3.2.8rc1
-
ZABBIX 2.2.20rc1
-
ZABBIX 3.0.11rc1
-
ZABBIX 3.4.2rc1
-
ZABBIX 3.4.1
-
ZABBIX 3.4.1rc2
-
ZABBIX 3.4.1rc1
-
ZABBIX 3.4.0
-
ZABBIX 3.4.0rc2
-
ZABBIX 3.4.0rc1
-
ZABBIX 3.4.0beta2
-
ZABBIX 3.4.0beta1
-
ZABBIX 3.4.0alpha2
-
ZABBIX 3.2.7
-
ZABBIX 2.2.19
-
ZABBIX 3.2.7rc2
-
ZABBIX 3.0.10
-
ZABBIX 3.4.0alpha1
-
ZABBIX 3.0.10rc1
-
ZABBIX 3.2.7rc1
-
ZABBIX 2.2.19rc1
-
ZABBIX 3.2.6
-
ZABBIX 3.2.6rc1
-
ZABBIX 2.2.18
-
ZABBIX 3.2.5
-
ZABBIX 3.0.9
-
ZABBIX 2.0.21
-
ZABBIX 2.2.18rc1
-
ZABBIX 3.2.5rc1
-
ZABBIX 2.0.21rc1
-
ZABBIX 3.0.9rc1
-
ZABBIX 3.2.4
-
ZABBIX 3.0.8
-
ZABBIX 2.2.17
-
ZABBIX 3.2.4rc1
-
ZABBIX 3.0.8rc1
-
ZABBIX 2.2.17rc1
-
ZABBIX 3.2.3
-
ZABBIX 3.0.7
-
ZABBIX 3.0.7rc2
-
ZABBIX 3.2.3rc2
-
ZABBIX 3.0.7rc1
-
ZABBIX 3.2.3rc1
-
ZABBIX 3.2.2
-
ZABBIX 3.0.6
-
ZABBIX 2.0.20
-
ZABBIX 2.2.16
-
ZABBIX 3.0.6rc1
-
ZABBIX 2.2.16rc1
-
ZABBIX 3.2.2rc1
-
ZABBIX 2.0.20rc1
-
ZABBIX 3.0.5
-
ZABBIX 3.2.1
-
ZABBIX 2.0.19
-
ZABBIX 2.2.15
-
ZABBIX 3.0.5rc2
-
ZABBIX 2.0.19rc1
-
ZABBIX 3.2.1rc1
-
ZABBIX 2.2.15rc1
-
ZABBIX 3.0.5rc1
-
ZABBIX 3.2.0
-
ZABBIX 3.2.0rc2
-
ZABBIX 3.2.0rc1
-
ZABBIX 3.2.0beta2
-
ZABBIX 3.2.0beta1
-
ZABBIX 3.2.0alpha2
-
ZABBIX 3.2.0alpha1
-
ZABBIX 3.0.4
-
ZABBIX 2.2.14
-
ZABBIX 2.2.14rc1
-
ZABBIX 3.0.4rc1
-
ZABBIX 2.2.13
-
ZABBIX 3.0.3
-
ZABBIX 2.0.18
-
ZABBIX 2.2.13rc1
-
ZABBIX 2.0.18rc1
-
ZABBIX 3.0.3rc1
-
ZABBIX 2.4.8
-
ZABBIX 2.0.17
-
ZABBIX 3.0.2
-
ZABBIX 2.2.12
-
ZABBIX 2.2.12rc1
-
ZABBIX 2.0.17rc1
-
ZABBIX 3.0.2rc1
-
ZABBIX 2.4.8rc1
-
ZABBIX 3.0.1
-
ZABBIX 3.0.1rc2
-
ZABBIX 3.0.1rc1
-
ZABBIX 3.0.0
-
ZABBIX 3.0.0rc3
-
ZABBIX 3.0.0rc2
-
ZABBIX 3.0.0rc1
-
ZABBIX 3.0.0beta2
-
ZABBIX 3.0.0beta1
-
ZABBIX 3.0.0alpha6
-
ZABBIX 3.0.0alpha5
-
ZABBIX 2.0.16
-
ZABBIX 2.4.7
-
ZABBIX 2.2.11
-
ZABBIX 3.0.0alpha4
-
ZABBIX 2.0.16rc1
-
ZABBIX 2.2.11rc1
-
ZABBIX 2.4.7rc1
-
ZABBIX 3.0.0alpha3
-
ZABBIX 3.0.0alpha2
-
ZABBIX 2.5.0
-
ZABBIX 2.2.10
-
ZABBIX 2.0.15
-
ZABBIX 2.4.6
-
ZABBIX 2.0.15rc1
-
ZABBIX 2.2.10rc2
-
ZABBIX 2.4.6rc1
-
ZABBIX 2.2.10rc1
-
ZABBIX 2.4.5
-
ZABBIX 2.4.5rc1
-
ZABBIX 2.2.9
-
ZABBIX 2.2.9rc1
-
ZABBIX 2.4.4
-
ZABBIX 2.4.4rc1
-
ZABBIX 2.4.3
-
ZABBIX 2.0.14
-
ZABBIX 2.2.8
-
ZABBIX 1.8.22
-
ZABBIX 1.8.22rc1
-
ZABBIX 2.0.14rc1
-
ZABBIX 2.2.8rc1
-
ZABBIX 2.4.3rc1
-
ZABBIX 2.4.2
-
ZABBIX 2.4.2rc1
-
ZABBIX 2.2.7
-
ZABBIX 2.2.7rc2
-
ZABBIX 2.2.7rc1
-
ZABBIX 2.4.1
-
ZABBIX 2.4.1rc2
-
ZABBIX 2.4.1rc1
-
ZABBIX 2.4.0
-
ZABBIX 2.0.13
-
ZABBIX 2.4.0rc3
-
ZABBIX 1.8.21
-
ZABBIX 2.4.0rc2
-
ZABBIX 2.4.0rc1
-
ZABBIX 2.3.5
-
ZABBIX 2.0.13rc1
-
ZABBIX 1.8.21rc1
-
ZABBIX 2.3.4
-
ZABBIX 2.2.6
-
ZABBIX 2.2.6rc1
-
ZABBIX 2.3.3
-
ZABBIX 2.2.5
-
ZABBIX 2.2.5rc1
-
ZABBIX 2.3.2
-
ZABBIX 2.2.4
-
ZABBIX 2.2.4rc4
-
ZABBIX 2.2.4rc3
-
ZABBIX 2.2.4rc2
-
ZABBIX 2.2.4rc1
-
ZABBIX 2.3.1
-
ZABBIX 2.3.0
-
ZABBIX 2.0.12
-
ZABBIX 2.0.12rc3
-
ZABBIX 2.0.12rc2
-
ZABBIX 2.0.12rc1
-
ZABBIX 2.2.3
-
ZABBIX 2.2.3rc2
-
ZABBIX 2.2.3rc1
-
ZABBIX 2.2.2
-
ZABBIX 1.8.20
-
ZABBIX 2.0.11
-
ZABBIX 2.0.11rc2
-
ZABBIX 1.8.20rc2
-
ZABBIX 2.2.2rc3
-
ZABBIX 2.2.2rc2
-
ZABBIX 2.0.11rc1
-
ZABBIX 2.2.2rc1
-
ZABBIX 1.8.20rc1
-
ZABBIX 2.0.10
-
ZABBIX 1.8.19
-
ZABBIX 2.2.1
-
ZABBIX 2.0.10rc1
-
ZABBIX 1.8.19rc1
-
ZABBIX 2.2.1rc1
-
ZABBIX 2.2.0
-
ZABBIX 2.2.0rc1
-
ZABBIX 2.2.0rc2
-
ZABBIX 2.1.9
-
ZABBIX 2.1.8
-
ZABBIX 2.1.7
-
ZABBIX 2.0.9
-
ZABBIX 1.8.18
-
ZABBIX 2.0.9rc2
-
ZABBIX 2.0.9rc1
-
ZABBIX 1.8.18rc1
-
ZABBIX 2.1.6
-
ZABBIX 2.1.5
-
ZABBIX 2.1.4
-
ZABBIX 2.1.3
-
ZABBIX 2.0.8
-
ZABBIX 2.1.2
-
ZABBIX 2.0.8rc2
-
ZABBIX 2.0.8rc1
-
ZABBIX 2.0.7
-
ZABBIX 1.8.17
-
ZABBIX 2.0.7rc1
-
ZABBIX 1.8.17rc1
-
ZABBIX 2.1.1
-
ZABBIX 2.1.0
-
ZABBIX 2.0.6
-
ZABBIX 2.0.6rc1
-
ZABBIX 2.0.5
-
ZABBIX 2.0.5rc1
-
ZABBIX 1.8.16
-
ZABBIX 1.8.16rc2
-
ZABBIX 2.0.4
-
ZABBIX 1.8.16rc1
-
ZABBIX 2.0.4rc1
-
ZABBIX 2.0.3
-
ZABBIX 2.0.3rc2
-
ZABBIX 2.0.3rc1
-
ZABBIX 1.8.15
-
ZABBIX 1.8.15rc1
-
ZABBIX 2.0.2
-
ZABBIX 2.0.2rc2
-
ZABBIX 2.0.2rc1
-
ZABBIX 1.8.14
-
ZABBIX 2.0.1
-
ZABBIX 2.0.1rc2
-
ZABBIX 1.8.14rc1
-
ZABBIX 2.0.1rc1
-
ZABBIX 2.0.0
-
ZABBIX 2.0.0rc6
-
ZABBIX 2.0.0rc5
-
ZABBIX 2.0.0rc4
-
ZABBIX 1.8.13
-
ZABBIX 1.8.13rc1
-
ZABBIX 1.8.12
-
ZABBIX 2.0.0rc3
-
ZABBIX 1.8.12rc2
-
ZABBIX 1.8.12rc1
-
ZABBIX 2.0.0rc2
-
ZABBIX 1.8.11
-
ZABBIX 2.0.0rc1
-
ZABBIX 1.8.11rc1
-
ZABBIX 1.9.9
-
ZABBIX 1.8.10
-
ZABBIX 1.8.10rc2
-
ZABBIX 1.8.10rc1
-
ZABBIX 1.9.8
-
ZABBIX 1.8.9
-
ZABBIX 1.8.9rc2
-
ZABBIX 1.8.9rc1
-
ZABBIX 1.9.7
-
ZABBIX 1.8.8
-
ZABBIX 1.8.8rc3
-
ZABBIX 1.8.8rc2
-
ZABBIX 1.9.6
-
ZABBIX 1.8.8rc1
-
ZABBIX 1.8.7
-
ZABBIX 1.8.7rc1
-
ZABBIX 1.8.6
-
ZABBIX 1.8.6rc2
-
ZABBIX 1.9.5
-
ZABBIX 1.8.6rc1
-
ZABBIX 1.9.4
-
ZABBIX 1.8.5
-
ZABBIX 1.8.5rc1
-
ZABBIX 1.9.3
-
ZABBIX 1.9.2
-
ZABBIX 1.8.4
-
ZABBIX 1.4.7
-
ZABBIX 1.8.4rc4
-
ZABBIX 1.9.1
-
ZABBIX 1.8.4rc3
-
ZABBIX 1.8.4rc2
-
ZABBIX 1.9.0
-
ZABBIX 1.8.4rc1
-
ZABBIX 1.8.3
-
ZABBIX 1.8.3rc4
-
ZABBIX 1.8.3rc3
-
ZABBIX 1.8.3rc2
-
ZABBIX 1.8.3rc1
-
ZABBIX 1.8.2
-
ZABBIX 1.6.9
-
ZABBIX 1.8.1
-
ZABBIX 1.6.8
-
ZABBIX 1.8
-
ZABBIX 1.7.4
-
ZABBIX 1.7.3
-
ZABBIX 1.7.2
-
ZABBIX 1.6.7
-
ZABBIX 1.7.1
-
ZABBIX 1.7.0
-
ZABBIX 1.6.6
-
ZABBIX 1.6.5
-
ZABBIX 1.6.4
-
ZABBIX 1.6.3
-
ZABBIX 1.6.2
-
ZABBIX 1.6.1
-
ZABBIX 1.6
-
ZABBIX 1.5.4
-
ZABBIX 1.4.6
-
ZABBIX 1.5.3
-
ZABBIX 1.5.2
-
ZABBIX 1.5.1
-
ZABBIX 1.4.5
-
ZABBIX 1.5
-
ZABBIX 1.1
-
ZABBIX 1.4.4
-
ZABBIX 1.4.3
-
ZABBIX 1.4.2
-
ZABBIX 1.4.1
-
ZABBIX 1.4
-
ZABBIX 1.3.5
-
ZABBIX 1.3.8
-
ZABBIX 1.3.7
-
ZABBIX 1.3.6
-
ZABBIX 1.1.7
-
ZABBIX 1.3.4
-
ZABBIX 1.3.3
-
ZABBIX 1.1.6
-
ZABBIX 1.1.5
-
ZABBIX 1.3.2
-
ZABBIX 1.3.1
-
ZABBIX 1.1.4
-
ZABBIX 1.3
-
ZABBIX 1.1.3
-
ZABBIX 1.1.2
-
ZABBIX 1.1.1
-
ZABBIX 1.1.0.1
-
ZABBIX 1.0
- Show older versions (418)