开源中国的 IT 公司开源软件整理计划介绍
Zabbix 2.4.5 发布,此版本主要有以下更新:
支持超时的 Java 网关
Added timeout configuration option to Java gateway.
多语言版本的翻译更新
Updated Brazilian Portuguese, Chinese (China), Italian and Japanese translations.
此版本的新功能
[ZBX-8839] added timeout configuration option to Java gateway
[ZBX-1357] updated Brazilian Portuguese, Chinese (China), Italian and Japanese translations; thanks to Zabbix translators
[ZBX-8839] added timeout configuration option to Java gateway
[ZBX-1357] updated Brazilian Portuguese, Chinese (China), Italian and Japanese translations; thanks to Zabbix translators
[ZBX-9457] fixed server crash in case ValueCacheSize=0; thanks to MATSUDA Daiki for patch
[ZBX-5717] fixed incorrect calculation of icmppingloss[] due to floating-point errors
[ZBX-9436] fixed zabbix_server to not exit in case of database connection loss in the middle of transaction
[ZBX-9355] added host name and names of conflicting templates to the error message when templates fail to link due to a duplicate item, fixed linking of templates containing web scenarious
[ZBX-9352] fixed execution of remote commands on the server in case trigger expression contains multiple hosts
[ZBX-9394] fixed SMS sending with Teltonika modems
[ZBX-3507] fixed SMS sending with Huawei GSM modems
[ZBX-7446] fixed vmware.hv.status item always returning 0 (gray) status
[ZBX-9346] fixed importing trigger dependencies and maps that contain the triggers expressions with old style operators
[ZBX-9410] fixed agent logging to eventlog (syslog option) on Windows
[ZBX-9365] fixed array_combine() function giving a warning message for PHP versions < 5.4.0
[ZBX-9395] fixed overview triggers and data page to display results when the option to select first
dropdown entry is set to "None" and a group is selected
[ZBX-9402] fixed trigger list sorting
[ZBX-9102] fixed "System status" dashboard widget performing poorly
[ZBX-5656] fixed maintenance.create and maintenance.update methods "timeperiods" parameter to be an array of arrays
[ZBX-9331] changed value type of system.stat[kthr,*] items in "Template OS AIX" to float and added them to "Performance" application
[ZBX-9368] fixed possible SQL errors when linking of several templates
[ZBX-9343] fixed user ID being zero in audit logs for login/logout actions
[ZBX-9375] renamed "Latest events" to "Events" in menu popup for trigger map elements and fixed its link not setting corresponding trigger in filter
[ZBX-9251] added missing socket closing to avoid large number of opened sockets
[ZBX-9344] fixed infinite looping in telnet.run[] in case there is no password prompt
[ZBX-9369] removed validation of DB_ID from user profile for removed medias and fixed incorrect DB_ID validation for arrays in bar reports page
[ZBX-9348] fixed possibility to enable/disable LLD trigger
[ZBX-9268] fixed misleading message in discovered object indicator tooltip when deletion date is in the past
[ZBX-4633] fixed host inventories not displaying all filtered results when record count exceeds global limit
[ZBX-9286] fixed configuration.import, when trigger expression have a user macro
[ZBX-9283] improved proc_info item (Windows only) to get more information about the processes
[ZBX-8875] fixed undefined index in screens with dynamic graph prototype elements when host is not selected
[ZBX-9203] fixed host scripts menu popup not properly displaying script name when name contains HTML tags
详细信息请查看 发行页面 。
此版本现已提供下载:
http://www.zabbix.com/download.php
zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。
zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供柔软的通知机制以让系统管理员快速定位/解决存在的各种问题。
zabbix由2部分构成, zabbix server 与可选组件zabbix agent。
zabbix server可以通过SNMP, zabbix agent ,ping,端口监视等方法提供对远程服务器/网络状态的监视,数据收集等功能,它可以运行在Linux, Solaris, HP-UX, AIX, Free BSD, Open BSD, OS X等平台之上。
zabbix agent需要安装在被监视的目标服务器上,它主要完成对硬件信息或与操作系统有关的内存,CPU等信息的收集。 zabbix agent 可以运行在Linux ,Solaris, HP-UX, AIX, Free BSD, Open BSD, OS X, Tru64/OSF1, Windows NT4.0, Windows 2000/2003/XP/Vista)等系统之上。
zabbix server可以单独监视远程服务器的服务状态;同时也可以与 zabbix agent 配合,可以轮询 zabbix agent 主动接收监视数据(trapping方式),同时还可被动接收 zabbix agent 发送的数据(trapping方式)。
另外 zabbix server 还支持SNMP (v1,v2),可以与SNMP软件(例如:net-snmp)等配合使用。