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 1cf39ec commit 232f4e2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"name": "Prometheus",
"label": "Prometheus",
"description": "",
"type": "datasource",
Expand Down Expand Up @@ -64,7 +64,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "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": "${DS_PROMETHEUS}",
"datasource": "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": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"editable": true,
"error": false,
"format": "percent",
Expand Down Expand Up @@ -321,7 +321,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -415,7 +415,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"editable": true,
"error": false,
Expand Down Expand Up @@ -510,7 +510,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"editable": true,
"error": false,
"fill": 1,
Expand Down Expand Up @@ -600,7 +600,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"editable": true,
"error": false,
"fill": 1,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"name": "Prometheus",
"label": "Prometheus",
"description": "",
"type": "datasource",
Expand Down Expand Up @@ -79,7 +79,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Busy state of all CPU cores together",
"format": "percent",
Expand Down Expand Up @@ -164,7 +164,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 0,
"description": "Non available RAM memory",
"format": "percent",
Expand Down Expand Up @@ -252,7 +252,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Used Swap",
"format": "percent",
Expand Down Expand Up @@ -335,7 +335,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Used Root FS",
"format": "percent",
Expand Down Expand Up @@ -419,7 +419,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Busy state of all CPU cores together (1 min average)",
"format": "percent",
Expand Down Expand Up @@ -503,7 +503,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Busy state of all CPU cores together (5 min average)",
"format": "percent",
Expand Down Expand Up @@ -602,7 +602,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"description": "Total number of CPU cores",
"format": "short",
"gauge": {
Expand Down Expand Up @@ -684,7 +684,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"description": "Total RAM",
"format": "bytes",
Expand Down Expand Up @@ -767,7 +767,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"description": "Total SWAP",
"format": "bytes",
Expand Down Expand Up @@ -850,7 +850,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(245, 54, 54, 0.9)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": null,
"description": "Total RootFS",
"format": "bytes",
Expand Down Expand Up @@ -935,7 +935,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"description": "System Load (1m avg)",
"format": "short",
Expand Down Expand Up @@ -1019,7 +1019,7 @@
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 1,
"description": "System uptime",
"format": "s",
Expand Down Expand Up @@ -1129,7 +1129,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"description": "Basic CPU info",
"fill": 4,
Expand Down Expand Up @@ -1306,7 +1306,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 2,
"description": "Basic memory usage",
"fill": 4,
Expand Down Expand Up @@ -1490,7 +1490,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"description": "Basic network info per interface",
"fill": 4,
"gridPos": {
Expand Down Expand Up @@ -1624,7 +1624,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"decimals": 3,
"description": "Disk space used of all filesystems mounted",
"fill": 4,
Expand Down Expand Up @@ -20406,7 +20406,7 @@
{
"allValue": null,
"current": {},
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"hide": 0,
"includeAll": false,
"label": "Host:",
Expand All @@ -20426,7 +20426,7 @@
{
"allValue": null,
"current": {},
"datasource": "${DS_PROMETHEUS}",
"datasource": "Prometheus",
"hide": 2,
"includeAll": false,
"label": "port",
Expand Down

0 comments on commit 232f4e2

Please sign in to comment.