From 56aec29c76bc24376647bb779db41529d5941077 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 26 Jan 2024 14:39:08 +0100 Subject: [PATCH] add cluster switch to config --- deployment/config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/deployment/config.json b/deployment/config.json index 66463d1..6c6c3e5 100644 --- a/deployment/config.json +++ b/deployment/config.json @@ -22,6 +22,23 @@ "diff": "true" } ] + }, + { + "endpoint": "172.23.1.2", + "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" + } + ] } ] }