Event Information Tools: Console Logger
#MP=mp2.cup.hp.com,16.23.48.0,user2,secret2
#######################################################
#
# POLLING_CYCLE
# Every POLLING_CYCLE minutes, the console logger connects
# to each MP specified in the above list. It must poll
# each MP console log often enough to prevent console
# data from being lost due to the log becoming full. However,
# it must not poll so often that it becomes a burden on the
# MP, preventing it from being able to perform it's other
# duties in a timely manner. We recommend setting POLLING_CYCLE
# to 5 minutes.
#
# This is an optional field. The default is 5 minutes.
#######################################################
#POLLING_CYCLE=5
#######################################################
#
# MAX_NUM_ARCH_FILE
#
# Maximum number of archived files per partition per MP.
# For example MAX_NUM_ARCH_FILE is 8, mp1.cup.hp.com_1_1.dat
# is the most recent archived console log file for mp1.cup.hp.com
# partition 1 and mp1.cup.hp.com_1_8.dat is the oldest.
#
# This is an optional field. The default is 10.
#######################################################
#MAX_NUM_ARCH_FILE=8
###########################################################
#
# Maximum console log data file size.
#
# This is an optional field. There are two sets of default
# value. If no MAX_LOG_DATA_FILE_SIZE entry specified, we
# use default value 2,000,000 (about 2MB); if this entry
# has value less than 100,000 (about 100KB), we use default
# minimum value which is 100,000.
###########################################################