# defaults file for zabbix-proxy-pgsql

# Start the Zabbix proxy from the init.d script?
# (Possible values: "yes" or "no")
#
# This is by default set to "no" because a PostgreSQL database needs to be
# prepared and configured before you can start the Zabbix proxy for the first
# time.
#
# Instructions on how to set up the database can be found in
# /usr/share/doc/zabbix-proxy-pgsql/README.Debian
START=no

# Absolute path to the configuration file
CONFIG_FILE="/etc/zabbix/zabbix_proxy.conf"
