NETDUMPER_DIR="/var/core/netdumps"
NETDUMPER_DIR_MAX_GB=4
NETDUMPER_DIR_THRESHOLD_GB=3
NETDUMPER_PORT=6500
NETDUMPER_WEBPORT=8000
NETDUMPER_HOST=vcenterserver.ba.com
NETDUMPER_LOG_FILE="/var/log/vmware/netdumper/netdumper.log"
NETDUMPER_WEBSERVER_LOG_FILE=/var/log/vmware/netdumper/webserver.log
NETDUMPER_OPTIONS="-d ${NETDUMPER_DIR} -o ${NETDUMPER_PORT} -l ${NETDUMPER_LOG_FILE}"
