Zabbix 7.0 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 6 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . {#CON_NAME} LLD 宏,其中包含容器名称; • oracle.ts.stats Zabbix agent 2 监控项具有新的 conname 参数,用于指定目标容器名称。 返回数据的 JSON 格式已更新。 如果在键参数中未指定 tablespace、type 或 conname,则返回的数据将包含一个包含容器名称的额外 JSON 级别,以区分不 同的容器。 简单检查 vmware.eventlog ha_remove_node=target 删除由其列出的编号或名称指定的高可用性 (HA) 节 点。 请注意,无法删除活动/备用节点。 target - 列表中的节点编号或名称(可以通过运行 ha_status 获得) ha_set_failover_delay=delay 设置高可用性 (HA) 故障转移延迟。 支持时间后缀,例如 10 秒,1 分钟。 proxy_config_cache_reload[=] 0 码力 | 1951 页 | 33.43 MB | 1 年前3
Zabbix 6.0 Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 性能。 使用 docker.container_info[] 检索附加信息 docker.container_info[] Zabbix agent 2 item 现在支持检索有关 Docker 容器的部分(短)或完整底层信息的选项。 用于分析的运行时命令 用于分析的运行时命令已添加到 Zabbix 服务器和 Zabbix 代理。 • ·prof_enable - 启用分析 • ·prof_disable Administration → General section, the field Attribution is now only visible when Tile provider is set to Other. 23 What’s new in Zabbix 6.0.18 Items docker.container_stats The docker.container_stats0 码力 | 1741 页 | 22.78 MB | 1 年前3
Zabbix 5.0 Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 596 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map Server/Proxy 与 MySQL 数据库一起正常工作所必需的。 shell> mysql -uroot -pmysql> create database zabbix character set utf8 collate utf8_bin; mysql> create user 'zabbix'@'localhost' identified by ' '; mysql> grant 0 码力 | 2715 页 | 28.60 MB | 1 年前3
Zabbix 3.4 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 184 5 从容器安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . keys,因为空格只是在老版本中起作用,在 3.0 版本中空格不是一个有效的标示符(或 者因为其他需要大量修改监控项 key 的) A: 可以使用数据库查询来用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map data.sql) ::: 脚本 MySQL shell> mysql -uroot -pmysql> create database zabbix character set utf8 collate utf8_bin; mysql> grant all privileges on zabbix.* to zabbix@localhost identified by ' '; 0 码力 | 1757 页 | 12.63 MB | 1 年前3
Zabbix 4.0 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 388 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map a database query to replace all occurrences of spaces in item keys with underscores: update items set key_=replace(key_,’ ’,’_’); Triggers will be able to use these items without any additional modifications0 码力 | 1992 页 | 17.90 MB | 1 年前3
Zabbix 4.4 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map a database query to replace all occurrences of spaces in item keys with underscores: update items set key_=replace(key_,’ ’,’_’); Triggers will be able to use these items without any additional modifications0 码力 | 1850 页 | 13.52 MB | 1 年前3
Zabbix 5.2 Manual. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map a database query to replace all occurrences of spaces in item keys with underscores: update items set key_=replace(key_,’ ’,’_’); Triggers will be able to use these items without any additional modifications0 码力 | 1725 页 | 11.53 MB | 1 年前3
Zabbix 4.2 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 300 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map a database query to replace all occurrences of spaces in item keys with underscores: update items set key_=replace(key_,’ ’,’_’); Triggers will be able to use these items without any additional modifications0 码力 | 1869 页 | 13.68 MB | 1 年前3
Zabbix 5.4 中文手册. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 5 从容器中安装 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 中,空格不是一个有效 的标示符(或者因为其它需要大量修改监控项 key 的场景),应该如何做以及有哪些注意事项? A: 可以使用数据库更新语句用下划线替换所有出现的空格: update items set key_=replace(key_,’ ’,’_’); 触发器可以使用这些监控项而不需要额外的改动,但是需要修改以下位置的监控项引用: * Notifications (actions) * Map a database query to replace all occurrences of spaces in item keys with underscores: update items set key_=replace(key_,’ ’,’_’); Triggers will be able to use these items without any additional modifications0 码力 | 2339 页 | 19.57 MB | 1 年前3
Zabbix 7.0 Manuallargest and more important sections in this manual. It contains loads of essential advice about how to set up Zabbix to monitor your environment, from setting up hosts to getting essential data to viewing default for existing installations) to ”hybrid” (recommended) or ”memory”. It is also required to set the memory buffer size (ProxyMemoryBufferSize parameter). In hybrid mode the buffer is protected from highest priority. By default, global timeouts are applied to all items; however, if proxy timeouts are set, they will override the global ones. Manual user input for scripts Manual user input for frontend0 码力 | 1949 页 | 31.91 MB | 1 年前3
共 26 条
- 1
- 2
- 3













