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