Merge branch 'ufo_health_check' into 'master'
新增ufo fore健康检查 测试通过 ![_Z7___A_MW2O3KY_HXMIVV5](/uploads/f4c2150df67a736bbb16b9a13125dd67/_Z7___A_MW2O3KY_HXMIVV5.png) See merge request !40
Showing
1 changed file
with
13 additions
and
0 deletions
@@ -140,3 +140,16 @@ | @@ -140,3 +140,16 @@ | ||
140 | url: "http://{{ item }}:8080/yohosearch/fuzzy/productList.json?query=卫衣&viewNum=30&uid=13838876" | 140 | url: "http://{{ item }}:8080/yohosearch/fuzzy/productList.json?query=卫衣&viewNum=30&uid=13838876" |
141 | with_items: | 141 | with_items: |
142 | - "{{ groups['search-service'] }}" | 142 | - "{{ groups['search-service'] }}" |
143 | + | ||
144 | + - name: 检查java ufo fore 健康状态 | ||
145 | + health_check: | ||
146 | + name: 查询ufo产品 | ||
147 | + url: "http://{{ item }}:8080/ufo-gateway/?method=ufo.product.data&product_id=10005859" | ||
148 | + with_items: | ||
149 | + - "{{ groups['java-ufo-fore'] }}" | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + |
-
Please register or login to post a comment