From 9f19e123758038ddee9bc8ef449f93d210c0106b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 11 Mar 2025 07:40:14 +0100 Subject: [PATCH] fix config --- deployment/config.json | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/deployment/config.json b/deployment/config.json index 4397641..e9b9fc4 100644 --- a/deployment/config.json +++ b/deployment/config.json @@ -63,6 +63,11 @@ "label": "rootdisp", "diff": "false" }, + { + "oid": ".1.3.6.1.4.1.9676.123.2.3", + "label": "ss-reset", + "diff": "false" + }, { "oid": ".1.3.6.1.4.1.9676.123.2.10", "label": "processed-pkts", @@ -87,11 +92,6 @@ "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" } ] }, @@ -111,23 +111,6 @@ "diff": "true" } ] - }, - { - "endpoint": "172.16.3.3", - "label": "switch-cluster", - "community": "public", - "oidTopics": [ - { - "oid": ".1.3.6.1.2.1.31.1.1.1.6.1", - "label": "uplink-in", - "diff": "true" - }, - { - "oid": ".1.3.6.1.2.1.31.1.1.1.10.1", - "label": "uplink-out", - "diff": "true" - } - ] } ] }