blob: f5976e41b74550ad2b06baa5ea76c171a3ae1e6f [file] [log] [blame]
{
"name": "default",
"description": "default quick links configuration",
"configuration": {
"protocol":
{
"type":"https",
"checks":[
{
"property":"protocol",
"desired":"https",
"site":"ams-grafana-ini"
}
]
},
"links": [
{
"name": "metrics_ui_server",
"label": "Grafana",
"requires_user_name": "false",
"component_name": "METRICS_GRAFANA",
"url":"%@://%@:%@",
"port":{
"http_property": "port",
"http_default_port": "3000",
"https_property": "port",
"https_default_port": "3000",
"regex": "^(\\d+)$",
"site": "ams-grafana-ini"
}
}
]
}
}