File: zabbix_proxy.man

package info (click to toggle)
zabbix 1%3A2.2.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 54,944 kB
  • sloc: php: 109,371; ansic: 103,089; sql: 39,203; sh: 5,873; makefile: 1,059; java: 854; cpp: 159; perl: 35; xml: 29
file content (39 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH ZABBIX_PROXY 8 "10 November 2011"
.SH NAME
zabbix_proxy \- Zabbix proxy daemon.
.SH SYNOPSIS
.B zabbix_proxy [-hV] [-c \fI<config-file>\fB] [-R \fI<option>\fB]
.SH DESCRIPTION
.B zabbix_proxy
is a daemon used for remote data collection.
.SS Options
.IP "-c, --config \fI<config-file>\fR"
Use the alternate \fIconfig-file\fR instead of the default one.
Absolute path should be specified.
.IP "-R, --runtime-control \fI<option>\fR"
Perform administrative functions according to \fIoption\fR.
.SS
.RS 4
Runtime control options
.RS 4
.TP 4
config_cache_reload
Reload configuration cache. Ignored if cache is being currently loaded. Active Zabbix proxy will connect to the Zabbix server and request configuration data.
Default configuration file (unless \fB-c\fR option is specified) will be used to find PID file and signal will be sent to process, listed in PID file.
.RE
.RE
.IP "-h, --help"
Display this help and exit.
.IP "-V, --version"
Output version information and exit.
.SH FILES
.TP
.I /etc/zabbix/zabbix_proxy.conf
Default location of Zabbix proxy configuration file (if not modified during compile time).
.SH "SEE ALSO"
.BR zabbix_agentd (8),
.BR zabbix_get (8),
.BR zabbix_sender (8),
.BR zabbix_server (8)
.SH AUTHOR
Alexei Vladishev <alex@zabbix.com>