# defaults file for dsc-statistics-collector

INTERFACE="all"
LOCAL_ADDRESS="all"
OPTS="-p"

# if you want/need to run multiple dsc instances, this can be controlled with 
# the INSTANCES variable. Give each instance a name listed here.
# Settings are controlled by VARIABLE_instname, if a VARIABLE_instname is not set,
# VARIABLE is taken as a default.
#
# INSTANCES="inst1 inst2"
# INTERFACE_inst1="eth0"
# INTERFACE="all"
# This will start two instances called inst1 and inst2. inst1 will only listen on eth0;
# inst2 will listen on all interfaces

# Alternatively, you can specify EXTRAINSTANCEDIR. That directory contains one
# configuration file per instance, containing any combination of INTERFACE,
# LOCAL_ADDRESS, OPTS, and/or BPF variables. This is especially handy if you
# need your instance names to contain dashes or if you want to use a
# configuration management system which likes to distribute files instead
# of snippets
# EXTRAINSTANCEDIR="/etc/dsc-statistics/dsc-collector-instances"
