#
# setting for sc_controld.pl
#
# $Id: controld 5787 2008-09-03 15:33:31Z joergs $
#

#
# Log4perl config file
#
# important: don't write to STDOUT,
#   because this is confusing Net::Server
CONTROLD_LOG4PERL_CONF="/etc/smartclient/log4perl.controld"

#
# timeout in seconds for XML-RPC calls
# have to be smaller than HTTP timeout (180)
#
#CONTROLD_XML_RPC_TIMEOUT=30
CONTROLD_XML_RPC_TIMEOUT=120

CONTROLD_HA_MODE=ha_mode_primary
#CONTROLD_HA_MODE=ha_mode_secondary

# Allow access from localhost and 10.1.2.3* only
#CONTROLD_XML_RPC_ALLOW_HOSTS="(127\.0\.0\.\d+|10\.1\.2\.3\d+)"
# but deny access from 10.1.2.32
#CONTROLD_XML_RPC_DENY_HOSTS="(10\.1\.2\.\32)"
