I'm using Zabbix 2.2 (appliance for now), and am trying to get a web scenario step to work. I'm hitting an Atlassian Stash status page, which returns a JSON snippet with the service status, like this:
{"state":"RUNNING"}
The scenario step is very simple. I have the URL in there, the above snippet for the String parameter, and 200 for the code. I'm seeing this in the zabbix log:
cannot process step "Get Status" of web scenario "Stash Web Check" on host "srred1stash01": required pattern not found
I've tried various subsets of the whole string, but none of them work.
Is there a way to get the output of the web request to see what is going on?
{"state":"RUNNING"}
The scenario step is very simple. I have the URL in there, the above snippet for the String parameter, and 200 for the code. I'm seeing this in the zabbix log:
cannot process step "Get Status" of web scenario "Stash Web Check" on host "srred1stash01": required pattern not found
I've tried various subsets of the whole string, but none of them work.
Is there a way to get the output of the web request to see what is going on?
Comment