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-02-27 17:03:51 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-02-27 17:25:25 +0300
commit1cc5b8f0509ab55472dcf4463000a5b6465448bc (patch)
treeb66548e951f106c88bcedb25898f33013a7a0fbb /man
parent08a537c9b10810c6828b41aa7bad161e2bfba35e (diff)
...G...... [ZBXNEXT-5781] improved agent2 metric testing (-t) and printing (-p) by adding full plugin interface support and verbose testing option
* commit 'e9b735e2fde083147c980da3049a6da221459496': ...G...... [ZBXNEXT-5781] added changelog entry .......... [ZBXNEXT-5781] fixed agent not being stopped when recurring tasks are scheduled .......... [ZBXNEXT-5781] manager will ignore update requests during shutdown process .......... [ZBXNEXT-5781] split agent components in 3 shutdown groups - input, scheduler and output .......... [ZBXNEXT-5781] fixed metric testing error handling .......... [ZBXNEXT-5781] added verbose command line parameter to agent2 man page .......... [ZBXNEXT-5781] improved comments, minor refactoring .......... [ZBXNEXT-5781] moved testrun files to main package, changed test/print options to be invoked through scheduler rather than directly calling configure/export added verbose command line parameter to enable trace logging of test/print parameter execution .......... [ZBXNEXT-5781] split agent shutdown in two steps - first stop everything except result caches, then stop result caches .......... [ZBXNEXT-5781] upon exit invoke Stop() method in active plugins implementing Runner interface (cherry picked from commit ef1d305fffb5afff95e49e0d69f1a3241491b94b)
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_agent2.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/zabbix_agent2.man b/man/zabbix_agent2.man
index 31337ee197f..2679375ae05 100644
--- a/man/zabbix_agent2.man
+++ b/man/zabbix_agent2.man
@@ -44,11 +44,13 @@ zabbix_agent2 \- Zabbix agent 2
.B zabbix_agent2
.RB [ \-c
.IR config\-file ]
+.RB [ \-v ]
.B \-p
.br
.B zabbix_agent2
.RB [ \-c
.IR config\-file ]
+.RB [ \-v ]
.B \-t
.I item\-key
.br
@@ -138,6 +140,8 @@ Unsigned integer.
.IP "\fB\-t\fR, \fB\-\-test\fR \fIitem\-key\fR"
Test single item and exit.
See \fB\-\-print\fR for output description.
+.IP "\fB\-v\fR, \fB\-\-verbose\fR"
+Enable verbose output when test item or print known items.
.IP "\fB\-h\fR, \fB\-\-help\fR"
Display this help and exit.
.IP "\fB\-V\fR, \fB\-\-version\fR"