This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
[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
# RCID
RCID = bd16
# File save directory path
FILE_STORAGE_ROOT = /stg
# RCTS info ( ip or domain )
RCTS_SERVER = 10.3.0.200
# FHS fimngd alive check port
FHS_PORT_MNGCHECK = 14000
# FHS alive status monitoring TCP port (control by csagentd)
# use default TCP 8083 when not config
FHS_LISTEN_PORT_FOR_STATUS_MONITORING = 8083
#-----------------------------------------------#
[csagentd]
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
#LOG_LEVEL = 6
# FHS service NIC name (ex: em0 or em0, em1, em2 )
SERVICE_NIC_NAME = em0, em1
# DNS list for Domain resolve check
# If vaule is empty, than dns resolve check not perform.
CHECK_DNS_LIST = ns.ktsh.co.kr, ns2.ktsh.co.kr, ns3.ktsh.co.kr, ns4.ktsh.co.kr, kns.kornet.net
# RCTS rc_mond listen tcp port
RCTS_PORT_INFO_SYSTEM = 14003
RCTS_PORT_INFO_SERVICE = 14004
#-----------------------------------------------#