You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							51 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							51 lines
						
					
					
						
							1.8 KiB
						
					
					
				#=============================================================================================================
 | 
						|
# MySQL
 | 
						|
#=============================================================================================================
 | 
						|
# 驱动程序
 | 
						|
jdbc.mysql.driver=com.mysql.jdbc.Driver
 | 
						|
# 连接url
 | 
						|
jdbc.mysql.url=jdbc:mysql://192.168.0.101:3306/test?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
 | 
						|
# 用户名
 | 
						|
jdbc.mysql.username=root
 | 
						|
# 密码
 | 
						|
jdbc.mysql.password=root
 | 
						|
 | 
						|
#=============================================================================================================
 | 
						|
# Oracle 连接配置
 | 
						|
#=============================================================================================================
 | 
						|
# hui用户名
 | 
						|
gather-user-name=system
 | 
						|
# 密码
 | 
						|
gather-user-password=oracle
 | 
						|
#
 | 
						|
gather-port=1521
 | 
						|
#
 | 
						|
gather-service-name=orcl
 | 
						|
#=============================================================================================================
 | 
						|
# 数据库公共配置
 | 
						|
#=============================================================================================================
 | 
						|
jdbc.initialSize=5
 | 
						|
jdbc.minIdle=5
 | 
						|
jdbc.maxIdle=20
 | 
						|
jdbc.maxActive=100
 | 
						|
jdbc.maxWait=100000
 | 
						|
jdbc.defaultAutoCommit=false
 | 
						|
jdbc.removeAbandoned=true
 | 
						|
jdbc.removeAbandonedTimeout=600
 | 
						|
jdbc.testWhileIdle=true
 | 
						|
jdbc.timeBetweenEvictionRunsMillis=60000
 | 
						|
jdbc.numTestsPerEvictionRun=20
 | 
						|
jdbc.minEvictableIdleTimeMillis=300000
 | 
						|
#==============================================================================================================
 | 
						|
#
 | 
						|
#==============================================================================================================
 | 
						|
table-suffix=_20152016
 | 
						|
extract-log-localtion=/home/log/
 | 
						|
gather-tablespace-name=TS_TTSSS
 | 
						|
gather-tablespace-path=
 | 
						|
gather-table-user-password=
 | 
						|
kubeMasterUrl=http://192.168.0.110:8080/
 | 
						|
collect-user-name=system
 | 
						|
collect-password=oracle
 | 
						|
collect-service-name=orcl
 |