# The directory to store core files.
NETDUMPER_DIR="/var/core/netdumps"
# The maximum amount of space the core files can take up.  This value
# is used by the netdumper hourly cron script to cleanup the files.
# gigabytes
NETDUMPER_DIR_MAX_GB=2
# Port # to use for netdumper
NETDUMPER_PORT=@@NETDUMP_SVCPORT_VALUE@@
# Port # to use for netdump webserver
NETDUMPER_WEBPORT=@@NETDUMP_WEBPORT_VALUE@@
# Host name by which netdumper is identified over the network
NETDUMPER_HOST=@@NETDUMP_HOST_VALUE@@
# Log file
NETDUMPER_LOG_FILE="/var/log/vmware/netdumper/netdumper.log"
# Weblog file
NETDUMPER_WEBSERVER_LOG_FILE=/var/log/vmware/netdumper/webserver.log
# Options to pass to the vmware-netdumper daemon
NETDUMPER_OPTIONS="-d ${NETDUMPER_DIR} -o ${NETDUMPER_PORT} -l ${NETDUMPER_LOG_FILE}"

