Skip to content

Commit 149c61f

Browse files
author
Andrej Walilko
committed
dashboard v4
1 parent 92eb425 commit 149c61f

1 file changed

Lines changed: 35 additions & 77 deletions

File tree

tomato router dashboard.json

Lines changed: 35 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@
10621062
},
10631063
{
10641064
"params": [
1065-
"null"
1065+
"previous"
10661066
],
10671067
"type": "fill"
10681068
}
@@ -2436,54 +2436,50 @@
24362436
}
24372437
},
24382438
{
2439-
"aliasColors": {},
2440-
"bars": false,
2441-
"dashLength": 10,
2442-
"dashes": false,
24432439
"datasource": "${DS_INFLUXDB}",
2444-
"decimals": 2,
2445-
"editable": true,
2446-
"error": false,
24472440
"fieldConfig": {
2448-
"defaults": {},
2441+
"defaults": {
2442+
"color": {
2443+
"mode": "thresholds"
2444+
},
2445+
"mappings": [],
2446+
"thresholds": {
2447+
"mode": "absolute",
2448+
"steps": [
2449+
{
2450+
"color": "green",
2451+
"value": null
2452+
}
2453+
]
2454+
},
2455+
"unit": "s"
2456+
},
24492457
"overrides": []
24502458
},
2451-
"fill": 1,
2452-
"fillGradient": 0,
2453-
"grid": {},
24542459
"gridPos": {
24552460
"h": 7,
24562461
"w": 4,
24572462
"x": 10,
24582463
"y": 26
24592464
},
2460-
"hiddenSeries": false,
24612465
"id": 16,
2462-
"legend": {
2463-
"avg": false,
2464-
"current": false,
2465-
"max": false,
2466-
"min": false,
2467-
"show": false,
2468-
"total": false,
2469-
"values": false
2470-
},
2471-
"lines": true,
2472-
"linewidth": 2,
24732466
"links": [],
2474-
"nullPointMode": "connected",
24752467
"options": {
2476-
"alertThreshold": true
2468+
"colorMode": "value",
2469+
"graphMode": "none",
2470+
"justifyMode": "auto",
2471+
"orientation": "auto",
2472+
"reduceOptions": {
2473+
"calcs": [
2474+
"lastNotNull"
2475+
],
2476+
"fields": "",
2477+
"values": false
2478+
},
2479+
"text": {},
2480+
"textMode": "auto"
24772481
},
2478-
"percentage": false,
24792482
"pluginVersion": "7.5.4",
2480-
"pointradius": 5,
2481-
"points": false,
2482-
"renderer": "flot",
2483-
"seriesOverrides": [],
2484-
"spaceLength": 10,
2485-
"stack": false,
2486-
"steppedLine": false,
24872483
"targets": [
24882484
{
24892485
"groupBy": [
@@ -2500,7 +2496,7 @@
25002496
"type": "fill"
25012497
}
25022498
],
2503-
"measurement": "mem.used.kilobytes",
2499+
"measurement": "load.uptime",
25042500
"orderByTime": "ASC",
25052501
"policy": "default",
25062502
"refId": "A",
@@ -2559,48 +2555,10 @@
25592555
"target": "aliasByNode(scale(mem.used.bytes, 0.0010), 3)"
25602556
}
25612557
],
2562-
"thresholds": [],
25632558
"timeFrom": null,
2564-
"timeRegions": [],
25652559
"timeShift": null,
2566-
"title": "Memory Used",
2567-
"tooltip": {
2568-
"msResolution": false,
2569-
"shared": true,
2570-
"sort": 0,
2571-
"value_type": "individual"
2572-
},
2573-
"type": "graph",
2574-
"xaxis": {
2575-
"buckets": null,
2576-
"mode": "time",
2577-
"name": null,
2578-
"show": true,
2579-
"values": []
2580-
},
2581-
"yaxes": [
2582-
{
2583-
"$$hashKey": "object:3163",
2584-
"decimals": null,
2585-
"format": "deckbytes",
2586-
"logBase": 1,
2587-
"max": "256000",
2588-
"min": 0,
2589-
"show": true
2590-
},
2591-
{
2592-
"$$hashKey": "object:3164",
2593-
"format": "bytes",
2594-
"logBase": 1,
2595-
"max": null,
2596-
"min": 0,
2597-
"show": true
2598-
}
2599-
],
2600-
"yaxis": {
2601-
"align": false,
2602-
"alignLevel": null
2603-
}
2560+
"title": "Uptime",
2561+
"type": "stat"
26042562
},
26052563
{
26062564
"aliasColors": {},
@@ -3433,7 +3391,7 @@
34333391
"list": []
34343392
},
34353393
"time": {
3436-
"from": "now-12h",
3394+
"from": "now-1h",
34373395
"to": "now"
34383396
},
34393397
"timepicker": {
@@ -3465,5 +3423,5 @@
34653423
"timezone": "browser",
34663424
"title": "FreshTomato Router Dashboard",
34673425
"uid": "s8WX75XMz",
3468-
"version": 11
3426+
"version": 13
34693427
}

0 commit comments

Comments
 (0)