Skip to content

Commit

Permalink
update switch dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jul 1, 2022
1 parent 3a1a9fa commit 2d1366c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions inputs/switch_legacy/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
"var": [
{
"name": "IP",
"definition": "label_values(switch_legacy_cpu_util,ip)",
"definition": "label_values(switch_legacy_if_in,ip)",
"multi": false
},
{
"definition": "label_values(switch_legacy_if_in,ifname)",
"name": "Interface"
}
],
"panels": [
Expand Down Expand Up @@ -114,9 +118,7 @@
"legend": {
"displayMode": "hidden"
},
"standardOptions": {
"util": "bitsIEC"
},
"standardOptions": {},
"thresholds": {}
},
"custom": {
Expand All @@ -132,10 +134,10 @@
"w": 22,
"x": 1,
"y": 4,
"i": "3d0263b1-e79e-45bd-9bea-380892fca44f",
"i": "eec57d38-9a9f-4530-a0b5-e524d867759d",
"isResizable": true
},
"id": "3d0263b1-e79e-45bd-9bea-380892fca44f"
"id": "eec57d38-9a9f-4530-a0b5-e524d867759d"
}
],
"version": "2.0.0"
Expand Down

0 comments on commit 2d1366c

Please sign in to comment.