Display port in the link shown in Fuel UI

Change-Id: I308db6e56a77db89e4eacf8da0893c697497a105
This commit is contained in:
Guillaume Thouvenin 2016-07-01 10:39:58 +02:00
parent b9acf64fa0
commit 4e2d74d3c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if hiera('lma::grafana::tls::enabled') {
$protocol = 'https'
$grafana_hostname = hiera('lma::grafana::tls::hostname')
$grafana_link_data = "{\"title\":\"Grafana\",\
\"description\":\"Dashboard for visualizing metrics (${grafana_hostname}: ${vip})\",\
\"description\":\"Dashboard for visualizing metrics (${grafana_hostname}: ${protocol}://${vip}:${grafana_port})\",\
\"url\":\"${protocol}://${grafana_hostname}:${grafana_port}/\"}"
} else {
$protocol = 'http'