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.
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
31 option is specified) will be used to find PID file and sig‐
32 nal will be sent to process, listed in PID file.
33
34 housekeeper_execute
35 Execute the housekeeper. Ignored if housekeeper is being
36 currently executed.
37
38 log_level_increase[=target]
39 Increase log level, affects all processes if target is not
40 specified
41
42 log_level_decrease[=target]
43 Decrease log level, affects all processes if target is not
44 specified
45
46 Log level control targets
47 process-type
48 All processes of specified type (alerter, alert manager,
49 configuration syncer, discoverer, escalator, his‐
50 tory syncer, housekeeper, http poller, icmp pinger,
51 ipmi manager, ipmi poller, java poller, poller, preprocess‐
52 ing manager, preprocessing worker, proxy poller, self-moni‐
53 toring, snmp trapper, task manager, timer, trapper,
54 unreachable poller, vmware collector)
55
56 process-type,N
57 Process type and number (e.g., poller,3)
58
59 pid Process identifier, up to 65535. For larger values specify
60 target as "process-type,N"
61
62 -h, --help
63 Display this help and exit.
64
65 -V, --version
66 Output version information and exit.
67
69 /usr/local/etc/zabbix_server.conf
70 Default location of Zabbix server configuration file (if not
71 modified during compile time).
72
74 Documentation ⟨https://www.zabbix.com/manuals⟩
75
76 zabbix_agentd(8), zabbix_get(8), zabbix_proxy(8), zabbix_sender(8)
77
79 Alexei Vladishev <alex@zabbix.com>
80
81
82
83Zabbix 2019-01-29 ZABBIX_SERVER(8)