红联Linux门户
Linux帮助

Zabbix 2.0.13rc1/1.8.21rc1发布

发布时间:2014-09-03 09:35:07来源:红联作者:empast
Zabbix 2.0.13rc1 发布,此版本现已提供下载: http://www.zabbix.com/download.php

此版本修复了 Zabbix 2.0.x 系列的 bug,同时添加了些小特性。

Zabbix 2.0.13 改进记录:

:: 更新了翻译

更新了 Brazilian Portuguese, Italian, Japanese, Persian, Slovak 和 Ukrainian 翻译。

:: 2.0.13rc1 改进列表

[ZBX-7098] improved handling of log file rotation/truncation for logrt[] and log[] items

[ZBX-1357] updated Slovak and Ukrainian translations; thanks to Zabbix translators

:: Zabbix 2.0.13rc1 完整 bug 修复和改进列表

[ZBX-1357] updated Slovak and Ukrainian translations; thanks to Zabbix translators

[ZBX-3407] fixed NVPS query to not fail on DB2

[ZBX-8646] added a warning on UNIX/GNU/Linux platforms if logrt[] directory has no 'execute' permission

[ZBX-8629] fixed crash in get_string() function when checking "Database monitor" items

[ZBX-4800] replaced JSON.org library with Android JSON library; thanks to Volker Fröhlich for legal research

[ZBX-6229] removed pretty formatting from Java gateway JSON responses

[ZBX-4800] fixed typo in item name in "Template JMX Generic": "mpTenured" -> "mp Tenured"

[ZBX-8608] added support of IP masks for action conditions

[ZBX-8151] fixed XXE vulnerability on XML import using obsolete libxml versions; thanks to pnig0s@Freebuf for the report

[ZBX-8358] fixed overview screen elements being displayed incorrectly after refreshing

[ZBX-8348] fixed processing of LLD triggers; functions in a trigger expression could have incorrect ordering

[ZBX-8343] fixed a bug in binary heap that could cause a slightly inconsistent ordering of elements in the queue

[ZBX-8327] fixed possible crash when processing Windows eventlog

[ZBX-8188] fixed IPMI items staying supported when sensor data becomes unavailable

[ZBX-7576] when pinging a broadcast address ignore responses from other addresses

[ZBX-6531] fixed memory leak in filesystem discovery on AIX systems

[ZBX-8241] fixed duplicate display of actions in media type list

[ZBX-8269] fixed processing of active checks in agent

[ZBX-8238] fixed updating agent 'mtime' for logrt[] items; thanks to Yoshinori Komuro for patch

[ZBX-7098] improved handling of log file rotation/truncation for logrt[] and log[] items

[ZBX-8198] decreased verbosity of Windows agent with DebugLevel=4

[ZBX-7875] fixed wrongly reported system version for Windows 8.1 and Server 2012 R2

同时还发布了 Zabbix 1.8.21rc1,更新内容如下:

Zabbix 1.8.21rc1 现已提供下载: http://www.zabbix.com/download.php.

此版本修复了 Zabbix 1.8.x 的许多问题。

如果使用基于节点的分布式来安装 Zabbix 1.8,请执行下面的 SQL 分支,它能提升配置同步的性能:

MySQL:
DROP INDEX node_cksum_1 ON node_cksum;
CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid);

ORACLE:
DROP INDEX node_cksum_1;
CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid);

PostgreSQL:
DROP INDEX node_cksum_1;
CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid);

1.8.21 改进记录:

[ZBX-3407] fixed NVPS query to not fail on DB2

[ZBX-8608] added support of IP masks for action conditions

[ZBX-8151] fixed XXE vulnerability on XML import using obsolete libxml versions; thanks to pnig0s@Freebuf for the report

[ZBX-8343] fixed a bug in binary heap that could cause a slightly inconsistent ordering of elements in the queue

[ZBX-8198] decreased verbosity of Windows agent with DebugLevel=4

[ZBX-7930] improved SQL performance and execution time in Maintenance page

zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。

软件详情:https://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew2013

来自:开源中国社区
文章评论

共有 0 条评论