Hello Community,
I am playing with the Browser item that comes with Zabbix 7.0+. It looks great but it is a steep learning curve largely due to the volume of assumed knowledge and missing key information. I also find that related information is scattered throughout the documentation without being cross-referenced.
I need to test a multiple-step web scenario which includes login, clicking buttons, returning multiple screenshots, performance data for each step, and so on.
At the moment I need to test my custom Java script and for that I use zabbix_js. It is great when I have no more than a single parameter. But...
...But how do I pass multiple parameters?
Unfortunately the documentation doesn't go beyond a basic description of the available switches - see https://www.zabbix.com/documentation...ages/zabbix_js.
Specifically, I'd like to know, if I have, say, a URL to monitor, a username and a password to log in with, and a screen resolution for the screenshots, how do I pass all these in one command line using the -p option, or via the -i input-file option?
Thank you.
I am playing with the Browser item that comes with Zabbix 7.0+. It looks great but it is a steep learning curve largely due to the volume of assumed knowledge and missing key information. I also find that related information is scattered throughout the documentation without being cross-referenced.
I need to test a multiple-step web scenario which includes login, clicking buttons, returning multiple screenshots, performance data for each step, and so on.
At the moment I need to test my custom Java script and for that I use zabbix_js. It is great when I have no more than a single parameter. But...
...But how do I pass multiple parameters?
Unfortunately the documentation doesn't go beyond a basic description of the available switches - see https://www.zabbix.com/documentation...ages/zabbix_js.
Specifically, I'd like to know, if I have, say, a URL to monitor, a username and a password to log in with, and a screen resolution for the screenshots, how do I pass all these in one command line using the -p option, or via the -i input-file option?
Thank you.
Comment