From 15cfb7b51caa049817ce84246c411741e31bda87 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 13 Feb 2025 10:43:06 +0100 Subject: [PATCH] add new oid --- deployment/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/config.json b/deployment/config.json index 6f15405..96e714a 100644 --- a/deployment/config.json +++ b/deployment/config.json @@ -35,6 +35,11 @@ "oid": ".1.3.6.1.2.1.31.1.1.1.11.2", "label": "lan-out-pkts", "diff": "true" + }, + { + "oid": ".1.3.6.1.4.1.9676.1", + "label": "time-req-pkts", + "diff": true" } ] },