Ad Widget

Collapse

Webcheck scenario step number in trigger message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arr1val
    Junior Member
    • Nov 2023
    • 6

    #1

    Webcheck scenario step number in trigger message

    Greetings.
    I have easy webscenario with multiple steps that check subdomains for code 200 and some required strings on page.

    Trigger expression:
    Code:
    length(last(/example.com/web.test.error[WWW2check]))>0 and last(/example/web.test.fail[WWW2check])<>0
    Trigger name:
    Code:
    {HOST.NAME} - failed: {ITEM.VALUE}
    Also read https://support.zabbix.com/browse/ZBXNEXT-209 that STEP name unavailable.
    Now i have:
    Problem: example.com - failed: response code "502" did not match any of the required status codes "200"
    Will be more usefull:
    Problem: example.com - failed at step #: response code "502" did not match any of the required status codes "200"
    Please advise how to do this.
    Last edited by arr1val; 20-01-2024, 03:34.
Working...