From 2829bc49eb58bb32f9aa99440361e2749cbd3db8 Mon Sep 17 00:00:00 2001 From: Brendan Smith <3453402+bsmithio@users.noreply.github.com> Date: Fri, 29 Apr 2022 14:30:20 -0500 Subject: [PATCH] Fix LAN bits/bytes receive/sent --- OPNsense-Grafana-Dashboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OPNsense-Grafana-Dashboard.json b/OPNsense-Grafana-Dashboard.json index de33fef..0b5a238 100644 --- a/OPNsense-Grafana-Dashboard.json +++ b/OPNsense-Grafana-Dashboard.json @@ -2697,8 +2697,8 @@ }, "indexByName": { "Time": 0, - "bytes_recv": 2, - "bytes_sent": 1 + "bytes_recv": 1, + "bytes_sent": 2 }, "renameByName": { "bytes_recv": "Bits Recv",