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
diff options
context:
space:
mode:
authorAndris Mednis <Andris.Mednis@zabbix.com>2014-09-05 19:18:06 +0400
committerAndris Mednis <Andris.Mednis@zabbix.com>2014-09-05 19:18:06 +0400
commit8e64505d9156a4bebb2d7dffc3d7671f64fe5131 (patch)
tree893de80152c914c7627b326dbe2c44643a83e93a /man/zabbix_agentd.man
parent1a57297ced7e2d8c66ad249957de6b875ed69ad9 (diff)
parent34215c437301755aafcc9728d1ad0ee2aa17e0e2 (diff)
...G...PS. [ZBX-8391] merged from latest trunk, resolved conflicts with ZBXNEXT-101, fixed help messages and man pages
Diffstat (limited to 'man/zabbix_agentd.man')
-rw-r--r--man/zabbix_agentd.man42
1 files changed, 41 insertions, 1 deletions
diff --git a/man/zabbix_agentd.man b/man/zabbix_agentd.man
index d0e5e58e241..58ce7a6530a 100644
--- a/man/zabbix_agentd.man
+++ b/man/zabbix_agentd.man
@@ -17,6 +17,12 @@ zabbix_agentd \- Zabbix agent daemon
.B \-t
.I item\-key
.br
+.B zabbix_agentd
+.RB [ \-c
+.IR config\-file ]
+.B \-R
+.I runtime-option
+.br
.B zabbix_agentd \-h
.br
.B zabbix_agentd \-V
@@ -27,7 +33,41 @@ is a daemon for monitoring of various server parameters.
.IP "\fB\-c\fR, \fB\-\-config\fR \fIconfig\-file\fR"
Use the alternate \fIconfig\-file\fR instead of the default one.
Absolute path should be specified.
-.
+.IP "\fB\-R\fR, \fB\-\-runtime-control\fR \fIruntime-option\fR"
+Perform administrative functions according to \fIruntime-option\fR.
+.SS
+.RS 4
+Runtime control options
+.RS 4
+.TP 4
+\fBlog_level_increase\fR[=\fItarget\fR]
+Increase log level, affects all processes if target is not specified
+.RE
+.RS 4
+.TP 4
+\fBlog_level_decrease\fR[=\fItarget\fR]
+Decrease log level, affects all processes if target is not specified
+.RE
+.RE
+.SS
+.RS 4
+Log level control targets
+.RS 4
+.TP 4
+.I pid
+Process identifier
+.RE
+.RS 4
+.TP 4
+.I process-type
+All processes of specified type (e.g., listener)
+.RE
+.RS 4
+.TP 4
+.I process-type,N
+Process type and number (e.g., listener,3)
+.RE
+.RE
.IP "\fB\-p\fR, \fB\-\-print\fR"
Print known items and exit.
For each item either generic defaults are used, or specific defaults for testing are supplied.