Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[grenoble] Fix 25G SNMP pattern for monitoring
  • Loading branch information
jonglezb committed Jan 7, 2021
1 parent 9db7bba commit 58eef83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/grid5000/sites/grenoble/network_equipments/gw.json
Expand Up @@ -416,13 +416,13 @@
{
"kind": "channel",
"rate": 25000000000,
"snmp_name": "ethernet1/1/83:1",
"snmp_name": "ethernet1/1/83",
"uid": "port-channel10"
},
{
"kind": "channel",
"rate": 25000000000,
"snmp_name": "ethernet1/1/84:1",
"snmp_name": "ethernet1/1/84",
"uid": "port-channel10"
},
{
Expand Down
2 changes: 2 additions & 0 deletions input/grid5000/sites/grenoble/networks/gw-grenoble.yaml
Expand Up @@ -154,10 +154,12 @@ gw:
83:
uid: port-channel10
kind: channel
snmp_pattern: "ethernet1/1/%PORT%"
rate: 25000000000
84:
uid: port-channel10
kind: channel
snmp_pattern: "ethernet1/1/%PORT%"
rate: 25000000000
85:
uid: port-channel20
Expand Down

0 comments on commit 58eef83

Please sign in to comment.