Zabbix 7.0 中文手册在过渡到多线程架构的过程中,进行了以下一些更改: • 添加了一个新的配置参数:--with-stacksize。该参数允许覆盖系统使用的默认线程堆栈大小(以 kb 为单位)。 9 • 用户宏解析已从预处理管理器移至预处理工作进程。 在运行时检测 cURL 库特性 以前,Zabbix server、proxy 或 agent 在构建时会检测 cURL 库的特性。如果 cURL 的特性得到了升级,为了使用这些特性,需要重新编 server,然后进行下一步。 3. 运行 postgresql/timescaledb/schema.sql 脚本(从 Zabbix 7.0.0 开始,脚本的位置和名称已从 postgresql/timescaledb.sql 更改为 postgresql/timescaledb/schema.sql)。请注意,如果没有运行此脚本而启动 Zabbix server,将记录一条警告。 另请参阅: • 恢复。现在还支持使用已解析的宏来 搜索监控项名称,这在之前是不支持的。 具有已解析宏的监控项名称存储在单独的数据库表(item_rtname)中,这是监控项表的扩展。对于监控项表中的每条记录,都会创建 相应的 item_rtname 记录(除了监控项原型、发现规则的监控项和模板监控项)。具有已解析宏的名称限制为 2048 个字符。 除了 “数据收集” 部分外,具有已解析宏的监控项名称将显示在所有前端位置。0 码力 | 1951 页 | 33.43 MB | 1 年前3
Zabbix 6.0 ManualEXPRESSION.EXPLAIN},{TRIGGER.EXPRESSION.RECOVERY.EXPLAIN} - 解析为部分评估的触发器或恢复表达式,其 中仅应用基于监控项的函数; • {FUNCTION.VALUE<1-9>}、{FUNCTION.RECOVERY.VALUE<1-9>} - 解析为事件发生时第 N 个基于监控项的函数的结果。 内部动作的宏包含监控项、LLD 规则或触发器变得不受支持的原因: 库的人,将以正确的顺序接收存储库更新。此命名更改仅适用于 RHEL 包。 14 Zabbix 6.0.9 新功能 22 表达式宏 表达式宏 现在支持 {ITEM.KEY<1-9>} 宏。 包 SQL 脚本已从 “/usr/share/doc” 目录移动到 Zabbix 包中的 “/usr/share”。 15 Zabbix 6.0.10 新功能 记住过滤器设置 在几个监控页面(问题、主机 都有安全风险。 3 创建 Zabbix 数据库 对 Zabbixserver和proxy守护进程,还有 Zabbix 前端,必须要有一个数据库。但运行 Zabbixagent不需要。 此处 SQL脚本用于创建数据库模式和插入数据集。Zabbix proxy 数据库只需要数据库模式,而 Zabbix server 数据库在数据库模式之上还 需要数据集。 创建了 Zabbix 数据库之后,执行以下步骤来编译0 码力 | 1741 页 | 22.78 MB | 1 年前3
Zabbix 5.0 ManualZabbix,请继续将数据导入数据库。对于 Zabbix 代理数据库,应仅导入 schema.sql(不是 images.sql 或 data.sql): shell> cd database/mysql shell> mysql -uzabbix -p<您 的 密 码> zabbix < schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 行 shell> mysql -uzabbix -p<您 的 密 码> zabbix < images.sql shell> mysql -uzabbix -p<您 的 密 码> zabbix < data.sql PostgreSQL 需要使用有权限的用户去创建数据库对象。以下 shell 命令将创建 zabbix 用户。在提示下请输入密码并再次确认密码。(注意,可能首 先要求输入 sudo 命令对应的用户密码): 代理数据库,应仅导入 schema.sql(不是 images.sql 或 data.sql)。 shell> cd database/postgresql shell> cat schema.sql | sudo -u zabbix psql zabbix # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 shell> cat images.sql | sudo -u zabbix0 码力 | 2715 页 | 28.60 MB | 1 年前3
Zabbix 4.4 中文手册注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate 0 码力 | 1850 页 | 13.52 MB | 1 年前3
Zabbix 4.0 中文手册注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 6对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate 0 码力 | 1992 页 | 17.90 MB | 1 年前3
Zabbix 4.2 中文手册注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate 0 码力 | 1869 页 | 13.68 MB | 1 年前3
Zabbix 5.2 Manual注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate 0 码力 | 1725 页 | 11.53 MB | 1 年前3
Zabbix 5.4 中文手册schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: schema schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate utf8_bin; 0 码力 | 2339 页 | 19.57 MB | 1 年前3
Zabbix 3.4 中文手册schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要 images.sql 和 data.sql) ::: 脚本 MySQL zabbix < schema.sql # stop here if you are creating database for Zabbix proxy shell> mysql -uzabbix -p zabbix < images.sql shell> mysql -uzabbix -p zabbix < data.sql PostgreSQL 我们 zabbix < schema.sql # stop here if you are creating database for Zabbix proxy shell> psql -U zabbix < images.sql shell> psql -U zabbix < data.sql Oracle 我们假定存在一个 zabbix 0 码力 | 1757 页 | 12.63 MB | 1 年前3
openEuler 23.09 技术白皮书• 支持数组比较优化,实现数组元素并行比较,提高执行效率。 • 支持 ARM 架构下指令优化,增强 ccmp 指令适用场景,简化指令流水。 • 支持自动反馈优化,使用 perf 收集程序运行信息并解析,完成编译阶段和二进制阶段反馈优化,提升 MySQL 数据库 等主流应用场景的性能。 特性增强 19 openEuler 23.09 技术白皮书 Kmesh 项目 随着 AI、直播等大应用 精细化可观测能力,以及 HTTP Trace 能力,便于查看异常 HTTP 请求过程。 • PGSQL访问性能可观测:性能包括吞吐量、时延、错误率等,支持基于SQL访问精细化观测能力,以及慢SQL Trace能力, 便于查看慢 SQL 的具体 SQL 语句。 • 云原生应用性能 Profiling:提供非侵入、零修改的跨栈 profiling 分析工具,并能够对接 pyroscope 业界通用 UI 首先的问题是配置复杂且不直观,一个报文最终是 ACCEPT 还是 DROP 需要把全部 chain 的规则看完才能 知道。第二个问题是 ACL 实现起来也比较复杂,特别是范围比较,掩码匹配等都需要特殊处理,命令行的解析就是一个很 麻烦的工作。基于 CTinspector 可以开发应用实例应用于 ACL 规则的配置和下发。 CTinspector 断点执行命令的特性可应用于网络连通性测试,诊断网络利用率性能指标。0 码力 | 52 页 | 5.25 MB | 1 年前3
共 104 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11













