Skip to content

Commit

Permalink
Merge pull request #158 from jchauncey/kube-health-dash
Browse files Browse the repository at this point in the history
chore(grafana): Add improved kubernetes health dashboard
  • Loading branch information
Jonathan Chauncey authored Nov 2, 2016
2 parents df1a2c0 + 0369d15 commit 7c5a8ad
Show file tree
Hide file tree
Showing 6 changed files with 1,128 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4273,7 +4273,7 @@
}
],
"time": {
"from": "now-5m",
"from": "now-3h",
"to": "now"
},
"timepicker": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dashboard":{
"dashboard": {
"id": null,
"title": "Deis Router",
"tags": [
Expand Down Expand Up @@ -1050,7 +1050,7 @@
}
],
"time": {
"from": "now-5m",
"from": "now-3h",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -1087,7 +1087,7 @@
},
"refresh": "5s",
"schemaVersion": 12,
"version": 1,
"version": 0,
"links": [],
"gnetId": null
}
Expand Down
4 changes: 2 additions & 2 deletions grafana/rootfs/usr/share/grafana/api/dashboards/influx.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
}
],
"time": {
"from": "now-5m",
"from": "now-3h",
"to": "now"
},
"timepicker": {
Expand Down Expand Up @@ -691,7 +691,7 @@
"list": []
},
"schemaVersion": 12,
"version": 1,
"version": 0,
"links": [],
"gnetId": null
}
Expand Down
Loading

0 comments on commit 7c5a8ad

Please sign in to comment.