#!/bin/ksh -p
# Explorer defaults file
# This file is Korn shell source and is read by the explorer program
# Modified on Fri Nov  9 14:37:58 MET 2001 by pkgadd

# Customer Contact Address
EXP_ADDRESS_1="None"

# Customer Contact Address (line 2)
EXP_ADDRESS_2="None"

# Customer Contact City
EXP_ADDRESS_CITY="Bergen"

# Customer Contact Country
EXP_ADDRESS_COUNTRY="NORWAY"

# Customer Contact State
EXP_ADDRESS_STATE="na"

# Customer Contact Zip
EXP_ADDRESS_ZIP="5020"

# Contract ID
EXP_CONTRACT_ID="95081"

# Customer Name
EXP_CUSTOMER_NAME="DnB_ASA_Norway"

# Location of the explorer defaults file
EXP_DEFAULTS="${EXP_HOME}/etc/default/explorer"

# Version of defaults file
EXP_DEF_VERSION="3.5.1, FCS"

# Where explorer output should be mailed
EXP_EMAIL="adne.hestenes@dnb-data.dnb.no"

# Maximum size (in bytes) of an explorer email
EXP_EMAIL_SPLIT="4194304"

# Customer Geography one of:
#  APAC (Asia Pacific),
#  EMEA (Europe, Middle East, Africa),
#  AMERICAS (North, Central and South America)
EXP_GEO="EMEA"

# Installation date (MM/DD/YYYY) for hostid 8091a6b9
EXP_INSTALL_8091a6b9="11/09/2001"

# Explorer library directory
EXP_LIB="${EXP_HOME}/lib"

# Default PATH for explorer
EXP_PATH="/usr/bin:/usr/sbin"

# Customer Contact Phone Number
EXP_PHONE="+4755223194"

# Email address where replies should be sent
EXP_REPLY="adne.hestenes@dnb-data.dnb.no"

# Serial number for hostid 8091a6b9
EXP_SERIAL_8091a6b9="65194"

# Subject line for explorer email
EXP_SUBJECT="%C %I %E"

# Customer Contact Email
EXP_USER_EMAIL="adne.hestenes@dnb-data.dnb.no"

# Customer Contact Name
EXP_USER_NAME="dne Hestenes"

# Default list of modules to run
EXP_WHICH="default"

