Release Notes for Zabbix 2.3.0
Zabbix Team is pleased to announce the availability of Zabbix 2.3.0.
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 2.3.0. Download it from download.
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-1782 | Added support for newlines and tabs in trigger expressions |
ZBXNEXT-1782 | Added support of new trigger expression operators ">=", "<=", "<>", "and", "or" and "not"; removed existing "#", "|" and "&" |
ZBXNEXT-2203 | Added information on the reason items become not supported |
ZBXNEXT-734 | Implemented support for URL as dynamic screen element and added macro support |
ZBXNEXT-497 | Added support for patterns in "Include" configuration directive |
ZBXNEXT-1506 | Added support for vfs.dev.read[] and vfs.dev.write[] on AIX; thanks to Jairo Lopez and Boris Manojlovic for patches |
ZBX-5430 | Implemented ISO 8601 standard date format "YYYY-MM-DD hh:mm:ss" as default |
ZBX-7981 | Deprecated "exists" API methods |
ZBX-7949 | Improved multibyte string support |
ZBXNEXT-2270 | Changed "Status" dropdown in host and host prototype forms to "Enabled" checkbox |
ZBX-7941 | Changed page footer to not show debug in fullscreen mode |
ZBXNEXT-1343 | Removed support of old style node-based distributed monitoring |
ZBXNEXT-2256 | Added support of host level macros like {HOST.*} along with user macros in LLD filter regexps |
ZBX-7979 | Added button "Clear history and trends" to scenarios form |
ZBXNEXT-2065 | Added a filter option to hide recently resolved triggers in Monitoring -> Triggers |
ZBXNEXT-949 | Improved filters by adding different titles for open and collapsed states |
ZBXNEXT-2107 | Added links to dependency triggers and added comma separated host list if dependency trigger belongs to multiple hosts in trigger edit and massupdate forms |
ZBXNEXT-2225 | Added a percentage free parameter to system.swap.size item; changed the way swap size is calculated |
ZBXNEXT-1119 | Changed the global search to also search by technical host and template names |
ZBXNEXT-2194 | Added configuration option to include all files in a directory on Windows |
ZBXNEXT-751 | Added support of user macros in the notifications and commands |
ZBXNEXT-2123 | Implemented the application and host inventory filters on the trigger monitoring page |
ZBXNEXT-2117 | Added "Description" field for templates, hosts and proxies |
ZBXNEXT-1533 | Added "Action name" in "History of actions" screen and added a patch to change screen item sort order |
ZBX-7850 | Unified the "Go to" section of host pop-up menus displayed in maps and other other places and made menu links disabled instead of hidden |
ZBXNEXT-421 | Implemented user name in action audit page |
ZBXNEXT-2167 | Improved info column in latest data monitoring and item, trigger, discovery host configuration |
ZBX-6374 | Added pagination in availability reports |
ZBXNEXT-1533 | Added "Action name" in Audit -> Action log |
ZBX-7742 | Added error message upon encountering trailing data for zabbix_sender when reading from file |
ZBXNEXT-581 | Implemented the ability to filter by multiple LLD macros |
ZBX-7361 | Implemented alphabetic host ordering when trigger has many hosts |
ZBXNEXT-1632 | Added graph link in host menu popup "Go to" section |
ZBXNEXT-1735 | Removed graph and history link from items in latest data page, if history and trends are disabled |
ZBXNEXT-1910 | Added active since and active till columns in maintenance page |
ZBX-7095 | Added 'Cancel' button in dashboard configuration |
ZBXNEXT-2140 | Enabled Monitoring -> Latest data filter option "Show items without data" by default |
ZBX-7713 | Changed the event details page to display all hosts used in a trigger |
ZBXNEXT-1700 | Added informative messages about database connection restoration |
ZBX-7609 | Improved frontend messages mute/unmute |
ZBXNEXT-1291 | Added clickable links for template names in host, template, host prototype and discovered host property templates tab |
ZBXNEXT-2073 | Improved dashboard refresh time menu |
ZBXNEXT-2073 | Improved dashboard favourite menu |
ZBXNEXT-2073 | Improved service configuration menu |
ZBXNEXT-2073 | Improved slide show refresh multiplier popup menu |
ZBXNEXT-2073 | Improved trigger log menu |
ZBXNEXT-2073 | Improved trigger macros menu |
ZBXNEXT-2073 | Updated jQuery to latest 1.10.2 |
ZBXNEXT-453 | Added a new parameter 'User' to daemon configuration that allows dropping privileges to the specified user |
ZBXNEXT-581 | Split database upgrade patches over multiple files for easier maintenance |
ZBX-7345 | Removed deprecated API features |
Bug Fixes
ZBX-8014 | Fixed evaluation of calculated item and trigger expressions not being precise enough |
ZBX-8212 | It is not possible to add triggers from templates to maps anymore |
ZBX-8227 | Fixed the "applicationids" parameter in trigger.get overriding the "groupids" parameter |
ZBX-8169 | Fixed SLA period calculation to account for DST changes |
ZBX-8172 | Fixed numeric value extraction from json data to ensure compatibility with third party tools that sends data as numeric values instead of strings |
ZBX-8048 | Fixed bug where proxy would truncate execute scripts of telnet, SSH and database monitoring items to 2kB |
ZBX-8193 | Changed web scenario default timeout to 15 |
ZBX-6190 | Added a more informative message to return when an item does not have enough information to perform nodata() calculations |
ZBX-8157 | Fixed size and style of custom user agent in web scenario edit form and fixed IE displaying input field on second click |
ZBX-6834 | Fixed trigger.get not returning any results when using the "host" parameter |
ZBX-8190 | Fixed validation in API to prevent SQL errors with Oracle database when string with excessive length is stored |
ZBX-8160 | Removed justification in warning message |
ZBX-8141 | Corrected 'URL' abbreviation string to uppercase |
ZBX-7839 | Fixed cloning of graphs and hosts to use changed form values |
ZBX-8165 | Fixed issue when maintenance items with its hosts/host groups removed are not accessible in configuration |
ZBX-2196 | Changed status codes of various exit calls to library macros for consistency |
ZBX-1274 | Fixed negative values, received from SNMP agent, being displayed as large unsigned integers |
ZBX-8031 | Removed pre-processor aliases for Windows string functions; converted all references of Windows types to standard C types |
ZBX-8158 | Fixed disabled hosts not shown in trigger selection popup when in configuration |
ZBX-8118 | Changed image update so that image type can not be changed after create |
ZBX-7553 | Fixed graph not getting period when coming from screen |
ZBX-7890 | Fixed broken make distclean |
ZBX-7981 | Fixed validation when renaming host to an existing template in host.massupdate; fixed validation when renaming template to an existing host in template.massupdate |
ZBX-7436 | Changed string "comment" to "description" in trigger list and trigger comments |
ZBX-8159 | Fixed missing history bar when viewing or editing trigger descriptions |
ZBX-7949 | Fixed inherited graph and graph prototype case insensitive name comparison |
ZBX-7534 | Removed the limit of dservice value and removed the limit of authorization string |
ZBX-8132 | Fixed image.get not properly returning all images for sysmaps |
ZBX-8108 | Fixed reading /proc virtual files without rewinding the file position |
ZBX-5243 | Increased the length of program name and command line that proc.mem[] and proc.num[] can match on AIX; thanks to Boris Manojlovic for patch |
ZBX-7448 | Fixed Windows agents limit check |
ZBX-7335 | Improved element copy dialog by having hosts, templates and host group in separate target types and empty groups are not shown |
ZBX-3336 | Fixed autodiscovery rule doesn't clear/rescan hosts in dhosts/dservices |
ZBX-6497 | Improved frontend filters, Filter and Reset now is submit buttons, removed JS form reset scripts, changed filter data saving process in profiles |
ZBX-2840 | Fixed map configuration with broken images |
ZBX-6596 | Fixed trigger sorting by hostname |
ZBX-8012 | Made links to other IT services from the dependency management to open in a new browser tab |
ZBX-7624 | Fixed pie charts legend alignment |
ZBX-8029 | Changed built-in font size from 0 to 1 for Zabbix home page and date in maps and graphs to support image functions for HHVM |
ZBX-7625 | Changed the execution order of API checks |
ZBX-8032 | Enabled hyperlinks in host inventory overview page |
ZBX-7120 | Fixed undefined index in menu for event csv export |
ZBX-6675 | Removed host from the graph title if items from multiple hosts are included |
ZBX-7781 | Fixed no error being triggered when trying to pass the "auth" parameter to a method that does not require authentication |
ZBX-8001 | Fixed host massupdate inventory tab being reset after choosing an inventory mode |
ZBX-7873 | Removed redundant error message in login page in event when frontend access for guest is not available |
ZBX-7969 | Fixed discovery checks sorting in action configuration page |
ZBX-7969 | Fixed sorting by name in discovery rule page |
ZBX-7826 | Fixed padding near textarea in acknowledges page |
ZBX-4998 | Fixed inconsistency of logging on Linux and Windows agents, and fixed information level logging at debug level 0 |
ZBX-6235 | Fixed unnecessary compilation of C code when only --enable-java is passed to ./configure |
ZBX-5546 | Removed formatting of JSON objects and escaping of forward slash/solidus |
ZBX-7749 | Fixed possibility to set up database with default setting "Autocommit OFF" |
ZBX-7140 | Fixed SQL query to retrieve data for host updates sorted from the database |
ZBX-7673 | Removed strict necessity for a configuration for options that don't require it |
ZBX-7786 | Fixed cell limit formatting with ellipsis |
ZBX-7727 | Added SQL connection error displaying for Oracle and DB2 |
ZBX-5789 | Removed unused fields in graph_discovery table |
ZBX-6350 | Fixed incorrectly displayed table cell width in Event source details and Event details blocks |
ZBX-7095 | Fixed dashboard filter name to show pointer cursor |
ZBX-7773 | Fixed jQuery buttonset initializing |
ZBX-7707 | Fixed "Auto-logout" field to show submitted incorrect value |
ZBXNEXT-2124 | Implemented an application filter for host and host group map elements |
ZBX-7109 | Removed unused fields in trigger_discovery table |
ZBX-7168 | Fixed configure.ac template to properly link libcurl to all components independently |
ZBX-4772 | Fixed possibility to pass incorrect host status value |
ZBX-7631 | Fixed dashboard favourite widget width |
ZBX-7622 | Changed the default value of timeperiods.every field to '1' |
ZBX-7618 | Removed partial matching for long format command line options |
ZBX-6940 | Fixed frontend history links not remembering search queries |
ZBX-7413 | Fixed inconsistency of config file handling for loading and checking userparameters and aliases before starting the daemon |
ZBX-7412 | Fixed alias parsing; colon symbols are now supported in alias parameters |
ZBX-7204 | Fixed timestamp order of events generated during network discovery |
Installation and Upgrade Notes
Installation
See Zabbix documentation for full details.
Upgrade
Recompile Zabbix binaries and update front-end PHP files. 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 6.2.7
-
ZABBIX 6.0.13
-
ZABBIX 5.0.31
-
ZABBIX 6.2.7rc1
-
ZABBIX 6.0.13rc1
-
ZABBIX 6.4.0beta6
-
ZABBIX 5.0.31rc2
-
ZABBIX 5.0.31rc1
-
ZABBIX 6.4.0beta5
-
ZABBIX 6.2.6
-
ZABBIX 6.0.12
-
ZABBIX 6.2.6rc2
-
ZABBIX 6.0.12rc2
-
ZABBIX 6.2.6rc1
-
ZABBIX 6.0.12rc1
-
ZABBIX 6.4.0beta4
-
ZABBIX 6.2.5
-
ZABBIX 6.0.11
-
ZABBIX 5.0.30
-
ZABBIX 6.0.11rc2
-
ZABBIX 6.2.5rc1
-
ZABBIX 6.0.11rc1
-
ZABBIX 5.0.30rc1
-
ZABBIX 6.4.0beta3
-
ZABBIX 6.2.4
- Previous versions of 2022 (93)
-
ZABBIX 6.0.10
-
ZABBIX 5.0.29
-
ZABBIX 5.0.29rc2
-
ZABBIX 6.4.0beta2
-
ZABBIX 6.0.10rc2
-
ZABBIX 6.2.4rc1
-
ZABBIX 6.0.10rc1
-
ZABBIX 5.0.29rc1
-
ZABBIX 6.4.0beta1
-
ZABBIX 6.2.3
-
ZABBIX 6.0.9
-
ZABBIX 6.2.3rc2
-
ZABBIX 6.0.9rc2
-
ZABBIX 5.0.28
-
ZABBIX 4.0.44
-
ZABBIX 6.4.0alpha1
-
ZABBIX 6.2.3rc1
-
ZABBIX 6.0.9rc1
-
ZABBIX 4.0.44rc1
-
ZABBIX 5.0.28rc1
-
ZABBIX 6.2.2
-
ZABBIX 6.0.8
-
ZABBIX 5.0.27
-
ZABBIX 6.0.8rc2
-
ZABBIX 6.2.2rc1
-
ZABBIX 6.0.8rc1
-
ZABBIX 5.0.27rc1
-
ZABBIX 6.2.1
-
ZABBIX 6.0.7
-
ZABBIX 5.0.26
-
ZABBIX 4.0.43
-
ZABBIX 6.2.1rc1
-
ZABBIX 6.0.7rc1
-
ZABBIX 5.0.26rc1
-
ZABBIX 4.0.43rc1
-
ZABBIX 6.2.0
-
ZABBIX 6.2.0rc3
-
ZABBIX 4.0.42
-
ZABBIX 6.0.6
-
ZABBIX 5.0.25
-
ZABBIX 6.2.0rc2
-
ZABBIX 6.0.6rc1
-
ZABBIX 5.0.25rc1
-
ZABBIX 4.0.42rc1
-
ZABBIX 6.2.0rc1
-
ZABBIX 6.0.5
-
ZABBIX 5.0.24
-
ZABBIX 4.0.41
-
ZABBIX 6.2.0beta3
-
ZABBIX 6.0.5rc1
-
ZABBIX 5.0.24rc1
-
ZABBIX 4.0.41rc1
-
ZABBIX 6.2.0beta2
-
ZABBIX 6.2.0beta1
-
ZABBIX 6.0.4
-
ZABBIX 5.0.23
-
ZABBIX 4.0.40
-
ZABBIX 6.2.0alpha2
-
ZABBIX 6.0.4rc1
-
ZABBIX 5.0.23rc1
-
ZABBIX 4.0.40rc1
-
ZABBIX 6.2.0alpha1
-
ZABBIX 6.0.3
-
ZABBIX 5.4.12
-
ZABBIX 5.0.22
-
ZABBIX 6.0.3rc1
-
ZABBIX 5.4.12rc1
-
ZABBIX 5.0.22rc1
-
ZABBIX 6.0.2
-
ZABBIX 6.0.2rc1
-
ZABBIX 6.0.1
-
ZABBIX 5.4.11
-
ZABBIX 6.0.1rc4
-
ZABBIX 5.0.21
-
ZABBIX 4.0.39
-
ZABBIX 6.0.1rc3
-
ZABBIX 6.0.1rc2
-
ZABBIX 5.4.11rc2
-
ZABBIX 6.0.1rc1
-
ZABBIX 5.4.11rc1
-
ZABBIX 5.0.21rc1
-
ZABBIX 4.0.39rc1
-
ZABBIX 6.0.0
-
ZABBIX 6.0.0rc2
-
ZABBIX 6.0.0rc1
-
ZABBIX 5.4.10
-
ZABBIX 5.0.20
-
ZABBIX 4.0.38
-
ZABBIX 6.0.0beta3
-
ZABBIX 5.4.10rc1
-
ZABBIX 5.0.20rc1
-
ZABBIX 4.0.38rc1
-
ZABBIX 6.0.0beta2
- Previous versions of 2021 (98)
-
ZABBIX 5.4.9
-
ZABBIX 5.0.19
-
ZABBIX 4.0.37
-
ZABBIX 5.4.9rc2
-
ZABBIX 5.0.19rc2
-
ZABBIX 4.0.37rc1
-
ZABBIX 6.0.0beta1
-
ZABBIX 5.4.9rc1
-
ZABBIX 5.0.19rc1
-
ZABBIX 5.4.8
-
ZABBIX 5.0.18
-
ZABBIX 4.0.36
-
ZABBIX 6.0.0alpha7
-
ZABBIX 5.4.8rc1
-
ZABBIX 5.0.18rc1
-
ZABBIX 4.0.36rc1
-
ZABBIX 6.0.0alpha6
-
ZABBIX 5.4.7
-
ZABBIX 5.4.7rc1
-
ZABBIX 6.0.0alpha5
-
ZABBIX 5.4.6
-
ZABBIX 5.0.17
-
ZABBIX 4.0.35
-
ZABBIX 5.4.6rc1
-
ZABBIX 5.0.17rc1
-
ZABBIX 4.0.35rc1
-
ZABBIX 6.0.0alpha4
-
ZABBIX 5.4.5
-
ZABBIX 5.0.16
-
ZABBIX 5.4.5rc2
-
ZABBIX 5.0.16rc2
-
ZABBIX 4.0.34
-
ZABBIX 6.0.0alpha3
-
ZABBIX 5.4.5rc1
-
ZABBIX 5.0.16rc1
-
ZABBIX 4.0.34rc1
-
ZABBIX 6.0.0alpha2
-
ZABBIX 5.4.4
-
ZABBIX 5.0.15
-
ZABBIX 4.0.33
-
ZABBIX 6.0.0alpha1
-
ZABBIX 5.4.4rc1
-
ZABBIX 5.0.15rc1
-
ZABBIX 4.0.33rc1
-
ZABBIX 5.4.3
-
ZABBIX 5.4.3rc2
-
ZABBIX 5.0.14
-
ZABBIX 5.4.3rc1
-
ZABBIX 5.0.14rc1
-
ZABBIX 5.4.2
-
ZABBIX 5.2.7
-
ZABBIX 5.0.13
-
ZABBIX 4.0.32
-
ZABBIX 5.4.2rc2
-
ZABBIX 4.0.32rc2
-
ZABBIX 5.4.2rc1
-
ZABBIX 5.2.7rc1
-
ZABBIX 5.0.13rc1
-
ZABBIX 4.0.32rc1
-
ZABBIX 5.4.1
-
ZABBIX 5.4.1rc2
-
ZABBIX 5.4.1rc1
-
ZABBIX 5.0.12
-
ZABBIX 4.0.31
-
ZABBIX 5.0.12rc1
-
ZABBIX 4.0.31rc1
-
ZABBIX 5.4.0
-
ZABBIX 5.4.0rc2
-
ZABBIX 5.4.0rc1
-
ZABBIX 5.4.0beta3
-
ZABBIX 5.0.11
-
ZABBIX 5.0.11rc1
-
ZABBIX 5.2.6
-
ZABBIX 5.0.10
-
ZABBIX 4.0.30
-
ZABBIX 5.4.0beta2
-
ZABBIX 5.2.6rc1
-
ZABBIX 5.0.10rc1
-
ZABBIX 4.0.30rc1
-
ZABBIX 3.0.32
-
ZABBIX 5.4.0beta1
-
ZABBIX 3.0.32rc1
-
ZABBIX 5.2.5
-
ZABBIX 5.0.9
-
ZABBIX 4.0.29
-
ZABBIX 5.4.0alpha2
-
ZABBIX 5.2.5rc2
-
ZABBIX 5.0.9rc2
-
ZABBIX 5.2.5rc1
-
ZABBIX 5.0.9rc1
-
ZABBIX 4.0.29rc1
-
ZABBIX 5.4.0alpha1
-
ZABBIX 5.2.4
-
ZABBIX 5.0.8
-
ZABBIX 4.0.28
-
ZABBIX 5.2.4rc1
-
ZABBIX 5.0.8rc1
-
ZABBIX 4.0.28rc1
- Previous versions of 2020 (78)
-
ZABBIX 5.2.3
-
ZABBIX 5.0.7
-
ZABBIX 5.2.3rc1
-
ZABBIX 5.0.7rc1
-
ZABBIX 5.2.2
-
ZABBIX 5.0.6
-
ZABBIX 4.0.27
-
ZABBIX 5.2.2rc1
-
ZABBIX 5.0.6rc1
-
ZABBIX 4.0.27rc1
-
ZABBIX 5.2.1
-
ZABBIX 5.2.1rc3
-
ZABBIX 5.2.1rc2
-
ZABBIX 5.2.1rc1
-
ZABBIX 5.2.0
-
ZABBIX 5.0.5
-
ZABBIX 4.0.26
-
ZABBIX 5.2.0rc2
-
ZABBIX 5.2.0rc1
-
ZABBIX 5.0.5rc1
-
ZABBIX 4.0.26rc1
-
ZABBIX 5.2.0beta2
-
ZABBIX 5.2.0beta1
-
ZABBIX 5.0.4
-
ZABBIX 4.0.25
-
ZABBIX 5.0.4rc1
-
ZABBIX 4.0.25rc1
-
ZABBIX 5.2.0alpha3
-
ZABBIX 5.2.0alpha2
-
ZABBIX 5.0.3
-
ZABBIX 4.0.24
-
ZABBIX 5.2.0alpha1
-
ZABBIX 5.0.3rc2
-
ZABBIX 4.0.24rc2
-
ZABBIX 5.0.3rc1
-
ZABBIX 4.0.24rc1
-
ZABBIX 4.0.23
-
ZABBIX 4.0.23rc1
-
ZABBIX 5.0.2
-
ZABBIX 5.0.2rc1
-
ZABBIX 4.4.10
-
ZABBIX 4.0.22
-
ZABBIX 4.4.10rc1
-
ZABBIX 4.0.22rc1
-
ZABBIX 5.0.1
-
ZABBIX 4.4.9
-
ZABBIX 4.0.21
-
ZABBIX 5.0.1rc1
-
ZABBIX 4.4.9rc1
-
ZABBIX 4.0.21rc1
-
ZABBIX 5.0.0
-
ZABBIX 5.0.0rc1
-
ZABBIX 5.0.0beta2
-
ZABBIX 4.4.8
-
ZABBIX 4.0.20
-
ZABBIX 3.0.31
-
ZABBIX 4.4.8rc1
-
ZABBIX 4.0.20rc1
-
ZABBIX 3.0.31rc1
-
ZABBIX 5.0.0beta1
-
ZABBIX 5.0.0alpha4
-
ZABBIX 4.4.7
-
ZABBIX 4.0.19
-
ZABBIX 5.0.0alpha3
-
ZABBIX 4.4.7rc1
-
ZABBIX 4.0.19rc1
-
ZABBIX 3.0.30
-
ZABBIX 4.4.6
-
ZABBIX 4.0.18
-
ZABBIX 5.0.0alpha2
-
ZABBIX 4.4.6rc1
-
ZABBIX 4.0.18rc1
-
ZABBIX 3.0.30rc1
-
ZABBIX 4.4.5
-
ZABBIX 4.0.17
-
ZABBIX 5.0.0alpha1
-
ZABBIX 4.4.5rc1
-
ZABBIX 4.0.17rc1
- Previous versions of 2019 (76)
-
ZABBIX 3.0.29
-
ZABBIX 4.4.4
-
ZABBIX 4.0.16
-
ZABBIX 4.4.4rc2
-
ZABBIX 4.4.4rc1
-
ZABBIX 4.0.16rc1
-
ZABBIX 3.0.29rc1
-
ZABBIX 4.4.3
-
ZABBIX 4.4.2
-
ZABBIX 4.0.15
-
ZABBIX 4.4.2rc2
-
ZABBIX 4.0.15rc2
-
ZABBIX 4.4.2rc1
-
ZABBIX 4.0.15rc1
-
ZABBIX 4.4.1
-
ZABBIX 4.2.8
-
ZABBIX 4.0.14
-
ZABBIX 4.4.1rc1
-
ZABBIX 4.2.8rc1
-
ZABBIX 4.0.14rc1
-
ZABBIX 4.4.0
-
ZABBIX 4.4.0rc1
-
ZABBIX 4.2.7
-
ZABBIX 4.0.13
-
ZABBIX 4.4.0beta1
-
ZABBIX 4.2.7rc1
-
ZABBIX 4.0.13rc1
-
ZABBIX 4.4.0alpha3
-
ZABBIX 4.2.6
-
ZABBIX 4.0.12
-
ZABBIX 4.4.0alpha2
-
ZABBIX 4.2.6rc1
-
ZABBIX 4.0.12rc1
-
ZABBIX 4.2.5
-
ZABBIX 4.0.11
-
ZABBIX 4.4.0alpha1
-
ZABBIX 4.2.5rc1
-
ZABBIX 4.0.11rc1
-
ZABBIX 4.2.4
-
ZABBIX 4.0.10
-
ZABBIX 4.2.4rc2
-
ZABBIX 4.2.4rc1
-
ZABBIX 4.0.10rc1
-
ZABBIX 4.2.3
-
ZABBIX 4.0.9
-
ZABBIX 4.2.2
-
ZABBIX 4.0.8
-
ZABBIX 3.0.28
-
ZABBIX 4.2.2rc1
-
ZABBIX 4.0.8rc1
-
ZABBIX 3.0.28rc1
-
ZABBIX 4.2.1
-
ZABBIX 4.0.7
-
ZABBIX 3.0.27
-
ZABBIX 4.2.1rc1
-
ZABBIX 4.0.7rc1
-
ZABBIX 3.0.27rc1
-
ZABBIX 4.2.0
-
ZABBIX 4.0.6
-
ZABBIX 4.2.0rc2
-
ZABBIX 4.0.6rc2
-
ZABBIX 3.0.26
-
ZABBIX 4.2.0rc1
-
ZABBIX 4.0.6rc1
-
ZABBIX 3.0.26rc1
-
ZABBIX 4.2.0beta2
-
ZABBIX 4.0.5
-
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 4.0.4rc1
-
ZABBIX 3.0.25rc1
- Previous versions of 2018 (74)
-
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 4.0.0beta2
-
ZABBIX 3.4.14rc1
-
ZABBIX 3.0.22rc1
-
ZABBIX 4.0.0beta1
-
ZABBIX 3.4.13
-
ZABBIX 3.0.21
-
ZABBIX 3.4.13rc2
-
ZABBIX 3.4.13rc1
-
ZABBIX 3.0.21rc1
-
ZABBIX 3.4.12
-
ZABBIX 3.0.20
-
ZABBIX 2.2.23
-
ZABBIX 4.0.0alpha9
-
ZABBIX 3.4.12rc1
-
ZABBIX 3.0.20rc1
-
ZABBIX 2.2.23rc1
-
ZABBIX 3.4.11
-
ZABBIX 3.0.19
-
ZABBIX 4.0.0alpha8
-
ZABBIX 3.4.11rc1
-
ZABBIX 3.0.19rc1
-
ZABBIX 3.4.10
-
ZABBIX 3.0.18
-
ZABBIX 2.2.22
-
ZABBIX 4.0.0alpha7
-
ZABBIX 3.4.10rc1
-
ZABBIX 3.0.18rc1
-
ZABBIX 2.2.22rc1
-
ZABBIX 3.4.9
-
ZABBIX 3.0.17
-
ZABBIX 3.4.9rc3
-
ZABBIX 4.0.0alpha6
-
ZABBIX 3.4.9rc2
-
ZABBIX 3.0.17rc2
-
ZABBIX 3.4.9rc1
-
ZABBIX 3.0.17rc1
-
ZABBIX 3.4.8
-
ZABBIX 3.0.16
-
ZABBIX 4.0.0alpha5
-
ZABBIX 3.4.8rc1
-
ZABBIX 3.0.16rc1
-
ZABBIX 4.0.0alpha4
-
ZABBIX 3.0.15
-
ZABBIX 3.4.7
-
ZABBIX 3.0.15rc1
-
ZABBIX 3.4.7rc2
-
ZABBIX 4.0.0alpha3
-
ZABBIX 3.4.7rc1
-
ZABBIX 3.4.6
-
ZABBIX 4.0.0alpha2
-
ZABBIX 3.4.6rc1
- Previous versions of 2017 (68)
-
ZABBIX 3.4.5
-
ZABBIX 3.2.11
-
ZABBIX 3.0.14
-
ZABBIX 2.2.21
-
ZABBIX 4.0.0alpha1
-
ZABBIX 3.4.5rc3
-
ZABBIX 3.4.5rc2
-
ZABBIX 3.2.11rc2
-
ZABBIX 3.0.14rc2
-
ZABBIX 2.2.21rc2
-
ZABBIX 3.4.5rc1
-
ZABBIX 3.2.11rc1
-
ZABBIX 3.0.14rc1
-
ZABBIX 2.2.21rc1
-
ZABBIX 3.4.4
-
ZABBIX 3.2.10
-
ZABBIX 3.0.13
-
ZABBIX 3.4.4rc1
-
ZABBIX 3.2.10rc1
-
ZABBIX 3.0.13rc1
-
ZABBIX 3.4.3
-
ZABBIX 3.2.9
-
ZABBIX 3.0.12
-
ZABBIX 3.4.3rc1
-
ZABBIX 3.2.9rc1
-
ZABBIX 3.0.12rc1
-
ZABBIX 3.4.2
-
ZABBIX 3.2.8
-
ZABBIX 3.0.11
-
ZABBIX 2.2.20
-
ZABBIX 3.4.2rc2
-
ZABBIX 3.4.2rc1
-
ZABBIX 3.2.8rc1
-
ZABBIX 3.0.11rc1
-
ZABBIX 2.2.20rc1
-
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 3.2.7rc2
-
ZABBIX 3.0.10
-
ZABBIX 2.2.19
-
ZABBIX 3.4.0alpha1
-
ZABBIX 3.2.7rc1
-
ZABBIX 3.0.10rc1
-
ZABBIX 2.2.19rc1
-
ZABBIX 3.2.6
-
ZABBIX 3.2.6rc1
-
ZABBIX 3.2.5
-
ZABBIX 3.0.9
-
ZABBIX 2.2.18
-
ZABBIX 2.0.21
-
ZABBIX 3.2.5rc1
-
ZABBIX 3.0.9rc1
-
ZABBIX 2.2.18rc1
-
ZABBIX 2.0.21rc1
-
ZABBIX 3.2.4
-
ZABBIX 3.0.8
-
ZABBIX 2.2.17
-
ZABBIX 3.2.4rc1
-
ZABBIX 3.0.8rc1
-
ZABBIX 2.2.17rc1
- Previous versions of 2016 (58)
-
ZABBIX 3.2.3
-
ZABBIX 3.0.7
-
ZABBIX 3.2.3rc2
-
ZABBIX 3.0.7rc2
-
ZABBIX 3.2.3rc1
-
ZABBIX 3.0.7rc1
-
ZABBIX 3.2.2
-
ZABBIX 3.0.6
-
ZABBIX 2.2.16
-
ZABBIX 2.0.20
-
ZABBIX 3.2.2rc1
-
ZABBIX 3.0.6rc1
-
ZABBIX 2.2.16rc1
-
ZABBIX 2.0.20rc1
-
ZABBIX 3.2.1
-
ZABBIX 3.0.5
-
ZABBIX 2.2.15
-
ZABBIX 2.0.19
-
ZABBIX 3.0.5rc2
-
ZABBIX 3.2.1rc1
-
ZABBIX 3.0.5rc1
-
ZABBIX 2.2.15rc1
-
ZABBIX 2.0.19rc1
-
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 3.0.4rc1
-
ZABBIX 2.2.14rc1
-
ZABBIX 3.0.3
-
ZABBIX 2.2.13
-
ZABBIX 2.0.18
-
ZABBIX 3.0.3rc1
-
ZABBIX 2.2.13rc1
-
ZABBIX 2.0.18rc1
-
ZABBIX 3.0.2
-
ZABBIX 2.4.8
-
ZABBIX 2.2.12
-
ZABBIX 2.0.17
-
ZABBIX 3.0.2rc1
-
ZABBIX 2.4.8rc1
-
ZABBIX 2.2.12rc1
-
ZABBIX 2.0.17rc1
-
ZABBIX 3.0.1
-
ZABBIX 3.0.1rc2
-
ZABBIX 3.0.1rc1
-
ZABBIX 3.0.0rc3
-
ZABBIX 3.0.0
-
ZABBIX 3.0.0rc2
-
ZABBIX 3.0.0rc1
-
ZABBIX 3.0.0beta2
-
ZABBIX 3.0.0beta1
-
ZABBIX 3.0.0alpha6
- Previous versions of 2015 (24)
-
ZABBIX 3.0.0alpha5
-
ZABBIX 2.4.7
-
ZABBIX 2.2.11
-
ZABBIX 2.0.16
-
ZABBIX 3.0.0alpha4
-
ZABBIX 2.4.7rc1
-
ZABBIX 2.2.11rc1
-
ZABBIX 2.0.16rc1
-
ZABBIX 3.0.0alpha3
-
ZABBIX 3.0.0alpha2
-
ZABBIX 2.5.0
-
ZABBIX 2.4.6
-
ZABBIX 2.2.10
-
ZABBIX 2.0.15
-
ZABBIX 2.4.6rc1
-
ZABBIX 2.2.10rc2
-
ZABBIX 2.0.15rc1
-
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
- Previous versions of 2014 (56)
-
ZABBIX 2.4.3
-
ZABBIX 2.2.8
-
ZABBIX 2.0.14
-
ZABBIX 1.8.22
-
ZABBIX 2.4.3rc1
-
ZABBIX 2.2.8rc1
-
ZABBIX 2.0.14rc1
-
ZABBIX 1.8.22rc1
-
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.4.0rc3
-
ZABBIX 2.0.13
-
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.3.2
-
ZABBIX 2.2.5rc1
-
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 2.0.11
-
ZABBIX 1.8.20
-
ZABBIX 2.2.2rc3
-
ZABBIX 2.0.11rc2
-
ZABBIX 1.8.20rc2
-
ZABBIX 2.2.2rc2
-
ZABBIX 2.2.2rc1
-
ZABBIX 2.0.11rc1
-
ZABBIX 1.8.20rc1
- Previous versions of 2013 (38)
-
ZABBIX 2.2.1
-
ZABBIX 2.0.10
-
ZABBIX 1.8.19
-
ZABBIX 2.2.1rc1
-
ZABBIX 2.0.10rc1
-
ZABBIX 1.8.19rc1
-
ZABBIX 2.2.0
-
ZABBIX 2.2.0rc2
-
ZABBIX 2.2.0rc1
-
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 2.0.7rc1
-
ZABBIX 1.8.17
-
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
- Previous versions of 2012 (30)
-
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 2.0.1
-
ZABBIX 1.8.14
-
ZABBIX 2.0.1rc2
-
ZABBIX 2.0.1rc1
-
ZABBIX 1.8.14rc1
-
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
- Previous versions of 2011 (26)
-
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
- Previous versions of 2010 (14)
-
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
- Previous versions of 2009 (13)
-
ZABBIX 1.8
-
ZABBIX 1.6.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
- Previous versions of 2008 (10)
-
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
- Previous versions of 2007 (15)
-
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
- Previous versions of 2006 (7)
-
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
- Previous versions of 2004 (1)
-
ZABBIX 1.0