12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
# Configuration for zabbix-proxy
|
|
|
|
# User and group for the proxy
|
|
ZABBIX_PROXY_USER="zabbix"
|
|
ZABBIX_PROXY_GROUP="zabbix"
|
|
|
|
# Configuration file location
|
|
ZABBIX_PROXY_CONFIG="/etc/zabbix/zabbix_proxy.conf"
|
|
|
|
# PID file location
|
|
ZABBIX_PROXY_PID="/var/run/zabbix/zabbix_proxy.pid"
|