|
@@ -0,0 +1,34 @@
|
|
|
+{
|
|
|
+ "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": "Metrics UI Server",
|
|
|
+ "requires_user_name": "false",
|
|
|
+ "url":"%@://%@:%@",
|
|
|
+ "template":"%@://%@:%@",
|
|
|
+ "port":{
|
|
|
+ "http_property": "port",
|
|
|
+ "http_default_port": "3000",
|
|
|
+ "https_property": "port",
|
|
|
+ "https_default_port": "3000",
|
|
|
+ "regex": "^(\\d+)$",
|
|
|
+ "site": "ams-grafana-ini"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|