base
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
[COMMON]
|
||||
# Log Directory path
|
||||
DEFAULT_LOG_DIR = /user/service/logs
|
||||
|
||||
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
|
||||
#LOG_LEVEL = 6
|
||||
LOG_LEVEL = 7
|
||||
|
||||
# RC ID
|
||||
RC_ID = bd16
|
||||
|
||||
# RCDB Access Information
|
||||
RCDB_IP = 10.3.0.3
|
||||
RCDB_PORT = 6543
|
||||
RCDB_DB_NAME = localdb
|
||||
RCDB_ACCT = syshost
|
||||
RCDB_ACCT_PW = alfkzmf!?{}
|
||||
|
||||
# FHS status broadcasting UDP port ( vmasd broadcasting udp port )
|
||||
# 0 : Not use.
|
||||
#FHS_STATUS_BROADCAST_UDP_PORT = 13201
|
||||
|
||||
#-----------------------------------------------#
|
||||
[rc_mond]
|
||||
|
||||
# FHS csagentd send data(system, service check info) receiving TCP port
|
||||
PORT_TCP_LISTEN_SYSTEM_STAT = 14003
|
||||
PORT_TCP_LISTEN_CHECK_STAT = 14004
|
||||
|
||||
# FHS fimngd communication TCP port
|
||||
# - alive fhs list....
|
||||
PORT_TCP_LISTEN_SEND_INFO = 14005
|
||||
|
||||
# GMS (new_sh_statusd)
|
||||
GMS_SERVER = cc-gms.ktsh.co.kr
|
||||
GMS_PORT_STAT = 13109
|
||||
|
||||
# Max storage usage(%) for prevent content upload
|
||||
# range : 0 ~ 100
|
||||
STORAGE_MAX_USAGE_TO_DISABLE = 98
|
||||
|
||||
# Check FHS memory max usage percent and report (range: 0 ~ 100 )
|
||||
# use default 0 (not check) when not config
|
||||
REPORT_MEMORY_MAX_USAGE = 100
|
||||
|
||||
#-----------------------------------------------#
|
||||
Reference in New Issue
Block a user