1 init_config: null 2 instances: 3 - name: keystone 4 dimensions: 5 service: keystone 6 timeout: 3 7 url: http://127.0.0.1/identity 8 - name: mysql 9 dimensions: 10 service: mysql 11 timeout: 3 12 url: http://127.0.0.1:3306 13 - name: influxdb 14 dimensions: 15 service: influxdb 16 timeout: 3 17 url: http://127.0.0.1:8086/ping 18 - name: elasticsearch 19 dimensions: 20 service: elasticsearch 21 timeout: 3 22 url: http://{{IP}}:9200/_cat/health 23 - name: kibana 24 dimensions: 25 service: kibana 26 timeout: 3 27 url: http://{{IP}}:5601/status