热门标签 | 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界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。



推荐阅读
  • 本文介绍了在开发Android新闻App时,搭建本地服务器的步骤。通过使用XAMPP软件,可以一键式搭建起开发环境,包括Apache、MySQL、PHP、PERL。在本地服务器上新建数据库和表,并设置相应的属性。最后,给出了创建new表的SQL语句。这个教程适合初学者参考。 ... [详细]
  • 本文介绍了Redis的基础数据结构string的应用场景,并以面试的形式进行问答讲解,帮助读者更好地理解和应用Redis。同时,描述了一位面试者的心理状态和面试官的行为。 ... [详细]
  • t-io 2.0.0发布-法网天眼第一版的回顾和更新说明
    本文回顾了t-io 1.x版本的工程结构和性能数据,并介绍了t-io在码云上的成绩和用户反馈。同时,还提到了@openSeLi同学发布的t-io 30W长连接并发压力测试报告。最后,详细介绍了t-io 2.0.0版本的更新内容,包括更简洁的使用方式和内置的httpsession功能。 ... [详细]
  • 本文介绍了如何使用JSONObiect和Gson相关方法实现json数据与kotlin对象的相互转换。首先解释了JSON的概念和数据格式,然后详细介绍了相关API,包括JSONObject和Gson的使用方法。接着讲解了如何将json格式的字符串转换为kotlin对象或List,以及如何将kotlin对象转换为json字符串。最后提到了使用Map封装json对象的特殊情况。文章还对JSON和XML进行了比较,指出了JSON的优势和缺点。 ... [详细]
  • 使用正则表达式爬取36Kr网站首页新闻的操作步骤和代码示例
    本文介绍了使用正则表达式来爬取36Kr网站首页所有新闻的操作步骤和代码示例。通过访问网站、查找关键词、编写代码等步骤,可以获取到网站首页的新闻数据。代码示例使用Python编写,并使用正则表达式来提取所需的数据。详细的操作步骤和代码示例可以参考本文内容。 ... [详细]
  • 本文介绍了前端人员必须知道的三个问题,即前端都做哪些事、前端都需要哪些技术,以及前端的发展阶段。初级阶段包括HTML、CSS、JavaScript和jQuery的基础知识。进阶阶段涵盖了面向对象编程、响应式设计、Ajax、HTML5等新兴技术。高级阶段包括架构基础、模块化开发、预编译和前沿规范等内容。此外,还介绍了一些后端服务,如Node.js。 ... [详细]
  • 在Android中解析Gson解析json数据是很方便快捷的,可以直接将json数据解析成java对象或者集合。使用Gson解析json成对象时,默认将json里对应字段的值解析到java对象里对应字段的属性里面。然而,当我们自己定义的java对象里的属性名与json里的字段名不一样时,我们可以使用@SerializedName注解来将对象里的属性跟json里字段对应值匹配起来。本文介绍了使用@SerializedName注解解析json数据的方法,并给出了具体的使用示例。 ... [详细]
  • uniapp开发H5解决跨域问题的两种代理方法
    本文介绍了uniapp开发H5解决跨域问题的两种代理方法,分别是在manifest.json文件和vue.config.js文件中设置代理。通过设置代理根域名和配置路径别名,可以实现H5页面的跨域访问。同时还介绍了如何开启内网穿透,让外网的人可以访问到本地调试的H5页面。 ... [详细]
  • 本文介绍了如何使用jQuery和AJAX来实现动态更新两个div的方法。通过调用PHP文件并返回JSON字符串,可以将不同的文本分别插入到两个div中,从而实现页面的动态更新。 ... [详细]
  • SpringBoot整合SpringSecurity+JWT实现单点登录
    SpringBoot整合SpringSecurity+JWT实现单点登录,Go语言社区,Golang程序员人脉社 ... [详细]
  • Node.js学习笔记(一)package.json及cnpm
    本文介绍了Node.js中包的概念,以及如何使用包来统一管理具有相互依赖关系的模块。同时还介绍了NPM(Node Package Manager)的基本介绍和使用方法,以及如何通过NPM下载第三方模块。 ... [详细]
  • express工程中的json调用方法
    本文介绍了在express工程中如何调用json数据,包括建立app.js文件、创建数据接口以及获取全部数据和typeid为1的数据的方法。 ... [详细]
  • 知识图谱表示概念:知识图谱是由一些相互连接的实体和他们的属性构成的。换句话说,知识图谱是由一条条知识组成,每条知识表示为一个SPO三元组(Subject-Predicate-Obj ... [详细]
  • 程度|也就是_论文精读:Neural Architecture Search without Training
    篇首语:本文由编程笔记#小编为大家整理,主要介绍了论文精读:NeuralArchitectureSearchwithoutTraining相关的知识,希望对你有一定的参考价值。 ... [详细]
  • TableAPI报一下异常:FieldtypesofqueryresultandregisteredTableSink
    报错信息如下:Exceptioninthread“main”org.apache.flink.table.api.ValidationException:Fieldtypesofq ... [详细]
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社区 版权所有