MIRACLE ZBX 3.0.7-1

MIRACLE ZBX 3.0.7-1

2017/03/10

  • MIRACLE ZBX 3.0.5-1 において Windows 64bit 版 Agent が暗号化通信を有効にするとクラッシュする問題を修正
  • PostgreSQL 環境において、MIRACLE ZBX サーバー側のカスタムスクリプトもしくはグローバルスクリプトを使用してアクション実行時に標準出力した場合、プロセスがクラッシュする可能性がある問題を修正
  • MIRACLE ZBX のベースとしているソフトウェアを Zabbix 3.0.7 へアップデート
  • 変更内容は以下 Changelog からの引用を参照

New features in 3.0.7-1:

[ZBX-1357] updated Czech, English (United States), French, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Ukrainian translations; thanks to Zabbix translators (zalex_ua)

Bug fixes in 3.0.7-1:

[ZBX-11613] fixed "Response time" graph on "Details of web scenario" page (Sasha)
[ZBX-10983] fixed crash in IPMI poller, added deleting of inactive IPMI hosts in 'unreachable poller', improved code correctness and debug logging (Andris)
[ZBX-11354] fixed applications and application prototypes being reset in templated items and item prototypes when modifying its parent (Ivo)
[ZBXNEXT-3487] added vm.vmemory.size to active item helper, updated descriptions and sorted; thanks richlv for patch (vso)
[ZBX-11494] fixed "system.stat" returning not supported after Zabbix agent restart on AIX (viktors)
[ZBX-11479] fixed threaded metric to handle interruption by a signal (vso)
[ZBX-11534] fixed default operation step duration to be included in minimal step calculation instead of overriding (vso)
[ZBX-11573] fixed possible crash when polling vmware.hv.health.status (wiper)
[ZBX-11528] fixed zabbix_get to match zabbix_server protocol (vso)
[ZBX-10979] changed vmware.vm.cpu.ready item units and description (wiper)[ZBX-1357] updated Czech, English (United States), French, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Ukrainian translations; thanks to Zabbix translators (zalex_ua)

New features in 3.0.6-1:

[ZBX-1357] updated English (United States), Persian, Russian, Spanish, Ukrainian translations; thanks to Zabbix translators (zalex_ua)
[ZBXNEXT-2010] added vmware.hv.datastore.size keys for VMware datastore capacity monitoring (wiper)
[ZBXNEXT-1859] improved performance by not inserting events of auto registration if no such action was enabled, insert/update/select in a bulk on auto registration data from proxy (Sasha, vso)
[ZBXNEXT-3487] added new key for virtual memory monitoring on Windows (vso, wiper)
[ZBX-10694] added rollup health sensor item to vmware hypervisor template (wiper)
[ZBXNEXT-2969] added support for suffixed and negative trigger function parameters (gleb)

Bug fixes in 3.0.6-1:

[ZBX-11509] fixed system.run command parameter to be quoted only if it contains special characters (vso)
[ZBX-4661] fixed possible crash when Oracle database is not available (vso)
[ZBX-11445] fixed update of item host interface from items massupdate form (Cemeris)
[ZBX-10531] fixed IE not displaying color picker (Ivo)
[ZBX-11521] fixed JS error in media popup (Oleg)
[ZBX-11397] fixed system.hw.chassis key to read DMI tables through sysfs and fall back to /dev/mem only if sysfs is not available (vso)
[ZBX-11411] added check for LLD macro values in calculated item formula to be numeric (viktors)
[ZBX-11483] improved API script.execute validation (Oleg)
[ZBX-11347] fixed resolving of {HOST.IP}, {HOST.DNS} and {HOST.CONN} macros in item key parameters for items without interface (asaveljevs, Ivo, Sasha)
[ZBX-11475] fixed copying sharing properties while cloning screen or network maps (Cemeris)
[ZBX-9781] changed vfs.fs.size, vfs.fs.inode checks to be executed in separate process/thread to avoid lockup with stale NFS mounts (wiper)
[ZBX-11195] fixed icon mapping visual issues in edit form (Oleg, Pavel)
[ZBX-11390] fixed error hint displaying (Oleg)
[ZBX-11246] added disabled "delete" button for edit forms of templated item, item prototype, web scenario and discovery rule (Cemeris)
[ZBX-11223] rewritten calculated item formula parsing, simple macro parsing and LLD macro parsing; fixed several problems with function parsing (gleb, Sergejs)
[ZBX-11121] disallowed leaving user without linked user groups with usergroup.update, usergroup.massupdate, usergroup.delete API methods (Cemeris)
[ZBX-9926] fixed displaying of LLD graphs in host screens if user has no rights to Templates group (Gunars)
[ZBX-11149] added support of OpenSSL 1.1.0 (Andris, gleb)
[ZBX-11191] fixed web scenarios not updating step items when giving only "applicationid" and steps with "httpstepid" properties (Ivo)
[ZBX-11191] fixed updating templated web scenario steps by prohibiting to directly change the step name or giving different amount of steps than in template (Ivo)
[ZBX-11191] improved web scenario step validation by adding required fields (Ivo)
[ZBX-11292] fixed getting network interface statistics on Oracle Solaris 10/11 (Andris)
[ZBX-11125] prohibited zero in first parameter of nodata() trigger function (Sasha, vso)
[ZBX-11349] removed possibility to create items, triggers and graphs with empty names after low level discovery macro substitution (Sergejs)
[ZBX-11244] fixed parsing of JSON text when PHP is compiled without JSON library (Cemeris)
[ZBX-11219] renamed second argument for net.dns and net.dns.record items from "zone" to "name" (Cemeris)
[ZBX-8457] fixed user macro resolving for templated host and templates (Oleg)
[ZBX-11367] fixed xml import when non-snmp interfaces have incorrect parameter "bulk" (Gunars)
[ZBX-10388] removed duplicated data and reduced traffic for hint popups (Gunars)
[ZBX-11331] fixed JS error in Configuration->Discovery edit page (Oleg)
[ZBX-10906] fixed agent active checks being delayed if system time was pushed back (wiper)
[ZBX-11038] removed compression for the generated CSS files, added "sass" folder to the distribution archive (asaveljevs)
[ZBX-11335] added MariaDB database support when compiling with --with-mysql configuration option; thanks to Dmitry Smirnov for patch (viktors)
[ZBX-11122] fixed comparisons between signed and unsigned integer expressions to eliminate build warnings (Sergejs)
[ZBX-10842] fixed sql error when updating httptest with applicationid and without httpstepid parameters (Cemeris)
[ZBX-10842] prevented disappearing of step items when updating httptest without applicationid, httpstepid parameters (Cemeris)
[ZBX-10842] fixed connecting web scenario applicationid to created steps when updating with API httptest.update mehtod (Cemeris)
[ZBX-9656] prevented updating comments for discovered triggers (Ivo)
[ZBX-11221] fixed MySQL connection issue by overriding user defined auto commit setting (Oleg, vso)
[ZBX-11291] fixed LLD rule not validating "lifetime" field (Ivo)
[ZBX-11209] fixed visual bugs in various browsers (Pavel, Sasha)
[ZBX-10958] fixed displaying of user name for inaccessible users; fixed warnings in PHPUnit test; fixed undefined offsets in screen "Action logs" (Gunars)
[ZBX-11091] fixed parsing of XML file which contains tag with attributes but without child tags; it could cause significant memeory leak (Sasha)
[ZBX-10694] reverted hypervisor health status to HostSystem.overallStatus property (wiper)
[ZBX-11276] removed extra double quotes in host interface form (Gunars)
[ZBX-11300] fixed variable used in forecast function (gleb)
[ZBX-11146] fixed validation of item update interval 0 (Gunars, vso)
[ZBX-11021] fixed discoverer to log that it has started before SNMP library initialization (vso)
[ZBX-11213] fixed database monitoring keys (wiper)

MIRACLE ZBX サポートRSS

アップデート情報RSS

サポート関連情報RSS