blob: d9a4f559b778a430a6229f275c698a67d017a694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
validate_user=true
defaultPageSize=30
##--email user address
email.address = [email protected]
##--username
email.userName = wangwenrui
##--emailpassword
email.password = wwr@intranet
##--
email.host = 10.0.6.100
#file save path
uploadServerPath=D:/Software/apache-tomcat-7.0.77/wtpwebapps/nmsweb/download/
common.ssl.ks = E:\\WorkSpace\\nmsweb\\src\\conf\\ssl\\client_ks
common.ssl.ts = E:\\WorkSpace\\nmsweb\\src\\conf\\ssl\\client_ts
#--
common.single.socket.port = 60702
common.ssl.socket.port = 60703
#admin mark 2012-02-07 add, Not Edit All of old Mark
common.admin.mark = admin
#charset
ssl.sorket.encoding =utf-8
common.date.format =yyyy-MM-dd HH\:mm\:ss
#---CreateJavaBean-------
packName = osDomains
toPath= D:/Software/apache-tomcat-7.0.77/wtpwebapps/nmsweb/src/osDomains/
#----class property
snmpDir = D:/Software/apache-tomcat-7.0.77/wtpwebapps/nmsweb/download2/
defaultSingleLogin=0
defaultRoomMaxRows =20
defaultRoomMaxCols =20
detec.switch.str = switchport
detec.systeminfo.str = systeminfo
#超周期,默认紧急状态:0:紧急;1:非紧急
detec.timeout.police.emergent = 0
#超周期,默认告警级别
detec.timeout.police.level = 0
#监测数据设置告警时,对于指定多个标识符(如多个盘符、多个CPU、多个网卡)的分隔符 --暂时未使用
alarm.set.marker.separator=|
#默认查询历史监测数据的时间:单位天
default.search.history.detect.data.day=3
#任务配置-总体比例图中,表格节点超过一页时的叠加单位,默认为5
#nmstaskmanager.resultchart.foldunit=5
#工具管理:上传下载插件的路径
serverPath=D:\Software\apache-tomcat-7.0.77\wtpwebapps/webapps/NMSNMSA
uploadFilePath=/download/
#数据库类型:oracle/mysql
db_type=mysql
config.update.flag = 6
#跳转系统的url
system.url=http://10.0.6.247:3000/login
target.system.user=admin
target.system.pwd=12345678
#监测入库总控线程是否启用,1:启用
flag.detect.insert.control=0
#监测入库总控 轮询间隔 ,单位 s
detect.insert.control.period=60
#通知监测数据入库,释放锁超时时间,单位:s
detect.insert.timeout=60
#线程池大小
executor_socket_thread_size =10
#周期线程池大小
executor_scheduled_thread_size=5
dc.handshake.start=30
#与dc握手间隔
dc.handshake.period=300
detec.timeout.check.period=120
#超时告警 延迟时间,为了防止 国家中心,分中心 两个web 同时判断生成多条 记录
detec.timeout.alarm.period.delay=5
#是否启动监测超时检查入库,1:开启,非1:关闭
flag_detec_timeout=1
#邮件周期
mailing_period=120
use_mycat=true
consul.system.url=http://10.0.6.247:8787/thirdProjectLogin
nextval_function_name=nextval
currval_function_name=currval
nation.role.jsbh=224
#若系统为rc系统,配置此配置,菜单显示为rc的菜单 值为分中心角色id
#region.role.jsbh=21
#分中心ID,国家中心填写 -1,填写的内容为 分中心对应的 system_table 的id,后台只会判断当前业务系统下的 所有节点
system.id=-1
dept.mk.id=280
#1:open 0:close
nms.report.open=0
#unit:s
nms.report.status.interval=300
nms.report.port.interval=300
nms.report.rule.interval=900
#nms握手监测设置id
nms.status.setId=7
nms.status.url=http://10.0.7.21/galaxy-service//service/nms/v1/saveServerStatus
nms.port.url=http://10.0.7.21/galaxy-service/service/nms/v1/trafficNetflowPortInfo
nms.rule.url=http://10.0.7.21/galaxy-service/service/nms/v1/saveNmsDiRule
nms.port.warn.url=http://192.168.11.209:8080/galaxy-service/service/nms/v1/trafficSeriesDevicePortInfo
#默认节点组id
default.nodeGroupId=100000
prefabricate.view=100000,100003,100004,100005,100006,100007,100033,100035,100037
#下发,修改监测等是否直接通过 socket 通知dc
dc.notice=0
|