From 7b525a51e27f325fb11048bc180e1b2d42b458e8 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 3 Sep 2020 09:43:02 -0700 Subject: [PATCH] update dashboard and rpc port bindings --- wownero/docker-compose.yaml | 2 +- wownero/files/grafana/daemon_metrics.json | 62 +++++++++++------------ 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/wownero/docker-compose.yaml b/wownero/docker-compose.yaml index 05cba70..75b0d0d 100644 --- a/wownero/docker-compose.yaml +++ b/wownero/docker-compose.yaml @@ -51,7 +51,7 @@ services: volumes: - ./data/daemon:/data command: - wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --restricted-rpc + wownerod --data-dir=/data --rpc-bind-ip=0.0.0.0 --confirm-external-bind --non-interactive --public-node --rpc-restricted-bind-port 34568 --rpc-bind-port 34569 ports: - 34567:34567 - 34568:34568 diff --git a/wownero/files/grafana/daemon_metrics.json b/wownero/files/grafana/daemon_metrics.json index 2310936..a3f7cd3 100644 --- a/wownero/files/grafana/daemon_metrics.json +++ b/wownero/files/grafana/daemon_metrics.json @@ -15,7 +15,7 @@ "editable": true, "gnetId": null, "graphTooltip": 0, - "id": 2, + "id": 1, "links": [], "panels": [ { @@ -45,7 +45,7 @@ }, "lines": true, "linewidth": 1, - "nullPointMode": "null", + "nullPointMode": "connected", "options": { "dataLinks": [] }, @@ -138,7 +138,7 @@ }, "lines": true, "linewidth": 1, - "nullPointMode": "null", + "nullPointMode": "connected", "options": { "dataLinks": [] }, @@ -154,7 +154,7 @@ ], "spaceLength": 10, "stack": false, - "steppedLine": false, + "steppedLine": true, "targets": [ { "expr": "avg(monerod_block_difficulty)", @@ -181,7 +181,7 @@ }, "yaxes": [ { - "format": "sci", + "format": "none", "label": null, "logBase": 1, "max": null, @@ -217,19 +217,19 @@ "y": 9 }, "hiddenSeries": false, - "id": 6, + "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, - "show": true, + "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, - "nullPointMode": "null", + "nullPointMode": "connected", "options": { "dataLinks": [] }, @@ -240,7 +240,7 @@ "seriesOverrides": [ { "alias": "/.*/", - "color": "#8F3BB8" + "color": "#FA6400" } ], "spaceLength": 10, @@ -248,8 +248,8 @@ "steppedLine": false, "targets": [ { - "expr": "avg(monerod_tx_mempool)", - "legendFormat": "Pool Transactions", + "expr": "avg(monerod_block_reward)", + "legendFormat": "Block Reward (WOW)", "refId": "A" } ], @@ -257,7 +257,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Mempool", + "title": "Block Reward (WOW)", "tooltip": { "shared": true, "sort": 0, @@ -273,7 +273,8 @@ }, "yaxes": [ { - "format": "short", + "decimals": null, + "format": "none", "label": null, "logBase": 1, "max": null, @@ -286,7 +287,7 @@ "logBase": 1, "max": null, "min": null, - "show": true + "show": false } ], "yaxis": { @@ -309,7 +310,7 @@ "y": 9 }, "hiddenSeries": false, - "id": 8, + "id": 6, "legend": { "avg": false, "current": false, @@ -321,7 +322,7 @@ }, "lines": true, "linewidth": 1, - "nullPointMode": "null", + "nullPointMode": "connected", "options": { "dataLinks": [] }, @@ -332,16 +333,16 @@ "seriesOverrides": [ { "alias": "/.*/", - "color": "#FADE2A" + "color": "#8F3BB8" } ], "spaceLength": 10, "stack": false, - "steppedLine": false, + "steppedLine": true, "targets": [ { - "expr": "avg(monerod_block_reward)", - "legendFormat": "Block Reward (WOW)", + "expr": "avg(monerod_tx_mempool)", + "legendFormat": "Pool Transactions", "refId": "A" } ], @@ -349,7 +350,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Block Reward (WOW)", + "title": "Mempool Transactions", "tooltip": { "shared": true, "sort": 0, @@ -365,7 +366,6 @@ }, "yaxes": [ { - "decimals": null, "format": "short", "label": null, "logBase": 1, @@ -409,8 +409,8 @@ }, "gridPos": { "h": 5, - "w": 5, - "x": 9, + "w": 8, + "x": 8, "y": 17 }, "id": 10, @@ -444,16 +444,16 @@ ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", - "full": true, + "full": false, "lineColor": "rgb(31, 120, 193)", - "show": true, + "show": false, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { - "expr": "monerod_tx_chain", + "expr": "avg(monerod_tx_chain)", "instant": true, "refId": "A" } @@ -461,9 +461,9 @@ "thresholds": "", "timeFrom": null, "timeShift": null, - "title": "Transactions", + "title": "Total Transactions", "type": "singlestat", - "valueFontSize": "80%", + "valueFontSize": "100%", "valueMaps": [ { "op": "=", @@ -471,7 +471,7 @@ "value": "null" } ], - "valueName": "avg" + "valueName": "current" } ], "refresh": "30s", @@ -482,7 +482,7 @@ "list": [] }, "time": { - "from": "now-30m", + "from": "now-6h", "to": "now" }, "timepicker": {