热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Zabbix2.4.2rc1发布,分布式系统监视

zabbix,Zabbix2.4.2rc1发布,分布式系统监视

11月23日开源中国源创会年度(北京万豪酒店)千人盛典正在报名中

OSC 第 55 期高手问答 —— Zabbix

Zabbix 2.4.2rc1 发布,此版本现已提供下载: http://www.zabbix.com/download.php

Zabbix 2.4.2rc1 修复了 Zabbix 2.4.x 发现的问题,引入了一些小的新特性。 新特性概览: https://www.zabbix.com/documentation/2.4/manual/introduction/whatsnew242

2.4.2rc1 更新内容

:: 增加命令长度

Increased limitation of command length for remote commands with agent.

:: 更新翻译

Updated Brazilian Portuguese, Greek, Italian, Japanese, Polish, Slovak and Spanish translations.

:: 改进列表

  • [ZBX-1357] updated Brazilian Portuguese, Greek, Italian, Japanese, Polish, Slovak and Spanish translations

  • [ZBX-8503] increased limitation of command length for remote commands with agent

:: 完整的 bug 修复和改进列表

  • [ZBX-1357] updated Brazilian Portuguese, Greek, Italian, Japanese, Polish, Slovak and Spanish translations; thanks to Zabbix translators

  • [ZBX-8503] increased limitation of command length for remote commands with agent

  • [ZBX-8978] fixed propagation of the SNMP bulk flag into discovered hosts

  • [ZBX-8978] fixed propagation of the interfaces into discovered hosts in same order as in the parent host

  • [ZBX-8970] fixed interfaces list not being displayed correctly for discovered hosts

  • [ZBX-8849] fixed redundant linking with -lcrypto when linking with Net-SNMP

  • [ZBX-8913] fixed JSON validation sometimes failing to process utf-8 sequences

  • [ZBX-8951] fixed agent crash on HP-UX 11.31 when processing "net.if.discovery" item

  • [ZBX-8901] added ability to use scientific notation and floats without leading 0 to Configuration -> Hosts -> Discovery -> Item Prototypes

  • [ZBX-6542] updated description of HousekeepingFrequency parameter in the default server and proxy configuration files

  • [ZBX-8833] fixed dynamic SNMP item cache working incorrectly for hosts with multiple SNMP interfaces, optimized cache performance

  • [ZBX-8904] fixed item.get API to not read all host interfaces when option "selectInterfaces" is used

  • [ZBX-8538] added Net-SNMP retry of 1 for cases where Zabbix will not be retrying itself

  • [ZBX-8538] changed the strategy to decrease the optimal number of variables two times only

  • [ZBX-8232] fixed performance issues in maps

  • [ZBX-8948] fixed memory leak when checking Template condition during action processing

  • [ZBX-6353] improved history cache performance when it's flooded with data from less than 1000 items

  • [ZBX-8916] fixed "lastlogsize" not being updated in the configuration cache when values are received from the agent

  • [ZBX-8877] fixed filters not hiding/showing for IE11

  • [ZBX-8794] fixed parsing of runtime control options and related error messages

  • [ZBX-8885] fixed building of Zabbix daemons with IBM DB2 support on systems with newer gcc compilers

  • [ZBX-8791] fixed importing sysmaps when host elements are linked and have a trigger assigned to the link

  • [ZBX-8072] fixed bug when long messages were not truncated to 2KB when inserting into alerts table on DB2 databases

  • [ZBX-6174] fixed "skipDependent" option in trigger.get API call to correctly handle cases when triggers on which they depend are disabled

  • [ZBX-8887] fixed error messages when saving graph with invalid width and height

  • [ZBX-8699] fixed zbx_sleep_loop() to handle correctly signal arrival

  • [ZBX-8793] fixed processing of snmp value to represent it as integer

  • [ZBX-8726] fixed warning messages shown by deprecated PHP 5.6 options "mbstring.internal_encoding" and "always_populate_raw_post_data"

  • [ZBX-8817] fixed incorrect clearing of web scenario item history and trends

  • [ZBX-8830] fixed map pop-up menu "Triggers" link being always disabled for host group map elements

  • [ZBX-5561] fixed configuration failure during cross compilation; thanks to Christof Lauber for the patch

  • [ZBX-8621] added validation of received SNMP responses and warnings in case SNMP responses are bad

  • [ZBX-8764] added missing validation for resource ID in screenitem.create and screenitem.update API

  • [ZBX-8754] fixed crash in escalator when processing an alert without an user, but with a media type set

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



推荐阅读
  • 本文详细介绍了Git分布式版本控制系统中远程仓库的概念和操作方法。通过具体案例,帮助读者更好地理解和掌握如何高效管理代码库。 ... [详细]
  • Composer Registry Manager:PHP的源切换管理工具
    本文介绍了一个用于Composer的源切换管理工具——Composer Registry Manager。该项目旨在简化Composer包源的管理和切换,避免与常见的CRM系统混淆,并提供了详细的安装和使用指南。 ... [详细]
  • 本文介绍了如何利用npm脚本和concurrently工具,实现本地开发环境中多个监听服务的同时启动,包括HTTP服务、自动刷新、Sass和ES6支持。 ... [详细]
  • 深入解析JMeter中的JSON提取器及其应用
    本文详细介绍了如何在JMeter中使用JSON提取器来获取和处理API响应中的数据。特别是在需要将一个接口返回的数据作为下一个接口的输入时,JSON提取器是一个非常有用的工具。 ... [详细]
  • 探讨了小型企业在构建安全网络和软件时所面临的挑战和机遇。本文介绍了如何通过合理的方法和工具,确保小型企业能够有效提升其软件的安全性,从而保护客户数据并增强市场竞争力。 ... [详细]
  • LeetCode 540:有序数组中的唯一元素
    来源:力扣(LeetCode),链接:https://leetcode-cn.com/problems/single-element-in-a-sorted-array。题目要求在仅包含整数的有序数组中,找到唯一出现一次的元素,并确保算法的时间复杂度为 O(log n) 和空间复杂度为 O(1)。 ... [详细]
  • 本文详细记录了在基于Debian的Deepin 20操作系统上安装MySQL 5.7的具体步骤,包括软件包的选择、依赖项的处理及远程访问权限的配置。 ... [详细]
  • 本文探讨了在 PHP 中处理 JSON 编码时中文字符显示为 Unicode 转义序列的问题,并提供了多种有效的解决方法,包括使用正则表达式替换、URL 编码以及利用 PHP 5.4 及以上版本提供的 JSON_UNESCAPED_UNICODE 选项。 ... [详细]
  • 本文详细介绍了中央电视台电影频道的节目预告,并通过专业工具分析了其加载方式,确保用户能够获取最准确的电视节目信息。 ... [详细]
  • 本文探讨了在UC浏览器中调用分享面板后,图片无法正常显示的问题,并提供了详细的解决方法和代码示例。 ... [详细]
  • 本文介绍如何在PostgreSQL数据库中正确插入和处理JSON数据类型,确保数据完整性和避免常见错误。 ... [详细]
  • 作为一名 Ember.js 新手,了解如何在路由和模型中正确加载 JSON 数据是至关重要的。本文将探讨两者之间的差异,并提供实用的建议。 ... [详细]
  • 本文详细介绍了在企业级项目中如何优化 Webpack 配置,特别是在 React 移动端项目中的最佳实践。涵盖资源压缩、代码分割、构建范围缩小、缓存机制以及性能优化等多个方面。 ... [详细]
  • 选择适合生产环境的Docker存储驱动
    本文旨在探讨如何在生产环境中选择合适的Docker存储驱动,并详细介绍不同Linux发行版下的配置方法。通过参考官方文档和兼容性矩阵,提供实用的操作指南。 ... [详细]
  • 自 Node.js 6.3 版本起,调试功能已内置在核心模块中,无需额外安装 node-inspector 等工具。通过简单的命令即可启动调试模式,并利用 Chrome 浏览器进行高效的代码调试。 ... [详细]
author-avatar
晓辉19890424俱乐部
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有