Hi all,
I've got a Zabbix Server 3.4 with a Web Scenario setup. The Web scenario looks like:
That works fine and I have created a trigger like:
however, I also need another trigger for the Required string. If the required string returns anything but ("APIcheckTest1" status="up"), then triggers an alert.
Already tried this thread but it does not work for me.
Any tips?
Thanks in advance!
I've got a Zabbix Server 3.4 with a Web Scenario setup. The Web scenario looks like:
Code:
Headers: Content-Type => text/xml Required string => "APIcheckTest1" status="up" Required status codes => 200 URL: https://api.example.com/Ping/1.1
Code:
{webserver.example.com:web.test.rspcode[API_example.com,API - APIcheckTest1].[B]min([/B]5m[B])[/B]}<>200
Already tried this thread but it does not work for me.
Any tips?
Thanks in advance!

Comment