|
@@ -7,15 +7,15 @@ server:
|
|
|
|
|
|
spring:
|
|
|
application:
|
|
|
- name: monitor-web-hb-consumer
|
|
|
- nacos:
|
|
|
- discovery:
|
|
|
- server-addr: 10.81.3.155:8848
|
|
|
- #指定yaml格式的配置
|
|
|
- file-extension: yaml
|
|
|
- cluster-name: master
|
|
|
- username: nacos
|
|
|
- password: nacos
|
|
|
+# name: monitor-web-hb-consumer
|
|
|
+# nacos:
|
|
|
+# discovery:
|
|
|
+# server-addr: 192.168.1.104:8870
|
|
|
+# #指定yaml格式的配置
|
|
|
+# file-extension: yaml
|
|
|
+## cluster-name: master
|
|
|
+# username: nacos
|
|
|
+# password: nacos
|
|
|
#redis集群
|
|
|
redis:
|
|
|
host: 10.81.3.155
|
|
@@ -102,18 +102,19 @@ feign:
|
|
|
read-timeout: 60000
|
|
|
connect-timeout: 60000
|
|
|
provider:
|
|
|
- monitorurl: http://10.81.3.155:8171/
|
|
|
- healthurl: http://10.81.3.155:8171/
|
|
|
- analysisurl: http://10.81.3.155:8171/
|
|
|
- adminurl: http://10.81.3.155:8171/
|
|
|
- alarmurl: http://10.81.3.155:8171/
|
|
|
- peranalyurl: http://10.81.3.155:8171/
|
|
|
+# monitorurl: http://10.81.3.155:8171/
|
|
|
+# healthurl: http://10.81.3.155:8172/
|
|
|
+# analysisurl: http://10.81.3.155:8171/
|
|
|
+# adminurl: http://10.81.3.155:8171/
|
|
|
+# alarmurl: http://10.81.3.155:8176/
|
|
|
+# peranalyurl: http://10.81.3.155:8171/
|
|
|
|
|
|
-# monitorurl: http://192.168.56.1:8171/
|
|
|
-# healthurl: http://192.168.56.1:8171/
|
|
|
-# analysisurl: http://192.168.56.1:8171/
|
|
|
-# adminurl: http://192.168.56.1:8171/
|
|
|
-# alarmurl: http://192.168.56.1:8171/
|
|
|
+ monitorurl: http://192.168.1.104:8171/
|
|
|
+ healthurl: http://192.168.1.104:8172/
|
|
|
+ analysisurl: http://192.168.1.104:8171/
|
|
|
+ adminurl: http://192.168.1.104:8171/
|
|
|
+ alarmurl: http://192.168.1.104:8176/
|
|
|
+ peranalyurl: http://192.168.1.104:8171/
|
|
|
management:
|
|
|
endpoints:
|
|
|
jmx:
|