1ZABBIX_SERVER(8)            System Manager's Manual           ZABBIX_SERVER(8)
2
3
4

NAME

6       zabbix_server - Zabbix server daemon
7

SYNOPSIS

9       zabbix_server [-c config-file]
10       zabbix_server [-c config-file] -R runtime-option
11       zabbix_server -h
12       zabbix_server -V
13

DESCRIPTION

15       zabbix_server is the core daemon of Zabbix software.
16

OPTIONS

18       -c, --config config-file
19              Use the alternate config-file instead of the default one.
20
21       -f, --foreground
22              Run Zabbix server in foreground.
23
24       -R, --runtime-control runtime-option
25              Perform administrative functions according to runtime-option.
26
27           Runtime control options
28               config_cache_reload
29                   Reload configuration cache.  Ignored if cache is being cur‐
30                   rently loaded.  Default configuration file (unless  -c  op‐
31                   tion is specified) will be used to find PID file and signal
32                   will be sent to process, listed in PID file.
33
34               snmp_cache_reload
35                   Reload SNMP cache.
36
37               housekeeper_execute
38                   Execute the housekeeper.  Ignored if housekeeper  is  being
39                   currently executed.
40
41               trigger_housekeeper_execute
42                   Execute the trigger housekeeper.  Ignored if trigger house‐
43                   keeper is being currently executed.
44
45               secrets_reload
46                   Reload secrets from Vault.  Ignored if configuration  cache
47                   or secrets are being currently loaded.
48
49               diaginfo[=section]
50                   Log  internal  diagnostic information of the specified sec‐
51                   tion. Section can be historycache, preprocessing, alerting,
52                   lld,  valuecache, locks.  By default diagnostic information
53                   of all sections is logged.
54
55               ha_status
56                   Display high availability cluster status.  Can be performed
57                   only on active node.
58
59               ha_remove_node
60                   ha_remove_node[=name|ID]  Remove  high availability node by
61                   its name or ID listed in ha_status.  Can be performed  only
62                   on active node.
63
64               ha_set_failover_delay[=delay]
65                   Set  high  availability  failover  delay.  The delay can be
66                   specified using time suffixes.  Can be  performed  only  on
67                   active node.
68
69               log_level_increase[=target]
70                   Increase  log level, affects all processes if target is not
71                   specified
72
73               log_level_decrease[=target]
74                   Decrease log level, affects all processes if target is  not
75                   specified
76
77           Log level control targets
78               process-type
79                   All  processes  of  specified type (alerter, alert manager,
80                   configuration syncer,  discoverer,  escalator,  ha manager,
81                   history syncer,   housekeeper,   http poller,  icmp pinger,
82                   ipmi manager,   ipmi poller,   java poller,    lld manager,
83                   lld worker,   poller,   preprocessing manager,  preprocess‐
84                   ing worker,  proxy poller,  self-monitoring,  snmp trapper,
85                   task manager,     timer,    trapper,    unreachable poller,
86                   vmware collector,   history poller,   availability manager,
87                   service manager, odbc poller)
88
89               process-type,N
90                   Process type and number (e.g., poller,3)
91
92               pid Process identifier
93
94       -h, --help
95              Display this help and exit.
96
97       -V, --version
98              Output version information and exit.
99

FILES

101       /usr/local/etc/zabbix_server.conf
102              Default  location  of  Zabbix  server configuration file (if not
103              modified during compile time).
104

SEE ALSO

106       Documentation ⟨https://www.zabbix.com/manuals
107
108       zabbix_agentd(8),  zabbix_get(1),  zabbix_proxy(8),   zabbix_sender(1),
109       zabbix_js(1), zabbix_agent2(8), zabbix_web_service(8)
110
111
112
113Zabbix                            2022-01-06                  ZABBIX_SERVER(8)
Impressum