Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 871138e

Browse files
chaconpizaBrandstetter
authored andcommitted
Adding new dashboards (#41)
* Adding new dashboards -OpenStack VM for tenants who monitors his VMs -OpenStack Hypervisor for admin who monitors the hypervisor and the created VMs -Renaming OpenStack Dashboard to OpenStack Services -Renaming Node Dashboard to CMM and removing the template * Increasing grafana-init build number
1 parent ac0de47 commit 871138e

7 files changed

Lines changed: 2204 additions & 31 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ ZOOKEEPER_VERSION=3.4
186186
MON_KAFKA_VERSION=2.0.2
187187
MON_KAFKA_INIT_VERSION=2.0.0
188188
MON_GRAFANA_VERSION=2.1.2
189-
MON_GRAFANA_INIT_VERSION=2.0.8
189+
MON_GRAFANA_INIT_VERSION=2.0.9
190190

191191
MON_API_VERSION=2.0.5
192192
MON_PERSISTER_VERSION=2.0.0

dotenv2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ZOOKEEPER_VERSION=3.4
163163
MON_KAFKA_VERSION=2.0.2
164164
MON_KAFKA_INIT_VERSION=2.0.0
165165
MON_GRAFANA_VERSION=2.1.2
166-
MON_GRAFANA_INIT_VERSION=2.0.8
166+
MON_GRAFANA_INIT_VERSION=2.0.9
167167

168168
MON_API_VERSION=2.0.5
169169
MON_PERSISTER_VERSION=2.0.0

grafana-init/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repository: fest/grafana-init
22
variants:
3-
- tag: 2.0.8
3+
- tag: 2.0.9
44
aliases:
55
- :pike-{date}-{time}

grafana-init/dashboards.d/07-nodes.json

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": 5,
3-
"title": "Node Dashboard",
3+
"title": "CMM",
44
"tags": [],
55
"style": "dark",
66
"timezone": "utc",
@@ -37,31 +37,8 @@
3737
]
3838
},
3939
"templating": {
40-
"list": [
41-
{
42-
"allValue": null,
43-
"current": {
44-
"value": [
45-
"$__all"
46-
],
47-
"text": "All"
48-
},
49-
"datasource": "monasca",
50-
"hide": 0,
51-
"includeAll": true,
52-
"label": "Node Name",
53-
"multi": true,
54-
"name": "hostname",
55-
"options": [],
56-
"query": "hostname",
57-
"refresh": 1,
58-
"regex": "/mn1-kub/",
59-
"sort": 0,
60-
"tagValuesQuery": null,
61-
"tagsQuery": null,
62-
"type": "query"
63-
}
64-
]
40+
"list": [],
41+
"enable": false
6542
},
6643
"annotations": {
6744
"list": []

grafana-init/dashboards.d/08-openstack.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"id": null,
3-
"title": "Openstack Dashboard",
4-
"originalTitle": "Openstack Dashboard",
3+
"title": "OpenStack Services",
54
"tags": [],
65
"style": "light",
76
"timezone": "browser",

0 commit comments

Comments
 (0)