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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-08-09 12:53:10 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-08-09 12:56:38 +0300
commitcb7c484fe536dc945bed5369a878ad37aa618f0e (patch)
tree2978b9ab7cf8f9cfe34b64012cb8cf30d3ab7233 /man
parent9476044e59206cdfca3610df783f8b883d084494 (diff)
.D........ [ZBX-16184] updated Zabbix sender man page
* commit '153fc434ef2139454d6edefa1e2b65515f87f6be': .D........ [ZBX-16400] added ChangeLog entry .D........ [ZBX-16184] fixed punctuation .D........ [ZBX-16184] fixed grammar .D........ [ZBX-16184] added missing information about timestamped value is sent for a host that is in a “no data” maintenance .D........ [ZBX-16184] updated zabbix_sender man page to better describe functionality added in ZBXNEXT-4967 (cherry picked from commit 2dd1a3ca9dd07a2406f7e6c3e745e9914dec849c) (cherry picked from commit 7964172027a34f4c996ba636faf78ab93f6f1f37)
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_sender.man11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/zabbix_sender.man b/man/zabbix_sender.man
index 5c8eeb52be4..caf17bf38c3 100644
--- a/man/zabbix_sender.man
+++ b/man/zabbix_sender.man
@@ -33,7 +33,7 @@
.
. hy \\n(HY
..
-.TH ZABBIX_SENDER 1 "2019\-01\-29" Zabbix
+.TH ZABBIX_SENDER 1 "2019\-07\-10" Zabbix
.if n .ad l
.SH NAME
zabbix_sender \- Zabbix sender utility
@@ -327,15 +327,16 @@ By default
does not read any configuration file.
Only parameters \fBHostname\fR, \fBServerActive\fR, \fBSourceIP\fR, \fBTLSConnect\fR, \fBTLSCAFile\fR, \fBTLSCRLFile\fR,
\fBTLSServerCertIssuer\fR, \fBTLSServerCertSubject\fR, \fBTLSCertFile\fR, \fBTLSKeyFile\fR, \fBTLSPSKIdentity\fR and \fBTLSPSKFile\fR are supported.
-First entry from the \fBServerActive\fR parameter is used.
+All addresses defined in the agent \fBServerActive\fR configuration parameter are used for sending data.
+If sending of batch data fails to one address, the following batches are not sent to this address.
.IP "\fB\-z\fR, \fB\-\-zabbix\-server\fR \fIserver\fR"
Hostname or IP address of Zabbix server.
If a host is monitored by a proxy, proxy hostname or IP address should be used instead.
-When used together with \fB\-\-config\fR, overrides the first entry of \fBServerActive\fR parameter specified in agentd configuration file.
+When used together with \fB\-\-config\fR, overrides the entries of \fBServerActive\fR parameter specified in agentd configuration file.
.IP "\fB\-p\fR, \fB\-\-port\fR \fIport\fR"
Specify port number of Zabbix server trapper running on the server.
Default is 10051.
-When used together with \fB\-\-config\fR, overrides the port of first entry of \fBServerActive\fR parameter specified in agentd configuration file.
+When used together with \fB\-\-config\fR, overrides the port entries of \fBServerActive\fR parameter specified in agentd configuration file.
.IP "\fB\-I\fR, \fB\-\-source\-address\fR \fIIP\-address\fR"
Specify source IP address.
When used together with \fB\-\-config\fR, overrides \fBSourceIP\fR parameter specified in agentd configuration file.
@@ -398,6 +399,8 @@ An example of a line of the input file:
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\-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.