Source
64
64
.SH OPTIONS
65
65
.IP "\fB\-s\fR, \fB\-\-script\fR \fIscript\-file\fR"
66
66
Specify the file name of the script to execute. If '-' is specified as file name, the script will be read from stdin.
67
67
.IP "\fB\-p\fR, \fB\-\-param\fR \fIinput\-param\fR"
68
68
Specify the input parameter.
69
69
.IP "\fB\-i\fR, \fB\-\-input\fR \fIinput\-file\fR"
70
70
Specify the file name of the input parameter. If '-' is specified as file name, the input will be read from stdin.
71
71
.IP "\fB\-l\fR, \fB\-\-loglevel\fR \fIlog\-level\fR"
72
72
Specify the log level.
73
73
.IP "\fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR"
74
-
Specify the timeout in seconds.
74
+
Specify the timeout in seconds. Valid range: 1\-60 seconds (default: 10)
75
75
.IP "\fB\-h\fR, \fB\-\-help\fR"
76
76
Display this help and exit.
77
77
.IP "\fB\-V\fR, \fB\-\-version\fR"
78
78
Output version information and exit.
79
79
.SH "EXAMPLES"
80
80
\fBzabbix_js \-s script-file.js \-p example \fR
81
81
.SH "SEE ALSO"
82
82
.UR https://www.zabbix.com/manuals
83
83
Documentation
84
84
.UE