Interface Widget
I updated the threshold and value mapping to apply to only the status column
This commit is contained in:
parent
a6fa2eca05
commit
4b832342d9
@ -76,7 +76,7 @@
|
||||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"iteration": 1621452211476,
|
||||
"iteration": 1623767773661,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
@ -4260,18 +4260,6 @@
|
||||
{
|
||||
"color": "rgb(255, 255, 255)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "dark-red",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "green",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"color": "dark-orange",
|
||||
"value": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -4316,12 +4304,61 @@
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Interface"
|
||||
"options": "Status"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.width",
|
||||
"value": 121
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(81, 48, 255, 0)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "green",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"color": "dark-orange",
|
||||
"value": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mappings",
|
||||
"value": [
|
||||
{
|
||||
"from": "",
|
||||
"id": 1,
|
||||
"text": "DOWN",
|
||||
"to": "",
|
||||
"type": 1,
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"from": "",
|
||||
"id": 2,
|
||||
"text": "UP",
|
||||
"to": "",
|
||||
"type": 1,
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"from": "",
|
||||
"id": 3,
|
||||
"text": "UNKNOWN",
|
||||
"to": "",
|
||||
"type": 1,
|
||||
"value": "2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -4868,7 +4905,7 @@
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"collapsed": true,
|
||||
"datasource": "$dataSource",
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
@ -4877,11 +4914,7 @@
|
||||
"y": 59
|
||||
},
|
||||
"id": 14,
|
||||
"panels": [],
|
||||
"repeat": "WAN",
|
||||
"title": "WAN Interface - $WAN",
|
||||
"type": "row"
|
||||
},
|
||||
"panels": [
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "$dataSource",
|
||||
@ -4984,6 +5017,13 @@
|
||||
"sortBy": []
|
||||
},
|
||||
"pluginVersion": "7.4.3",
|
||||
"scopedVars": {
|
||||
"WAN": {
|
||||
"selected": false,
|
||||
"text": "igb0",
|
||||
"value": "igb0"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "",
|
||||
@ -5153,6 +5193,13 @@
|
||||
"pointradius": 2,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"scopedVars": {
|
||||
"WAN": {
|
||||
"selected": false,
|
||||
"text": "igb0",
|
||||
"value": "igb0"
|
||||
}
|
||||
},
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
@ -5360,6 +5407,13 @@
|
||||
"pluginVersion": "7.4.3",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"WAN": {
|
||||
"selected": false,
|
||||
"text": "igb0",
|
||||
"value": "igb0"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "$tag_interface - $col",
|
||||
@ -5526,6 +5580,13 @@
|
||||
"pluginVersion": "7.4.3",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"WAN": {
|
||||
"selected": false,
|
||||
"text": "igb0",
|
||||
"value": "igb0"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
{
|
||||
"alias": "$tag_interface - $col - This Month",
|
||||
@ -5672,6 +5733,13 @@
|
||||
"renderer": "flot",
|
||||
"repeat": null,
|
||||
"repeatDirection": "v",
|
||||
"scopedVars": {
|
||||
"WAN": {
|
||||
"selected": false,
|
||||
"text": "igb0",
|
||||
"value": "igb0"
|
||||
}
|
||||
},
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
@ -5923,6 +5991,11 @@
|
||||
"align": false,
|
||||
"alignLevel": null
|
||||
}
|
||||
}
|
||||
],
|
||||
"repeat": "WAN",
|
||||
"title": "WAN Interface - $WAN",
|
||||
"type": "row"
|
||||
},
|
||||
{
|
||||
"collapsed": true,
|
||||
@ -5931,7 +6004,7 @@
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 83
|
||||
"y": 61
|
||||
},
|
||||
"id": 43,
|
||||
"panels": [
|
||||
@ -7139,7 +7212,7 @@
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-6h",
|
||||
"from": "now-24h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {
|
||||
@ -7159,5 +7232,5 @@
|
||||
"timezone": "",
|
||||
"title": "pfSense System Dashboard",
|
||||
"uid": "GflT1CsMz",
|
||||
"version": 240
|
||||
"version": 241
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user