1ZABBIX_SERVER(8) System Manager's Manual ZABBIX_SERVER(8)
2
3
4
6 zabbix_server - Zabbix server daemon
7
9 zabbix_server [-c config-file]
10 zabbix_server [-c config-file] -R runtime-option
11 zabbix_server -h
12 zabbix_server -V
13
15 zabbix_server is the core daemon of Zabbix software.
16
18 -c, --config config-file
19 Use the alternate config-file instead of the default one. Abso‐
20 lute path should be specified.
21
22 -f, --foreground
23 Run Zabbix server in foreground.
24
25 -R, --runtime-control runtime-option
26 Perform administrative functions according to runtime-option.
27
28 Runtime control options
29 config_cache_reload
30 Reload configuration cache. Ignored if cache is being cur‐
31 rently loaded. Default configuration file (unless -c
32 option is specified) will be used to find PID file and sig‐
33 nal will be sent to process, listed in PID file.
34
35 housekeeper_execute
36 Execute the housekeeper. Ignored if housekeeper is being
37 currently executed.
38
39 log_level_increase[=target]
40 Increase log level, affects all processes if target is not
41 specified
42
43 log_level_decrease[=target]
44 Decrease log level, affects all processes if target is not
45 specified
46
47 Log level control targets
48 process-type
49 All processes of specified type (e.g., poller)
50
51 process-type,N
52 Process type and number (e.g., poller,3)
53
54 pid Process identifier, up to 65535. For larger values specify
55 target as "process-type,N"
56
57 -h, --help
58 Display this help and exit.
59
60 -V, --version
61 Output version information and exit.
62
64 /etc/zabbix_server.conf
65 Default location of Zabbix server configuration file
66
68 zabbix_agentd(8), zabbix_get(8), zabbix_proxy(8), zabbix_sender(8)
69
71 Alexei Vladishev <alex@zabbix.com>
72
73
74
75Zabbix 2018-10-11 ZABBIX_SERVER(8)