connect 数据库信息

connectinfo 字典信息:

	
	
	"connectinfo": {
		"esbdb2": {
		    "instance_name":"esbdb2",
			"dbip": "1.1.120.142",
			"AVAILABILITY_STATUS": "green",
			"systag": "ESB数据库",
			"dbstatus": "open"
		},
		"mobilebank02": {
			"dbstatus": "open",
			"instance_name":"mobilebank02",
			"dbip": "1.1.121.32",
			"AVAILABILITY_STATUS": "green",
			"systag": "移动平台数据库"
		},
		"ecifdb2": {
			"AVAILABILITY_STATUS": "red",
			"instance_name":"ecifdb2",
			"systag": "ECIF数据库",
			"dbip": "1.1.120.152",
			"dbstatus": "died"
		},
		"ecifdb1": {
			"AVAILABILITY_STATUS": "red",
			"instance_name":"ecifdb1",
			"systag": "ECIF数据库",
			"dbip": "1.1.120.151",
			"dbstatus": "died"
		},
		"tllspj2": {
			"dbip": "2.2.249.24",
			"instance_name":"tllspj2",
			"systag": "征信数据库",
			"AVAILABILITY_STATUS": "green",
			"dbstatus": "open"
		}
	}
	
	


​
ecifdb1: {…}
​​
AVAILABILITY_STATUS: "red"
​​
dbip: "1.1.120.151"
​​
dbstatus: "died"
​​
instance_name: "ecifdb1"
​​
status: "error"
​​
systag: "ECIF数据库"
​​
waitevent: Array []
​​
<prototype>: Object { … }
​
ecifdb2: {…}
​​
AVAILABILITY_STATUS: "red"
​​
dbip: "1.1.120.152"
​​
dbstatus: "died"
​​
instance_name: "ecifdb2"
​​
status: "error"
​​
systag: "ECIF数据库"
​​
waitevent: Array []
​​
<prototype>: Object { … }
​
esbdb2: {…}
​​
AVAILABILITY_STATUS: "green"
​​
SESSIONTHRESHOLD: "120"
​​
dbip: "1.1.120.142"
​​
dbstatus: "open"
​​
instance_name: "esbdb2"
​​
sessioncount: "79"
​​
sessioninfo_status: "green"
​​
systag: "ESB数据库"
​​
waitevent: Array [ {…}, {…} ]
​​
<prototype>: Object { … }
​
mobilebank02: {…}
​​
AVAILABILITY_STATUS: "green"
​​
SESSIONTHRESHOLD: "100"
​​
dbip: "1.1.121.32"
​​
dbstatus: "open"
​​
instance_name: "mobilebank02"
​​
sessioncount: "122"
​​
sessioninfo_status: "green"
​​
systag: "移动平台数据库"
​​
waitevent: Array [ {…} ]
​​
<prototype>: Object { … }
​
tllspj2: Object { instance_name: "tllspj2", AVAILABILITY_STATUS: "green", systag: "征信数据库", … }
​
AVAILABILITY_STATUS: "green"
​​
SESSIONTHRESHOLD: "400"
​​
dbip: "2.2.249.24"
​​
dbstatus: "open"
​​
instance_name: "tllspj2"
​​
sessioncount: "423"
​​
sessioninfo_status: "yellow"
​​
systag: "征信数据库"
​​
原文地址:https://www.cnblogs.com/hzcya1995/p/13348730.html