Skip to content

Commit 58eef83

Browse files
committed
[grenoble] Fix 25G SNMP pattern for monitoring
1 parent 9db7bba commit 58eef83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

data/grid5000/sites/grenoble/network_equipments/gw.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,13 +416,13 @@
416416
{
417417
"kind": "channel",
418418
"rate": 25000000000,
419-
"snmp_name": "ethernet1/1/83:1",
419+
"snmp_name": "ethernet1/1/83",
420420
"uid": "port-channel10"
421421
},
422422
{
423423
"kind": "channel",
424424
"rate": 25000000000,
425-
"snmp_name": "ethernet1/1/84:1",
425+
"snmp_name": "ethernet1/1/84",
426426
"uid": "port-channel10"
427427
},
428428
{

input/grid5000/sites/grenoble/networks/gw-grenoble.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,12 @@ gw:
154154
83:
155155
uid: port-channel10
156156
kind: channel
157+
snmp_pattern: "ethernet1/1/%PORT%"
157158
rate: 25000000000
158159
84:
159160
uid: port-channel10
160161
kind: channel
162+
snmp_pattern: "ethernet1/1/%PORT%"
161163
rate: 25000000000
162164
85:
163165
uid: port-channel20

0 commit comments

Comments
 (0)