Merge pull request #19 from thouveng/provide-main-dashboard-oldway
Pass the main dashboard through grains
This commit is contained in:
commit
ceb52864dc
3 changed files with 16 additions and 316 deletions
|
@ -526,7 +526,7 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "neutron-control-plane"
|
"value": "neutron-control"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -661,7 +661,7 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "nova-control-plane"
|
"value": "nova-control"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -796,7 +796,7 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "cinder-control-plane"
|
"value": "cinder-control"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -848,141 +848,6 @@
|
||||||
"editable": true,
|
"editable": true,
|
||||||
"height": "250px",
|
"height": "250px",
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
|
||||||
"cacheTimeout": null,
|
|
||||||
"colorBackground": true,
|
|
||||||
"colorValue": false,
|
|
||||||
"colors": [
|
|
||||||
"rgba(71, 212, 59, 0.4)",
|
|
||||||
"rgba(245, 150, 40, 0.73)",
|
|
||||||
"rgba(225, 40, 40, 0.59)"
|
|
||||||
],
|
|
||||||
"datasource": null,
|
|
||||||
"editable": true,
|
|
||||||
"error": false,
|
|
||||||
"format": "none",
|
|
||||||
"gauge": {
|
|
||||||
"maxValue": 100,
|
|
||||||
"minValue": 0,
|
|
||||||
"show": false,
|
|
||||||
"thresholdLabels": false,
|
|
||||||
"thresholdMarkers": true
|
|
||||||
},
|
|
||||||
"id": 27,
|
|
||||||
"interval": "> 60s",
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"dashboard": "Neutron",
|
|
||||||
"name": "Drilldown dashboard",
|
|
||||||
"title": "Neutron",
|
|
||||||
"type": "dashboard"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"maxDataPoints": 100,
|
|
||||||
"nullPointMode": "connected",
|
|
||||||
"nullText": null,
|
|
||||||
"postfix": "",
|
|
||||||
"postfixFontSize": "50%",
|
|
||||||
"prefix": "",
|
|
||||||
"prefixFontSize": "50%",
|
|
||||||
"span": 2,
|
|
||||||
"sparkline": {
|
|
||||||
"fillColor": "rgba(31, 118, 189, 0.18)",
|
|
||||||
"full": false,
|
|
||||||
"lineColor": "rgb(31, 120, 193)",
|
|
||||||
"show": false
|
|
||||||
},
|
|
||||||
"targets": [
|
|
||||||
{
|
|
||||||
"column": "value",
|
|
||||||
"condition": "",
|
|
||||||
"dsType": "influxdb",
|
|
||||||
"fill": "",
|
|
||||||
"function": "last",
|
|
||||||
"groupBy": [
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"$interval"
|
|
||||||
],
|
|
||||||
"type": "time"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"type": "fill"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"groupByTags": [],
|
|
||||||
"groupby_field": "",
|
|
||||||
"interval": "",
|
|
||||||
"measurement": "cluster_status",
|
|
||||||
"policy": "default",
|
|
||||||
"query": "SELECT last(\"value\") FROM \"cluster_status\" WHERE \"cluster_name\" = 'neutron' AND $timeFilter GROUP BY time($interval) fill(null)",
|
|
||||||
"rawQuery": false,
|
|
||||||
"refId": "A",
|
|
||||||
"resultFormat": "time_series",
|
|
||||||
"select": [
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"value"
|
|
||||||
],
|
|
||||||
"type": "field"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"params": [],
|
|
||||||
"type": "last"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
{
|
|
||||||
"key": "cluster_name",
|
|
||||||
"operator": "=",
|
|
||||||
"value": "neutron-data-plane"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"thresholds": "1,3",
|
|
||||||
"title": "Neutron",
|
|
||||||
"type": "singlestat",
|
|
||||||
"valueFontSize": "50%",
|
|
||||||
"valueMaps": [
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "no data",
|
|
||||||
"value": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "OKAY",
|
|
||||||
"value": "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "WARN",
|
|
||||||
"value": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "UNKW",
|
|
||||||
"value": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "CRIT",
|
|
||||||
"value": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "DOWN",
|
|
||||||
"value": "4"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"valueName": "current"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cacheTimeout": null,
|
"cacheTimeout": null,
|
||||||
"colorBackground": true,
|
"colorBackground": true,
|
||||||
|
@ -1075,7 +940,7 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "nova-data-plane"
|
"value": "nova-data"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1333,7 +1198,7 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "cinder-data-plane"
|
"value": "cinder-data"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1685,10 +1550,10 @@
|
||||||
"interval": ">60s",
|
"interval": ">60s",
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"dashUri": "db/apache",
|
"dashUri": "db/nginx",
|
||||||
"dashboard": "Apache",
|
"dashboard": "Nginx",
|
||||||
"name": "Drilldown dashboard",
|
"name": "Drilldown dashboard",
|
||||||
"title": "Apache",
|
"title": "Nginx",
|
||||||
"type": "dashboard"
|
"type": "dashboard"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -1730,7 +1595,7 @@
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"measurement": "cluster_status",
|
"measurement": "cluster_status",
|
||||||
"policy": "default",
|
"policy": "default",
|
||||||
"query": "SELECT last(\"value\") FROM \"cluster_status\" WHERE \"cluster_name\" = 'apache' AND $timeFilter GROUP BY time($interval) fill(null)",
|
"query": "SELECT last(\"value\") FROM \"cluster_status\" WHERE \"cluster_name\" = 'nginx' AND $timeFilter GROUP BY time($interval) fill(null)",
|
||||||
"rawQuery": false,
|
"rawQuery": false,
|
||||||
"refId": "A",
|
"refId": "A",
|
||||||
"resultFormat": "time_series",
|
"resultFormat": "time_series",
|
||||||
|
@ -1757,13 +1622,13 @@
|
||||||
{
|
{
|
||||||
"key": "cluster_name",
|
"key": "cluster_name",
|
||||||
"operator": "=",
|
"operator": "=",
|
||||||
"value": "apache"
|
"value": "nginx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"thresholds": "1,3",
|
"thresholds": "1,3",
|
||||||
"title": "Apache",
|
"title": "Nginx",
|
||||||
"type": "singlestat",
|
"type": "singlestat",
|
||||||
"valueFontSize": "50%",
|
"valueFontSize": "50%",
|
||||||
"valueMaps": [
|
"valueMaps": [
|
||||||
|
@ -2077,132 +1942,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"valueName": "current"
|
"valueName": "current"
|
||||||
},
|
|
||||||
{
|
|
||||||
"cacheTimeout": null,
|
|
||||||
"colorBackground": true,
|
|
||||||
"colorValue": false,
|
|
||||||
"colors": [
|
|
||||||
"rgba(71, 212, 59, 0.4)",
|
|
||||||
"rgba(245, 150, 40, 0.73)",
|
|
||||||
"rgba(225, 40, 40, 0.59)"
|
|
||||||
],
|
|
||||||
"datasource": null,
|
|
||||||
"editable": true,
|
|
||||||
"error": false,
|
|
||||||
"format": "short",
|
|
||||||
"gauge": {
|
|
||||||
"maxValue": 100,
|
|
||||||
"minValue": 0,
|
|
||||||
"show": false,
|
|
||||||
"thresholdLabels": false,
|
|
||||||
"thresholdMarkers": true
|
|
||||||
},
|
|
||||||
"id": 29,
|
|
||||||
"interval": ">60s",
|
|
||||||
"links": [],
|
|
||||||
"maxDataPoints": 100,
|
|
||||||
"nullPointMode": "connected",
|
|
||||||
"nullText": null,
|
|
||||||
"postfix": "",
|
|
||||||
"postfixFontSize": "50%",
|
|
||||||
"prefix": "",
|
|
||||||
"prefixFontSize": "50%",
|
|
||||||
"span": 2,
|
|
||||||
"sparkline": {
|
|
||||||
"fillColor": "rgba(31, 118, 189, 0.18)",
|
|
||||||
"full": false,
|
|
||||||
"lineColor": "rgb(31, 120, 193)",
|
|
||||||
"show": false
|
|
||||||
},
|
|
||||||
"targets": [
|
|
||||||
{
|
|
||||||
"column": "value",
|
|
||||||
"dsType": "influxdb",
|
|
||||||
"fill": "",
|
|
||||||
"function": "last",
|
|
||||||
"groupBy": [
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"$interval"
|
|
||||||
],
|
|
||||||
"type": "time"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"type": "fill"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"groupByTags": [],
|
|
||||||
"interval": "",
|
|
||||||
"measurement": "cluster_status",
|
|
||||||
"policy": "default",
|
|
||||||
"query": "SELECT last(\"value\") FROM \"cluster_status\" WHERE \"cluster_name\" = 'memcached' AND $timeFilter GROUP BY time($interval) fill(null)",
|
|
||||||
"rawQuery": false,
|
|
||||||
"refId": "A",
|
|
||||||
"resultFormat": "time_series",
|
|
||||||
"select": [
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"params": [
|
|
||||||
"value"
|
|
||||||
],
|
|
||||||
"type": "field"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"params": [],
|
|
||||||
"type": "last"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"tags": [
|
|
||||||
{
|
|
||||||
"key": "cluster_name",
|
|
||||||
"operator": "=",
|
|
||||||
"value": "pacemaker"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"thresholds": "1,3",
|
|
||||||
"title": "pacemaker",
|
|
||||||
"type": "singlestat",
|
|
||||||
"valueFontSize": "50%",
|
|
||||||
"valueMaps": [
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "no data",
|
|
||||||
"value": "null"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "OKAY",
|
|
||||||
"value": "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "WARN",
|
|
||||||
"value": "1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "UNKW",
|
|
||||||
"value": "2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "CRIT",
|
|
||||||
"value": "3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"op": "=",
|
|
||||||
"text": "DOWN",
|
|
||||||
"value": "4"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"valueName": "current"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"showTitle": true,
|
"showTitle": true,
|
|
@ -1,45 +1,4 @@
|
||||||
{%- if pillar.get('grafana').collector is defined %}
|
|
||||||
dashboard:
|
dashboard:
|
||||||
test-single-{{ grains.host }}:
|
main:
|
||||||
title: Dashboard single {{ grains.host }}
|
format: json
|
||||||
editable: true
|
template: grafana/files/grafana_dashboards/main_influxdb.json
|
||||||
hideControls: false
|
|
||||||
row:
|
|
||||||
single:
|
|
||||||
title: Single row
|
|
||||||
height: 250px
|
|
||||||
showTitle: true
|
|
||||||
panel:
|
|
||||||
first:
|
|
||||||
title: Single Panel
|
|
||||||
span: 8
|
|
||||||
editable: false
|
|
||||||
type: graph
|
|
||||||
target:
|
|
||||||
A:
|
|
||||||
refId: A
|
|
||||||
target: "support_prd.cfg01_iot_tcpcloud_eu.cpu.0.idle"
|
|
||||||
datasource: graphite01
|
|
||||||
renderer: flot
|
|
||||||
test-merge:
|
|
||||||
title: Dashboard merge
|
|
||||||
editable: true
|
|
||||||
hideControls: false
|
|
||||||
row:
|
|
||||||
merge:
|
|
||||||
showTitle: true
|
|
||||||
title: Merge
|
|
||||||
height: 250px
|
|
||||||
panel:
|
|
||||||
merge:
|
|
||||||
title: Merge Panel
|
|
||||||
span: 8
|
|
||||||
editable: false
|
|
||||||
type: graph
|
|
||||||
target:
|
|
||||||
{{ grains.host }}:
|
|
||||||
refId: A
|
|
||||||
target: "support_prd.cfg01_iot_tcpcloud_eu.cpu.0.idle"
|
|
||||||
datasource: graphite01
|
|
||||||
renderer: flot
|
|
||||||
{%- endif %}
|
|
||||||
|
|
|
@ -9,3 +9,5 @@ parameters:
|
||||||
enabled: false
|
enabled: false
|
||||||
sphinx:
|
sphinx:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
grafana:
|
||||||
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue