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               prof_enable[=target]
56                   Enable profiling, affects all processes if  target  is  not
57                   specified
58
59               prof_disable[=target]
60                   Disable  profiling,  affects all processes if target is not
61                   specified
62
63               ha_status
64                   Display high availability cluster status.  Can be performed
65                   only on active node.
66
67               ha_remove_node
68                   ha_remove_node[=name|ID]  Remove  high availability node by
69                   its name or ID listed in ha_status.  Can be performed  only
70                   on active node.
71
72               ha_set_failover_delay[=delay]
73                   Set  high  availability  failover  delay.  The delay can be
74                   specified using time suffixes.  Can be  performed  only  on
75                   active node.
76
77               log_level_increase[=target]
78                   Increase  log level, affects all processes if target is not
79                   specified
80
81               log_level_decrease[=target]
82                   Decrease log level, affects all processes if target is  not
83                   specified
84
85           Log level control targets
86               process-type
87                   All  processes  of  specified type (alerter, alert manager,
88                   configuration syncer,  discoverer,  escalator,  ha manager,
89                   history syncer,   housekeeper,   http poller,  icmp pinger,
90                   ipmi manager,   ipmi poller,   java poller,    lld manager,
91                   lld worker,   poller,   preprocessing manager,  preprocess‐
92                   ing worker,  proxy poller,  self-monitoring,  snmp trapper,
93                   task manager,     timer,    trapper,    unreachable poller,
94                   vmware collector,   history poller,   availability manager,
95                   service manager, odbc poller)
96
97               process-type,N
98                   Process type and number (e.g., poller,3)
99
100               pid Process identifier
101
102           Profiling control targets
103               process-type
104                   All  processes  of  specified type (alerter, alert manager,
105                   configuration syncer,    discoverer,    escalator,     his‐
106                   tory syncer,    housekeeper,    http poller,   icmp pinger,
107                   ipmi manager,   ipmi poller,   java poller,    lld manager,
108                   lld worker,   poller,   preprocessing manager,  preprocess‐
109                   ing worker,  proxy poller,  self-monitoring,  snmp trapper,
110                   task manager,     timer,    trapper,    unreachable poller,
111                   vmware collector,   history poller,   availability manager,
112                   service manager, odbc poller)
113
114               process-type,N
115                   Process type and number (e.g., history syncer,1)
116
117               pid Process identifier
118
119               scope
120                   (rwlock,  mutex,  processing) can be used with process-type
121                   (e.g., history syncer,1,processing)
122
123       -h, --help
124              Display this help and exit.
125
126       -V, --version
127              Output version information and exit.
128

FILES

130       /usr/local/etc/zabbix_server.conf
131              Default location of Zabbix server  configuration  file  (if  not
132              modified during compile time).
133

SEE ALSO

135       Documentation ⟨https://www.zabbix.com/manuals
136
137       zabbix_agentd(8),   zabbix_get(1),  zabbix_proxy(8),  zabbix_sender(1),
138       zabbix_js(1), zabbix_agent2(8), zabbix_web_service(8)
139
140
141
142Zabbix                            2022-01-06                  ZABBIX_SERVER(8)
Impressum