Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2020-01-17 17:55:11 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-01-17 17:55:39 +0300
commit800f386d076fd1ce33b58f047556264e40d361aa (patch)
tree8625e47e98ad0ac978559432514a1c5a30ece459 /man
parent195c7bfa1f0778a7ac9f80a9450d12a11cc1205f (diff)
.......... [ZBXNEXT-5671] added zabbix_js man page
* commit 'b12ea1ec3b7f2696f7009bd509f66e5ae63e8daa': .......... [ZBXNEXT-5671] fixed server man file .......... [ZBXNEXT-5671] fixed man page categories .......... [ZBXNEXT-5671] fixed man page number .......... [ZBXNEXT-5671] added references to zabbix_agent2, zabbix_js to other man pages .......... [ZBXNEXT-5671] added zabbix_js man page (cherry picked from commit a1f57b7a9035685065f47a57fb7679ed15b96724)
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_agent2.man9
-rw-r--r--man/zabbix_agentd.man8
-rw-r--r--man/zabbix_get.man6
-rw-r--r--man/zabbix_js.man91
-rw-r--r--man/zabbix_proxy.man8
-rw-r--r--man/zabbix_sender.man6
-rw-r--r--man/zabbix_server.man6
7 files changed, 118 insertions, 16 deletions
diff --git a/man/zabbix_agent2.man b/man/zabbix_agent2.man
index 9cafa6ff15b..31337ee197f 100644
--- a/man/zabbix_agent2.man
+++ b/man/zabbix_agent2.man
@@ -151,10 +151,11 @@ Default location of Zabbix agent 2 configuration file (if not modified during co
Documentation
.UE
.PP
-.BR zabbix_agent (8),
-.BR zabbix_get (8),
+.BR zabbix_agentd (8),
+.BR zabbix_get (1),
.BR zabbix_proxy (8),
-.BR zabbix_sender (8),
-.BR zabbix_server (8)
+.BR zabbix_sender (1),
+.BR zabbix_server (8),
+.BR zabbix_js (1)
.SH AUTHOR
Zabbix LLC
diff --git a/man/zabbix_agentd.man b/man/zabbix_agentd.man
index f30f27fc68d..58ddc7814c8 100644
--- a/man/zabbix_agentd.man
+++ b/man/zabbix_agentd.man
@@ -157,9 +157,11 @@ Default location of Zabbix agent configuration file (if not modified during comp
Documentation
.UE
.PP
-.BR zabbix_get (8),
+.BR zabbix_get (1),
.BR zabbix_proxy (8),
-.BR zabbix_sender (8),
-.BR zabbix_server (8)
+.BR zabbix_sender (1),
+.BR zabbix_server (8),
+.BR zabbix_js (1),
+.BR zabbix_agent2 (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>
diff --git a/man/zabbix_get.man b/man/zabbix_get.man
index 959300087ef..248f5ab2cb6 100644
--- a/man/zabbix_get.man
+++ b/man/zabbix_get.man
@@ -149,7 +149,9 @@ Documentation
.PP
.BR zabbix_agentd (8),
.BR zabbix_proxy (8),
-.BR zabbix_sender (8),
-.BR zabbix_server (8)
+.BR zabbix_sender (1),
+.BR zabbix_server (8),
+.BR zabbix_js (1),
+.BR zabbix_agent2 (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>
diff --git a/man/zabbix_js.man b/man/zabbix_js.man
new file mode 100644
index 00000000000..5f2deacfacf
--- /dev/null
+++ b/man/zabbix_js.man
@@ -0,0 +1,91 @@
+.\" Start URL macro. Copied from an-ext.tmac for portability
+.de UR
+. ds m1 \\$1\"
+. nh
+. if \\n(mH \{\
+. \" Start diversion in a new environment.
+. do ev URL-div
+. do di URL-div
+. \}
+..
+.\" End URL macro. Copied from an-ext.tmac for portability
+.de UE
+. ie \\n(mH \{\
+. br
+. di
+. ev
+.
+. \" Has there been one or more input lines for the link text?
+. ie \\n(dn \{\
+. do HTML-NS "<a href=""\\*(m1"">"
+. \" Yes, strip off final newline of diversion and emit it.
+. do chop URL-div
+. do URL-div
+\c
+. do HTML-NS </a>
+. \}
+. el \
+. do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>"
+\&\\$*\"
+. \}
+. el \
+\\*(la\\*(m1\\*(ra\\$*\"
+.
+. hy \\n(HY
+..
+.TH ZABBIX_JS 1 "2019\-01\-29" Zabbix
+.SH NAME
+zabbix_js \- Zabbix JS utility
+.SH SYNOPSIS
+.B zabbix_js \-s
+.I script\-file
+.B \-p
+.I input\-param
+.RB [ \-l
+.IR log\-level ]
+.RB [ \-t
+.IR timeout ]
+.br
+.B zabbix_js \-s
+.I script\-file
+.B \-i
+.I input\-file
+.RB [ \-l
+.IR log\-level ]
+.RB [ \-t
+.IR timeout ]
+.br
+.B zabbix_js \-h
+.br
+.B zabbix_js \-V
+.SH DESCRIPTION
+.B zabbix_js
+is a command line utility that can be used for embedded script testing.
+.SH OPTIONS
+.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\-l\fR, \fB\-\-loglevel\fR \fIlog\-level\fR"
+Specify the log level.
+.IP "\fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR"
+Specify the timeout in seconds.
+.IP "\fB\-h\fR, \fB\-\-help\fR"
+Display this help and exit.
+.IP "\fB\-V\fR, \fB\-\-version\fR"
+Output version information and exit.
+.SH "EXAMPLES"
+\fBzabbix_js \-s script-file.js \-p example \fR
+.SH "SEE ALSO"
+.UR https://www.zabbix.com/manuals
+Documentation
+.UE
+.PP
+.BR zabbix_agentd (8),
+.BR zabbix_proxy (8),
+.BR zabbix_sender (1),
+.BR zabbix_server (8),
+.BR zabbix_get (1),
+.BR zabbix_agent2 (8)
diff --git a/man/zabbix_proxy.man b/man/zabbix_proxy.man
index 9a07d86db88..837bed87a7d 100644
--- a/man/zabbix_proxy.man
+++ b/man/zabbix_proxy.man
@@ -121,8 +121,10 @@ Documentation
.UE
.PP
.BR zabbix_agentd (8),
-.BR zabbix_get (8),
-.BR zabbix_sender (8),
-.BR zabbix_server (8)
+.BR zabbix_get (1),
+.BR zabbix_sender (1),
+.BR zabbix_server (8),
+.BR zabbix_js (1),
+.BR zabbix_agent2 (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>
diff --git a/man/zabbix_sender.man b/man/zabbix_sender.man
index caf17bf38c3..a0ccc585da0 100644
--- a/man/zabbix_sender.man
+++ b/man/zabbix_sender.man
@@ -506,8 +506,10 @@ Documentation
.UE
.PP
.BR zabbix_agentd (8),
-.BR zabbix_get (8),
+.BR zabbix_get (1),
.BR zabbix_proxy (8),
-.BR zabbix_server (8)
+.BR zabbix_server (8),
+.BR zabbix_js (1),
+.BR zabbix_agent2 (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>
diff --git a/man/zabbix_server.man b/man/zabbix_server.man
index 479e000a96a..8b12525f358 100644
--- a/man/zabbix_server.man
+++ b/man/zabbix_server.man
@@ -120,8 +120,10 @@ Documentation
.UE
.PP
.BR zabbix_agentd (8),
-.BR zabbix_get (8),
+.BR zabbix_get (1),
.BR zabbix_proxy (8),
-.BR zabbix_sender (8)
+.BR zabbix_sender (1),
+.BR zabbix_js (1),
+.BR zabbix_agent2 (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>