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