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>2022-01-07 11:41:50 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-07 11:41:50 +0300
commit4cb396784ca3306b34717ddc994d6ebce4391fd3 (patch)
treefba81f54409e60e48dfa66ff8af480f3d8ac638a /man
parent2a4de4bfc82b19dea49634402b400c2c877190f1 (diff)
.D......S. [ZBXNEXT-7109] updated server command line help and added ha commands to man page
Diffstat (limited to 'man')
-rw-r--r--man/zabbix_server.man20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/zabbix_server.man b/man/zabbix_server.man
index b27a2cecd5f..9adc55c2ac9 100644
--- a/man/zabbix_server.man
+++ b/man/zabbix_server.man
@@ -102,6 +102,26 @@ By default diagnostic information of all sections is logged.
.RE
.RS 4
.TP 4
+.B ha_status
+Display high availability cluster status.
+Can be performed only on active node.
+.RE
+.RS 4
+.TP 4
+.B ha_remove_node
+\fBha_remove_node\fR[=\fIname|ID\fR]
+Remove high availability node by its name or ID listed in ha_status.
+Can be performed only on active node.
+.RE
+.RS 4
+.TP 4
+\fBha_set_failover_delay\fR[=\f delay\fR]
+Set high availability failover delay.
+The delay can be specified using time suffixes.
+Can be performed only on active node.
+.RE
+.RS 4
+.TP 4
\fBlog_level_increase\fR[=\fItarget\fR]
Increase log level, affects all processes if target is not specified
.RE