tripleo-common/healthcheck/nova-vnc-proxy
Martin Mágr 91167665f5 Fix nova_vnc_proxy, ceilometer_agent_central and aodh_evaluator health check
None of these services connects to RabbitMQ, so we need to verify functionality
of those services different way.

Change-Id: Ic6b51ad6be0d230375bdfb13e04f82629336d070
Closes-Bug: #1724922
2017-10-23 11:32:13 +00:00

9 lines
301 B
Bash
Executable File

#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
bind_host=$(get_config_val /etc/nova/nova.conf vnc novncproxy_host 127.0.0.1)
bind_port=$(get_config_val /etc/nova/nova.conf vnc novncproxy_port 6080)
healthcheck_curl http://${bind_host}:${bind_port}/