Zabbix 7.0 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1862 12 数据库错误处理 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 在过渡到多线程架构的过程中,进行了以下一些更改: • 添加了一个新的配置参数:--with-stacksize。该参数允许覆盖系统使用的默认线程堆栈大小(以 kb 为单位)。 9 • 用户宏解析已从预处理管理器移至预处理工作进程。 在运行时检测 cURL 库特性 以前,Zabbix server、proxy 或 agent 在构建时会检测 cURL 库的特性。如果 cURL 的特性得到了升级,为了使用这些特性,需要重新编 2)在主动检查中都支持灵活/调度间隔。 网络发现的并发性 之前,每个网络发现规则都由一个发现进程处理。因此,规则内的所有服务检查只能按顺序执行。 在新版本中,网络发现进程已重新设计,以允许服务检查之间的并发性。已添加一个新的发现管理器进程,以及可配置数量的发现工作进 程(或线程)。 发现管理器处理发现规则,并为每个规则创建一个包含任务(服务检查)的发现作业。服务检查由发现工作进程接收并执行。只有那些具0 码力 | 1951 页 | 33.43 MB | 1 年前3
Zabbix 6.0 Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1721 12 数据库错误处理 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Prometheus 指标的批量处理 在预处理队列中引入了依赖监控项的批量处理,以提高检索 Prometheus 指标的性能。 有关详细信息,请参阅Prometheus 检查 for more details。 Prometheus 模式的结果处理 预处理中的 Prometheus 模式步骤会产生匹配多行的结果。为了处理这种情况,Prometheus 模式预处理步骤中添加了一个新的结果处 理参数 监控项配置表单会自动建议匹配的信息类型,如果选定的监控项键值仅返回特定类型的数据(例如,log[] 监控行需要信息类型:Log)。 信息类型 * 参数现在位于监控项选项卡上的键值参数下,如果指定了至少一个预处理步骤,则在预处理选项卡上重复。如果 Zabbix 检测 到所选信息类型和密钥可能不匹配,则会在 信息类型字段旁边显示一个警告图标。 新的和更新的监控项 Zabbix agent/agent 2 中添加了几个新监控项:0 码力 | 1741 页 | 22.78 MB | 1 年前3
Zabbix 5.0 Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 508 14 数据库错误处理 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . elasticsearch.map。 27创建映射是强制性的。如果未按照要求创建映射,则某些功能将无法正常使用。::: 创建 text 类型的映射,可以发送如下请求到 Elasticsearch: curl -X PUT \ http://your-elasticsearch.here:9200/text \ -H 'content-type:application/json' 要执行类似的请求。 Note: 要使用 Elasticsearch,请参考安装条件页面 以获取更多信息。 Note: Housekeeper 不会删除任何 Elasticsearch 中的数据。 在多个基于日期的索引中存储历史数据 本节将介绍使用 pipelines 和 ingest 节点所需的其他配置步骤。 首先,您必须为索引创建一个模板。 创建 uint 模板的请求示例如下: curl 0 码力 | 2715 页 | 28.60 MB | 1 年前3
Zabbix 4.0 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 297 14 数据库错误处理 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . functionality will be broken if mapping is not created according to the instruction. 创建 text 类型的映射可以发送如下请求到 Elasticsearch:To create mapping for text type send the following request to Elastic- search: curl "standard" } }, "index" : false, "type" : "text" } } } } }' 对于创建 “字符” 和 “日志” 类型的历史数据映射,需要执行类似的请求,请求内容需要进行相应的修改。Similar request is required to be executed for Character and Log history values mapping0 码力 | 1992 页 | 17.90 MB | 1 年前3
Zabbix 4.2 中文手册functionality will be broken if mapping is not created according to the instruction. 创建 text 类型的映射可以发送如下请求到 Elasticsearch:To create mapping for text type send the following request to Elastic- search: curl "standard" } }, "index" : false, "type" : "text" } } } } }' 12 对于创建 “字符” 和 “日志” 类型的历史数据映射,需要执行类似的请求,请求内容需要进行相应的修改。Similar request is required to be executed for Character and Log history values mapping describes additional steps required to work with pipelines and ingest nodes. 首先必须为索引创建一个模板。创建 uint 模板的请求示例如下:To begin with, you must create templates for indices. The following example shows a request for0 码力 | 1869 页 | 13.68 MB | 1 年前3
Zabbix 4.4 中文手册functionality will be broken if mapping is not created according to the instruction. 创建 text 类型的映射可以发送如下请求到 Elasticsearch:To create mapping for text type send the following request to Elastic- search: curl "standard" } }, "index" : false, "type" : "text" } } } } }' 12 对于创建 “字符” 和 “日志” 类型的历史数据映射,需要执行类似的请求,请求内容需要进行相应的修改。Similar request is required to be executed for Character and Log history values mapping describes additional steps required to work with pipelines and ingest nodes. 首先必须为索引创建一个模板。创建 uint 模板的请求示例如下:To begin with, you must create templates for indices. The following example shows a request for0 码力 | 1850 页 | 13.52 MB | 1 年前3
Zabbix 5.2 Manualfunctionality will be broken if mapping is not created according to the instruction. 创建 text 类型的映射可以发送如下请求到 Elasticsearch:To create mapping for text type send the following request to Elastic- search: curl "standard" } }, "index" : false, "type" : "text" } } } } }' 12 对于创建 “字符” 和 “日志” 类型的历史数据映射,需要执行类似的请求,请求内容需要进行相应的修改。Similar request is required to be executed for Character and Log history values mapping describes additional steps required to work with pipelines and ingest nodes. 首先必须为索引创建一个模板。创建 uint 模板的请求示例如下:To begin with, you must create templates for indices. The following example shows a request for0 码力 | 1725 页 | 11.53 MB | 1 年前3
Zabbix 3.4 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 146 12 数据库错误处理 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . datadir). Fping6Location no /usr/sbin/fping6 fping6 路径. 确保 fping6 的宿主是 root 用 户,并且设置了 SUID。 如果使用 fping6 可以处理 ipv6 地址,就置空 (”Fping6Location=”) 。 FpingLocation no /usr/sbin/fping Location of fping. 确保 fping 的宿主是 备注当使用主动 proxy 时,可 以访问 Zabbix 服务器 trapper 端口的进程能得到那些 (敏感 的)proxy 配置数据。这是可能 的,因为任何人都可能假装是 一个主动 proxy,并请求配置数 据; 身份验证此时没有起作用。 ProxyOfflineBuffer no 1-720 1 如果没有与 Zabbix 服务器的连 接,proxy 将保持 N 小时的数 据。 旧数据将会丢失。0 码力 | 1757 页 | 12.63 MB | 1 年前3
Zabbix 5.4 中文手册functionality will be broken if mapping is not created according to the instruction. 创建 text 类型的映射可以发送如下请求到 Elasticsearch:To create mapping for text type send the following request to Elastic- search: curl "standard" } }, "index" : false, "type" : "text" } } } } }' 对于创建 “字符” 和 “日志” 类型的历史数据映射,需要执行类似的请求,请求内容需要进行相应的修改。Similar request is required to be executed for Character and Log history values mapping describes additional steps required to work with pipelines and ingest nodes. 首先必须为索引创建一个模板。创建 uint 模板的请求示例如下:To begin with, you must create templates for indices. The following example shows a request for0 码力 | 2339 页 | 19.57 MB | 1 年前3
主从监控项经验分享Dependent Items Zabbix的一个使用场景 主从监控项 将Zabbix的一次数据采集获取到的多个值,分别赋值给各个从属监控项 (相关项目)监控项 DEPENDENT ITEM 数据预处理 PREPROCESSING 第一步: 第二步: 2步操作 2个Zabbix的功能 主监控项准备 Dependent Items 创建一个自定义监控项: 修改配置agent配置文件:/h 功能:在入库前,对接收到的数据,按照配置的规则做转换处理后入库。 第二步:数据预处理 https://www.zabbix.com/documentation/current/manual/config/items/preprocessing/preprocessing_details?s[]=prepr ocessing 获取监控数据 数据预处理 存入数据库 官方文档地址: 主从监控项 Dependent PropertiesàPreprocessing àPreprocessing steps àDone 监控项配置页面 à数据预处理 à 配置对应的预处理方式 à配置结束 主从监控项 Dependent Items 第二步:配置一个数据预处理 主从监控项 Dependent Items 常用的正则表达式预处理规则: Pattern:关键字(.*)关键字(.*)关键字 Output:\N 抓取上述第N个括号里面的内容0 码力 | 26 页 | 3.92 MB | 1 年前3
共 11 条
- 1
- 2













