[ZBX-4078] Zabbix 1.8 Manual: 9.3 WEB Scenario: Example trigger expression closing curly in wrong place Created: 2011 Aug 29  Updated: 2017 May 30  Resolved: 2011 Aug 29

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Documentation (D)
Affects Version/s: 1.8.6
Fix Version/s: None

Type: Incident report Priority: Trivial
Reporter: Lennart Goedhart Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Web Manual



 Description   

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



 Comments   
Comment by richlv [ 2011 Aug 29 ]

thanks, fixed

Generated at Sun Mar 16 02:11:15 EET 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.