Multi WAN - WAN Repeating Options were wrong
Fixed WAN widgets so the whole panel repeats and not just a few widgets.
This commit is contained in:
parent
0b3daf54c6
commit
158a63b51e
@ -76,7 +76,7 @@
|
|||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1615064635211,
|
"iteration": 1616168753114,
|
||||||
"links": [],
|
"links": [],
|
||||||
"panels": [
|
"panels": [
|
||||||
{
|
{
|
||||||
@ -3678,7 +3678,7 @@
|
|||||||
"textMode": "auto"
|
"textMode": "auto"
|
||||||
},
|
},
|
||||||
"pluginVersion": "7.4.3",
|
"pluginVersion": "7.4.3",
|
||||||
"repeat": "WAN",
|
"repeat": null,
|
||||||
"repeatDirection": "v",
|
"repeatDirection": "v",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
@ -3844,7 +3844,7 @@
|
|||||||
"textMode": "auto"
|
"textMode": "auto"
|
||||||
},
|
},
|
||||||
"pluginVersion": "7.4.3",
|
"pluginVersion": "7.4.3",
|
||||||
"repeat": "WAN",
|
"repeat": null,
|
||||||
"repeatDirection": "v",
|
"repeatDirection": "v",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
@ -3990,7 +3990,7 @@
|
|||||||
"pointradius": 5,
|
"pointradius": 5,
|
||||||
"points": false,
|
"points": false,
|
||||||
"renderer": "flot",
|
"renderer": "flot",
|
||||||
"repeat": "WAN",
|
"repeat": null,
|
||||||
"repeatDirection": "v",
|
"repeatDirection": "v",
|
||||||
"seriesOverrides": [],
|
"seriesOverrides": [],
|
||||||
"spaceLength": 10,
|
"spaceLength": 10,
|
||||||
@ -4102,7 +4102,26 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": "$tag_interface - $col",
|
"alias": "$tag_interface - $col",
|
||||||
"groupBy": [],
|
"groupBy": [
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"interface"
|
||||||
|
],
|
||||||
|
"type": "tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"interface"
|
||||||
|
],
|
||||||
|
"type": "tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"params": [
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"type": "fill"
|
||||||
|
}
|
||||||
|
],
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"measurement": "net",
|
"measurement": "net",
|
||||||
"orderByTime": "ASC",
|
"orderByTime": "ASC",
|
||||||
@ -4232,7 +4251,7 @@
|
|||||||
"h": 1,
|
"h": 1,
|
||||||
"w": 24,
|
"w": 24,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 88
|
"y": 56
|
||||||
},
|
},
|
||||||
"id": 43,
|
"id": 43,
|
||||||
"panels": [
|
"panels": [
|
||||||
@ -5352,9 +5371,14 @@
|
|||||||
"selected": false,
|
"selected": false,
|
||||||
"text": "igb0",
|
"text": "igb0",
|
||||||
"value": "igb0"
|
"value": "igb0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selected": false,
|
||||||
|
"text": "ovpnc1",
|
||||||
|
"value": "ovpnc1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"query": "igb0",
|
"query": "igb0,ovpnc1",
|
||||||
"queryValue": "",
|
"queryValue": "",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
"type": "custom"
|
"type": "custom"
|
||||||
@ -5374,7 +5398,7 @@
|
|||||||
"options": [],
|
"options": [],
|
||||||
"query": "SHOW TAG VALUES FROM \"net\" WITH KEY = \"interface\" WHERE \"host\" =~ /^$Host$/ ",
|
"query": "SHOW TAG VALUES FROM \"net\" WITH KEY = \"interface\" WHERE \"host\" =~ /^$Host$/ ",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "/^(?!enc0$|igb0$|igb1$|igb2$|igb3$)/",
|
"regex": "/^(?!enc0$|igb0$|igb1$|igb2$|igb3$|ovpnc1$)/",
|
||||||
"skipUrlSync": false,
|
"skipUrlSync": false,
|
||||||
"sort": 1,
|
"sort": 1,
|
||||||
"tagValuesQuery": "",
|
"tagValuesQuery": "",
|
||||||
@ -5434,7 +5458,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-24h",
|
"from": "now-30m",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {
|
"timepicker": {
|
||||||
@ -5454,5 +5478,5 @@
|
|||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "pfSense System Dashboard",
|
"title": "pfSense System Dashboard",
|
||||||
"uid": "GflT1CsMz",
|
"uid": "GflT1CsMz",
|
||||||
"version": 135
|
"version": 145
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user