这是原厂英文文档的翻译页面. 欢迎帮助我们 完善文档.

9 Zabbix 7.0.4 新功能

安装要求

需要 libevent 2.0.10

libevent 的最低要求版本已提高至 2.0.10。

宏函数

添加了新的宏函数:

函数 说明
regrepl 替换宏值中的字符或子字符串
tr 音译宏值中的字符
btoa 将宏值编码为 Base64 格式
htmlencode,htmldecode 将宏值编码/解码为 HTML 编码格式
urlencode,urldecode 将宏值编码/解码为 URL 编码格式
uppercase,lowercase 将文本转换为大写、小写

有关更多信息,请参阅宏函数

监控项

SNMP 批量监控项的重试

已为 SNMP 批量监控项添加重试,以避免在其中一个数据包丢失时失败。

带有“get”和“walk”的 SNMP 监控项的超时设置为整个会话。如果达到超时,则将重试一次,超时将被重置,并且将重新发送最后一个请求,以便在单个数据包丢失或到达太晚时从最后一个请求继续会话。

Frame selection in browser items

Browser items now support a new method browser.switchFrame() for switching to a specific frame specified in the method parameters.

Web 场景

Web 场景变量增强

web 场景 中的变量已通过添加以下内容得到增强:

  • 支持宏函数,例如 {newVar}={{myVar}.btoa()}
  • 支持 JSONPath,例如 {url}=jsonpath:$.host_url
  • 支持 XML Xpath,例如 {status}=xmlxpath://host/response/status

数据库

TimescaleDB 2.16 支持

TimescaleDB 的支持版本现在最高为 2.16.X。

MariaDB 11.5 支持

MariaDB 的支持版本现在最高为 11.5.X。

通知

Webhook 集成

现在有新的集成可用,允许使用 Zabbix webhook 媒体类型将 Zabbix 与 MS Teams 工作流功能 集成。

模板

有关新模板和对现有模板的更改,请参阅 模板变更

前端

脚本中的 TAB 键

在模式 JavaScript 编辑器中按 TAB 键现在会插入一个制表符(相当于 4 个空格),而不是将焦点转移到另一个元素。 这适用于 浏览器监控项脚本监控项WebhooksJavaScript 预处理步骤 中的 Script 参数。

Quick access to host or template configuration

In Data collection → Hosts and Data collection → Templates subsections (such as Items or Discovery rules), you can now click on the host or template name to open their configuration form.

Additionally, the item menu now includes the Host or Template option, allowing you to quickly access and configure the host or template that the item belongs to.

Filter audit log by IP

The IP option has been added to the audit log filter. You may now filter the audit log by the IP from which activity was initiated.

Additionally, IPs in the list are now clickable. Clicking on the hyperlink will filter records by the respective IP.

Actions numbered where media type/script is used

The actions where a media type/script is used are now preceded by a number indicating the total number of such actions. See Media types/Scripts.

Encryption

TLS cipher options in Zabbix agent 2

TLS cipher options have been added to Zabbix agent 2 and Windows agent 2 configuration.

Option Zabbix agent 2 Windows agent 2
TLSCipherCert yes -
TLSCipherCert13 yes yes
TLSCipherPSK yes -
TLSCipherPSK13 yes yes
TLSCipherAll yes -
TLSCipherAll13 yes yes