Skip to content

Commit

Permalink
fix docker for monitoring on Ubuntu 16
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 19, 2018
1 parent 9efa781 commit 1cf39ec
Show file tree
Hide file tree
Showing 3 changed files with 20,489 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "none",
Expand Down Expand Up @@ -151,7 +151,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "mbytes",
Expand Down Expand Up @@ -238,7 +238,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"format": "percent",
Expand Down Expand Up @@ -321,7 +321,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -415,7 +415,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -510,7 +510,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -600,7 +600,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"datasource": "${DS_PROMETHEUS}",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -727,4 +727,4 @@
"title": "Docker monitoring",
"uid": "p3bynP4iz",
"version": 1
}
}

0 comments on commit 1cf39ec

Please sign in to comment.