Zabbix web场景调试

Zabbix web scenario debug

为了找出网络场景中的问题,我需要在某些步骤中检查变量(宏)的值。我希望在 Web 界面中查看...

目前只能从系统访问日志,但有一个丑陋的解决方法来查看变量:

  1. 向不存在的 URL 添加步骤,路径中有变量,例如:

    https://{HOST.DNS}/{some_variable}/{some_other_variable}

  2. 服务器可能return错误页面,但您可以按预期设置Required status codes

  3. Required string 设置为错误页面上不存在的内容,例如 "not existing string"
  4. 然后在web场景的详细信息中可以看到状态:

Error: required pattern "not existing string" was not found on https://some.dns/some_variable_value/some_other_variable_value