Hi everyone
I'm super new on zabbix, I'm reading the documentation and doing some courses, but I'm stucked in this problem:
I have to monitore some hosts applications and I was using web scenarios, because is agentless and I have just to know their status code response. The http methods of then is GET and POST. I've made this, but the problem is that some of this applications need to change their values. For example, I call this url: http://my.host.adress?token=XXXXXXXXX=&filter={"Type":"Y" } for my first host on web scenarios. Then, I parse the values on "Query fields", so the values are: token and filter. The value for "token" changes all the time, based on my GET application "token" (this application generates the tokens for the others). What I want is to find a way to parse this random values for tokens. Is this possible?
Thanks!!
I'm super new on zabbix, I'm reading the documentation and doing some courses, but I'm stucked in this problem:
I have to monitore some hosts applications and I was using web scenarios, because is agentless and I have just to know their status code response. The http methods of then is GET and POST. I've made this, but the problem is that some of this applications need to change their values. For example, I call this url: http://my.host.adress?token=XXXXXXXXX=&filter={"Type":"Y" } for my first host on web scenarios. Then, I parse the values on "Query fields", so the values are: token and filter. The value for "token" changes all the time, based on my GET application "token" (this application generates the tokens for the others). What I want is to find a way to parse this random values for tokens. Is this possible?
Thanks!!