.\" Start URL macro. Copied from an-ext.tmac for portability
. \" Start diversion in a new environment.
.\" End URL macro. Copied from an-ext.tmac for portability
. \" Has there been one or more input lines for the link text?
. do HTML-NS "<a href=""\\*(m1"">"
. \" Yes, strip off final newline of diversion and emit it.
. do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>"
.TH ZABBIX_JS 1 "2022\-01\-06" Zabbix
zabbix_js \- Zabbix JS utility
is a command line utility that can be used for embedded script testing.
.IP "\fB\-s\fR, \fB\-\-script\fR \fIscript\-file\fR"
Specify the file name of the script to execute. If '-' is specified as file name, the script will be read from stdin.
.IP "\fB\-p\fR, \fB\-\-param\fR \fIinput\-param\fR"
Specify the input parameter.
.IP "\fB\-i\fR, \fB\-\-input\fR \fIinput\-file\fR"
Specify the file name of the input parameter. If '-' is specified as file name, the input will be read from stdin.
.IP "\fB\-w\fR, \fB\-\-webdriver\fR \fIurl\fR"
Specify the webdriver URL.
.IP "\fB\-l\fR, \fB\-\-loglevel\fR \fIlog\-level\fR"
.IP "\fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR"
Specify the timeout in seconds. Valid range: 1\-60 seconds (default: 10)
.IP "\fB\-h\fR, \fB\-\-help\fR"
Display this help and exit.
.IP "\fB\-V\fR, \fB\-\-version\fR"
Output version information and exit.
\fBzabbix_js \-s script-file.js \-p example \fR
.UR https://www.zabbix.com/manuals