I have a web application that I am trying to monitor with Zabbix using Web scenario. This application requires users to log in and creates an HTTP session. After a user is logged in there is a JSON string that is sent back to the client with some unique ID that have to be used in later requests in the HTTP session.
My question is in Zabbix is there a way to parse the return data from the server and store certain values in a variable that I can call in a later step? I am able to accomplish this with JMeter using a "Regular Expression Extractor" step but can not figure out how to do this in Zabbix.
My question is in Zabbix is there a way to parse the return data from the server and store certain values in a variable that I can call in a later step? I am able to accomplish this with JMeter using a "Regular Expression Extractor" step but can not figure out how to do this in Zabbix.