add cluster switch to config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-26 14:39:08 +01:00
parent 85124d028d
commit 56aec29c76
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -22,6 +22,23 @@
"diff": "true" "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"
}
]
} }
] ]
} }