Zabbix 6.0 Manual
网关。 Web 监控 Zabbix web 监控中增加了处理压缩内容的能力。支持 libcurl 支持的所有编码格式。 Preprocessing Prometheus 查询 Zabbix Prometheus 预处理查询语言 支持两个额外的标签匹配运算符: • != -- 选择不等于提供的字符串的标签; • !~ -- 选择与提供的字符串不匹配的标签。 14 JavaScript 方法 8 Zabbix 6.0.3 新功能 PostgreSQL 指标 Zabbix agent 2 的 PostgreSQL 插件中添加了一个新的监控项。指标 pgsql.queries 用于监控查询执行时间。 模板 新模板 OpenWeatherMap by HTTP 现在可以通过 HTTP 监控 OpenWeatherMap。有关设置说明,请参阅HTTP 模板操作。 在现有模板中进行了以下更改: agent active ,{$SERVICE.NAME.NOT_MATCHES} 宏值已更新以筛选出扩展的服务列表。 • 模板 PostgreSQL by Zabbix agent 2 现在将会检查慢查询的数量,如果数量超过阈值,则会产生问题。 您可以获得以下模板: 19 • 在新设备的 Configuration → Templates; • 如果要从以前的版本升级,可以从 Zabbix Git0 码力 | 1741 页 | 22.78 MB | 1 年前3Zabbix 7.0 中文手册
中添加了一个新的eventlog.count 监控项。该监控项根据指定的参数以整数形式返回 Windows 事件日志中的行数。 异步单 OID SNMP 请求 新增了一个get[OID] SNMP 监控项,允许异步查询单个 OID 值。 浏览器监控 zabbix7 增加了一种新的监控项类型 - 浏览器监控项,能够使用浏览器监控复杂的网站和 web 应用。浏览器监控项允许执行用户定义的 JavaScript server,然后进行下一步。 3. 运行 postgresql/timescaledb/schema.sql 脚本(从 Zabbix 7.0.0 开始,脚本的位置和名称已从 postgresql/timescaledb.sql 更改为 postgresql/timescaledb/schema.sql)。请注意,如果没有运行此脚本而启动 Zabbix server,将记录一条警告。 另请参阅: • postgresql/timescaledb/schema.sql script (since Zabbix 7.0.0, the script’s location and name has been changed from postgresql/timescaledb.sql to postgresql/timescaledb/schema.sql). Note that Zabbix server0 码力 | 1951 页 | 33.43 MB | 1 年前3Zabbix 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 年前3Zabbix 5.0 Manual
Zabbix,请继续将数据导入数据库。对于 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 年前3Zabbix 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 年前3Zabbix 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 年前3Zabbix 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 年前3Zabbix 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 年前3Zabbix 3.4 中文手册
Q: 我想用下划线替换我的监控项中所有的 keys,因为空格只是在老版本中起作用,在 3.0 版本中空格不是一个有效的标示符(或 者因为其他需要大量修改监控项 key 的) A: 可以使用数据库查询来用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: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 我们 0 码力 | 1757 页 | 12.63 MB | 1 年前3Zabbix 6.0 Manual
9 Expression macros {ITEM.KEY<1-9>} macros are now supported inside expression macros. Packages SQL scripts have been moved from the /usr/share/doc directory to /usr/share in Zabbix packages. 15 What’s implementation for Go. github.com/godbus/dbus 4.1.0 Native Go bindings for D-Bus. github.com/go-sql- driver/mysql 1.5.0 MySQL driver. github.com/godror/godror 0.20.1 Oracle DB driver. github.com/mattn/go- daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent. SQL scripts are provided for creating database schema and inserting the dataset. Zabbix proxy database0 码力 | 1681 页 | 23.19 MB | 1 年前3
共 27 条
- 1
- 2
- 3