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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-02-13 11:40:06 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-02-13 11:40:06 +0300
commitda80a46b2a56ee972b7667844617044d12eb56b3 (patch)
treeff5ba3dd5a6f8f11f07e6962cf7de57548b66637 /man
parente003c358f30ce1ecfbbe8c68367412d5475f4a94 (diff)
.D........ [ZBXNEXT-1561] updated zabbix_sender man pages
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_sender.man19
1 files changed, 18 insertions, 1 deletions
diff --git a/man/zabbix_sender.man b/man/zabbix_sender.man
index a0ccc585da0..3c433a79c69 100644
--- a/man/zabbix_sender.man
+++ b/man/zabbix_sender.man
@@ -33,7 +33,7 @@
.
. hy \\n(HY
..
-.TH ZABBIX_SENDER 1 "2019\-07\-10" Zabbix
+.TH ZABBIX_SENDER 1 "2020\-02\-11" Zabbix
.if n .ad l
.SH NAME
zabbix_sender \- Zabbix sender utility
@@ -64,6 +64,7 @@ zabbix_sender \- Zabbix sender utility
.RB [ \-s
.IR host ]
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input\-file
@@ -98,6 +99,7 @@ zabbix_sender \- Zabbix sender utility
.RB [ \-s
.IR host ]
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input-file
@@ -156,6 +158,7 @@ zabbix_sender \- Zabbix sender utility
.B \-\-tls\-key\-file
.I key\-file
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input\-file
@@ -218,6 +221,7 @@ zabbix_sender \- Zabbix sender utility
.B \-\-tls\-key\-file
.I key\-file
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input\-file
@@ -260,6 +264,7 @@ zabbix_sender \- Zabbix sender utility
.B \-\-tls\-psk\-file
.I PSK\-file
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input\-file
@@ -306,6 +311,7 @@ zabbix_sender \- Zabbix sender utility
.B \-\-tls\-psk\-file
.I PSK\-file
.RB [ \-T ]
+.RB [ \-N ]
.RB [ \-r ]
.B \-i
.I input\-file
@@ -401,6 +407,17 @@ For more details please see option \fB\-\-input\-file\fR.
If a timestamped value is sent for a host that is in a “no data” maintenance type then this value will be dropped; however, it is possible to send a timestamped value in for an expired maintenance period and it will be accepted.
+.IP "\fB\-N\fR, \fB\-\-with\-ns\fR"
+This option can be only used with \fB\-\-with\-timestamps\fR option.
+
+Each line of the input file must contain 5 whitespace delimited entries: \fB<hostname> <key> <timestamp> <ns> <value>\fR.
+
+An example of a line of the input file:
+
+\fB "Linux DB3" db.connections 1429533600 7402561 43\fR
+
+For more details please see option \fB\-\-input\-file\fR.
+
.IP "\fB\-r\fR, \fB\-\-real\-time\fR"
Send values one by one as soon as they are received.
This can be used when reading from standard input.