### Packer configuration file -*- sh -*- ## ## The canonical pathname for this file is ${prefix}/etc/rwfpd.conf ## ## RCSIDENT("$SiLK: rwflowpack.conf.in 6855 2007-04-11 16:04:07Z mwd $") # Set to non-empty value to enable rwflowpack ENABLED= # These are convenience variables for setting other values in this # configuration file; their use is not required. prefix= exec_prefix=${prefix} statedirectory=${prefix}/var/lib/rwflowpack # If CREATE_DIRECTORIES is set to "yes", the directories named in this # file will be created automatically if they do not already exist CREATE_DIRECTORIES=no # Full path of the directory containing the "rwflowpack" program PACKER_BIN=${exec_prefix}/sbin # The full path to the sensor configuration file. SENSOR_CONFIG= # The full path to the root of the tree under which the packed SiLK # Flow files will be written. DATA_ROOTDIR=/data # Location of site configuration file SITE_CONFIG= # The type of compression to use for packed files. Left empty, the # value your sysadmin chose at compilation time will be used. Valid # values are "best" and "none". Other values are system-specific. # Ask your admin for help. COMPRESSION_TYPE= # Whether rwflowpack should use advisory write locks. 1=yes, 0=no. # Set to zero if messages like "Cannot get a write lock on file" # appear in rwflowpack's log file. FILE_LOCKING=1 # Data input mode. Valid values are "stream" to read from the network # and "fcfiles" to process flowcap files INPUT_MODE=stream # Directory in which to look for incoming flowcap files INCOMING_DIR=${statedirectory}/incoming # Directory to copy flowcap files into after they have been processed. # If not set, the files are not archived. ARCHIVE_DIR=${statedirectory}/archive # Interval between attempts to check the INCOMING_DIR for new files, # in seconds. This may be left blank, and will default to 15. POLLING_INTERVAL= # Data output mode. Valid values are "local" and "remote" OUTPUT_MODE=local # Directory rwsender is polling for new incremental files. # Used only when OUTPUT_MODE is "remote". SENDER_DIR=${statedirectory}/sender-incoming # Temporary directory in which to build incremental files prior to # handing them of to rwsender. Used only when OUTPUT_MODE is # "remote". INCREMENTAL_DIR=${statedirectory}/incremental ### # The type of logging to use. Valid values are "legacy" and "syslog". LOG_TYPE=syslog # The lowest level of logging to actually log. Valid values are: # emerg, alert, crit, err, warning, notice, info, debug LOG_LEVEL=info # The full path of the directory where the log files will be written # when LOG_TYPE is "legacy". LOG_DIR=${statedirectory}/log # The full path of the directory where the PID file will be written PID_DIR=${LOG_DIR} # The user this program runs as USER=root # Extra options to pass to rwflowpack EXTRA_OPTIONS=