Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-4078

Zabbix 1.8 Manual: 9.3 WEB Scenario: Example trigger expression closing curly in wrong place

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • None
    • 1.8.6
    • Documentation (D)
    • None
    • Web Manual

      On the web manual (http://www.zabbix.com/documentation/1.8/manual/web_monitoring/web_scenario), Section 9.3 WEB Scenario has the following text.
      -----------------------------------
      Example 1

      Trigger "WEB scenario failed"

      The trigger expression can be defined as:

      {host: web.test.fail[Scenario]}

      .last(0)#0

      Do not forget to replace the Scenario with real name of your scenario.
      Example 2

      Trigger "WEB application is slow"

      The trigger expression can be defined as:

      {host: web.test.in[Scenario,,bps]}

      .last(0)<10000

      Do not forget to replace the Scenario with real name of your scenario.
      -----------------------------------
      The expressions should be:

      {host: web.test.fail[Scenario].last(0)}

      #0

      {host: web.test.in[Scenario,,bps].last(0)}

      <10000

      At least, when I configured my server, it would not accept the existing examples, and the corrected examples are working fine

            Unassigned Unassigned
            pazaan Lennart Goedhart
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: