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-08-28 10:53:42 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-08-28 11:11:02 +0300
commit3b6e07d1ec2ebb46ebe5294da2a71f362c6a5c1c (patch)
tree7f1b166d21c6a822b4b5c7e0deb6c15c37ee6636 /man
parent7fcb4908ac42281568e4e85f3adefe4a9b6ecd5e (diff)
.......PS. [ZBXNEXT-6167] added diaginfo runtime command to log internal diagnostic information
* commit 'b9d85eedee7431f9204ac3a00eea559b81486ae7': (45 commits) .D........ [ZBXNEXT-6167] updated server and proxy man pages .D........ [ZBXNEXT-6167] added changelog entry .......PS. [ZBXNEXT-6167] don't allow runtime command on Zabbix agentd .......PS. [ZBXNEXT-6167] style fix .......PS. [ZBXNEXT-6167] style fix .......PS. [ZBXNEXT-6167] simplified main process waiting for dead children .......PS. [ZBXNEXT-6167] added missing include file, more defines .......PS. [ZBXNEXT-6167] added diaginfo remote command suppor to proxy .......PS. [ZBXNEXT-6167] added comments, minor refactoring ........S. [ZBXNEXT-6167] added remote command support for diaginfo printing on server .......PS. [ZBXNEXT-6167] small style fixes ........S. [ZBXNEXT-6167] fixed value cache diagnostics retrieval with disabled value cache .......PS. [ZBXNEXT-6167] fixed vector not being destroyed on failure .......PS. [ZBXNEXT-6167] fixed vector not being destroyed on failure .......PS. [ZBXNEXT-6167] fixed warning .......PS. [ZBXNEXT-6167] fixed memory leak ........S. [ZBXNEXT-6167] fixed memory leak ........S. [ZBXNEXT-6167] fixed wrong type used when serializing lld top result ........S. [ZBXNEXT-6167] small style fix ........S. [ZBXNEXT-6167] small style fixes ... (cherry picked from commit dabac74c51a9d19db24c871f7f8ec247ac540eeb)
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_proxy.man10
-rw-r--r--man/zabbix_server.man7
2 files changed, 15 insertions, 2 deletions
diff --git a/man/zabbix_proxy.man b/man/zabbix_proxy.man
index 8d0cbc40ffa..2d86d21277a 100644
--- a/man/zabbix_proxy.man
+++ b/man/zabbix_proxy.man
@@ -84,13 +84,19 @@ Ignored if housekeeper is being currently executed.
.RE
.RS 4
.TP 4
+\fBdiaginfo\fR[=\fIsection\fR]
+Log internal diagnostic information of the specified section. Section can be \fIhistorycache\fR, \fIpreprocessing\fR.
+By default diagnostic information of all sections is logged.
+.RE
+.RS 4
+.TP 4
\fBlog_level_increase\fR[=\fItarget\fR]
-Increase log level, affects all processes if target is not specified
+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
+Decrease log level, affects all processes if target is not specified.
.RE
.RE
.SS
diff --git a/man/zabbix_server.man b/man/zabbix_server.man
index 0acaef21dba..d33f2db2266 100644
--- a/man/zabbix_server.man
+++ b/man/zabbix_server.man
@@ -83,6 +83,13 @@ Ignored if housekeeper is being currently executed.
.RE
.RS 4
.TP 4
+\fBdiaginfo\fR[=\fIsection\fR]
+Log internal diagnostic information of the specified section. Section can be \fIhistorycache\fR, \fIpreprocessing\fR,
+\fIalerting\fR, \fIlld\fR, \fIvaluecache\fR.
+By default diagnostic information of all sections is logged.
+.RE
+.RS 4
+.TP 4
\fBlog_level_increase\fR[=\fItarget\fR]
Increase log level, affects all processes if target is not specified
.RE