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:
authorVladimir Levijev <vladimir.levijev@zabbix.com>2015-02-27 18:20:24 +0300
committerVladimir Levijev <vladimir.levijev@zabbix.com>2015-02-27 18:20:24 +0300
commit04885dd2e3b0f2bff25dcaae09510a7be235051d (patch)
tree3d9521dffd52a9ca10b546ab1d797ae5b9f3fa8d /man
parentbca3a6781cc3ceb6f3d29bb72b5b14d6c9d1375e (diff)
.D.G...... [ZBX-8391] allow overriding config parameters when --config-file option specified
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_sender.man30
1 files changed, 18 insertions, 12 deletions
diff --git a/man/zabbix_sender.man b/man/zabbix_sender.man
index a48f68e3cae..780a4f9e49c 100644
--- a/man/zabbix_sender.man
+++ b/man/zabbix_sender.man
@@ -35,6 +35,14 @@ zabbix_sender \- Zabbix sender utility
.RB [ \-v ]
.B \-c
.I config\-file
+.RB [ \-z
+.IR server ]
+.RB [ \-p
+.IR port ]
+.RB [ \-I
+.IR IP-address ]
+.RB [ \-s
+.IR host ]
.B \-k
.I key
.B \-o
@@ -44,21 +52,16 @@ zabbix_sender \- Zabbix sender utility
.RB [ \-v ]
.B \-c
.I config\-file
-.B \-s
-.I host
-.B \-k
-.I key
-.B \-o
-.I value
-.br
-.B zabbix_sender
-.RB [ \-v ]
-.B \-c
-.I config\-file
+.RB [ \-z
+.IR server ]
+.RB [ \-p
+.IR port ]
+.RB [ \-I
+.IR IP-address ]
.RB [ \-T ]
.RB [ \-r ]
.B \-i
-.I input\-file
+.I input-file
.br
.B zabbix_sender \-h
.br
@@ -81,11 +84,14 @@ First entry from the \fBServerActive\fR parameter is used.
.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 first entry 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.
.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.
.IP "\fB\-s\fR, \fB\-\-host\fR \fIhost\fR"
Specify host name the item belongs to (as registered in Zabbix frontend).
Host IP address and DNS name will not work.