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.
21
22 -f, --foreground
23 Run Zabbix proxy 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. Active Zabbix proxy will connect to the
32 Zabbix server and request configuration data. Default con‐
33 figuration file (unless -c option is specified) will be
34 used to find PID file and signal will be sent to process,
35 listed in PID file.
36
37 housekeeper_execute
38 Execute the housekeeper. Ignored if housekeeper is being
39 currently executed.
40
41 log_level_increase[=target]
42 Increase log level, affects all processes if target is not
43 specified
44
45 log_level_decrease[=target]
46 Decrease log level, affects all processes if target is not
47 specified
48
49 Log level control targets
50 process-type
51 All processes of specified type (configuration syncer,
52 data sender, discoverer, heartbeat sender, history syncer,
53 housekeeper, http poller, icmp pinger, ipmi manager,
54 ipmi poller, java poller, poller, self-monitoring,
55 snmp trapper, task manager, trapper, unreachable poller,
56 vmware collector)
57
58 process-type,N
59 Process type and number (e.g., poller,3)
60
61 pid Process identifier, up to 65535. For larger values specify
62 target as "process-type,N"
63
64 -h, --help
65 Display this help and exit.
66
67 -V, --version
68 Output version information and exit.
69
71 /usr/local/etc/zabbix_proxy.conf
72 Default location of Zabbix proxy configuration file (if not mod‐
73 ified during compile time).
74
76 Documentation ⟨https://www.zabbix.com/manuals⟩
77
78 zabbix_agentd(8), zabbix_get(8), zabbix_sender(8), zabbix_server(8)
79
81 Alexei Vladishev <alex@zabbix.com>
82
83
84
85Zabbix 2019-01-29 ZABBIX_PROXY(8)