Commit 64a1d15b by Jason Song

Merge pull request #228 from yiming187/health_check

Update health check config
parents c5e0ca63 165d0b8f
......@@ -9,5 +9,12 @@ eureka:
enabled: true
endpoints:
shutdown:
enabled: true
\ No newline at end of file
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
......@@ -5,4 +5,16 @@ eureka:
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8090/eureka/
healthcheck:
enabled: true
\ No newline at end of file
enabled: true
endpoints:
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
......@@ -11,5 +11,12 @@ eureka:
enabled: true
endpoints:
shutdown:
enabled: true
\ No newline at end of file
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
......@@ -6,4 +6,16 @@ eureka:
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:8080/eureka/
healthcheck:
enabled: true
\ No newline at end of file
enabled: true
endpoints:
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
......@@ -12,7 +12,14 @@ server:
logging:
file: /opt/logs/100003173/apollo-portal.log
endpoints:
shutdown:
enabled: true
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
......@@ -16,3 +16,15 @@ ctrip:
apollo:
portal:
env: local
endpoints:
health:
sensitive: false
management:
security:
enabled: false
health:
status:
order: DOWN, OUT_OF_SERVICE, UNKNOWN, UP
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment