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 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 diaginfo[=section]
42 Log internal diagnostic information of the specified sec‐
43 tion. Section can be historycache, preprocessing, alerting,
44 lld, valuecache, locks. By default diagnostic information
45 of all sections is logged.
46
47 log_level_increase[=target]
48 Increase log level, affects all processes if target is not
49 specified
50
51 log_level_decrease[=target]
52 Decrease log level, affects all processes if target is not
53 specified
54
55 Log level control targets
56 process-type
57 All processes of specified type (alerter, alert manager,
58 configuration syncer, discoverer, escalator, his‐
59 tory syncer, housekeeper, http poller, icmp pinger,
60 ipmi manager, ipmi poller, java poller, lld manager,
61 lld worker, poller, preprocessing manager, preprocess‐
62 ing worker, proxy poller, self-monitoring, snmp trapper,
63 task manager, timer, trapper, unreachable poller,
64 vmware collector)
65
66 process-type,N
67 Process type and number (e.g., poller,3)
68
69 pid Process identifier, up to 65535. For larger values specify
70 target as "process-type,N"
71
72 -h, --help
73 Display this help and exit.
74
75 -V, --version
76 Output version information and exit.
77
79 /usr/local/etc/zabbix_server.conf
80 Default location of Zabbix server configuration file (if not
81 modified during compile time).
82
84 Documentation ⟨https://www.zabbix.com/manuals⟩
85
86 zabbix_agentd(8), zabbix_get(1), zabbix_proxy(8), zabbix_sender(1),
87 zabbix_js(1), zabbix_agent2(8)
88
90 Alexei Vladishev <alex@zabbix.com>
91
92
93
94Zabbix 2020-09-04 ZABBIX_SERVER(8)