Fix minnor things

This commit is contained in:
Ricardo F 2017-12-01 01:01:12 +01:00
parent 8f6fa55bb0
commit 04a9907645

View file

@ -44,7 +44,7 @@
"hideControls": false, "hideControls": false,
"id": null, "id": null,
"links": [], "links": [],
"refresh": false, "refresh": "1m",
"rows": [ "rows": [
{ {
"collapse": false, "collapse": false,
@ -241,6 +241,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_LOCALHOST}", "datasource": "${DS_LOCALHOST}",
"decimals": 2,
"fill": 1, "fill": 1,
"id": 3, "id": 3,
"legend": { "legend": {
@ -308,7 +309,7 @@
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": null, "min": null,
"show": true "show": false
} }
] ]
}, },
@ -318,6 +319,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_LOCALHOST}", "datasource": "${DS_LOCALHOST}",
"decimals": 2,
"fill": 1, "fill": 1,
"id": 1, "id": 1,
"legend": { "legend": {
@ -385,7 +387,7 @@
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": null, "min": null,
"show": true "show": false
} }
] ]
} }
@ -407,6 +409,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_LOCALHOST}", "datasource": "${DS_LOCALHOST}",
"decimals": 2,
"fill": 1, "fill": 1,
"id": 2, "id": 2,
"legend": { "legend": {
@ -497,6 +500,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_LOCALHOST}", "datasource": "${DS_LOCALHOST}",
"decimals": 2,
"fill": 1, "fill": 1,
"id": 7, "id": 7,
"legend": { "legend": {
@ -564,7 +568,7 @@
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": null, "min": null,
"show": true "show": false
} }
] ]
}, },
@ -574,6 +578,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_LOCALHOST}", "datasource": "${DS_LOCALHOST}",
"decimals": 2,
"fill": 1, "fill": 1,
"id": 4, "id": 4,
"legend": { "legend": {
@ -632,7 +637,7 @@
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": null, "min": "0",
"show": true "show": true
}, },
{ {
@ -641,7 +646,7 @@
"logBase": 1, "logBase": 1,
"max": null, "max": null,
"min": null, "min": null,
"show": true "show": false
} }
] ]
} }
@ -670,7 +675,7 @@
"name": "host", "name": "host",
"options": [], "options": [],
"query": "label_values(apache_up, instance)", "query": "label_values(apache_up, instance)",
"refresh": 1, "refresh": 2,
"regex": "/([^:]+):.*/", "regex": "/([^:]+):.*/",
"sort": 1, "sort": 1,
"tagValuesQuery": "", "tagValuesQuery": "",
@ -702,8 +707,8 @@
] ]
}, },
"time": { "time": {
"from": "2017-11-29T23:22:25.133Z", "from": "now-24h",
"to": "2017-11-30T23:22:25.133Z" "to": "now"
}, },
"timepicker": { "timepicker": {
"refresh_intervals": [ "refresh_intervals": [
@ -732,5 +737,5 @@
}, },
"timezone": "", "timezone": "",
"title": "Apache", "title": "Apache",
"version": 7 "version": 10
} }