Hello everyone.
I'm new on Zabbix, and I have to monitor lots of hosts with http requests. Firstly, I've made it using web scenarios, but it won't be the best way for me because I have to use a variable in one query field of each request. This field is my "token", and it have to change all the time, or I'll receive the "Token expired" reponse for all my http requests. To simplify: my http requests NEED to change this token variable, and I already have one of this requests that generates the token (and it works). I tried to use external scripts but it's also a bad way because I have many hosts, and external scripts can't be used a lot, as said in the zabbix documentation (I tried it anyway... bad idea) and I also tried to use one external script, that it's my token generator, and put it in "query fields" of web scenario, but it doesn't work.
Any ideas? I'm just trying to find a way to do this
Any ideas? I'm just trying to find a way to do this
Comment