Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 58eef838 authored by Baptiste Jonglez's avatar Baptiste Jonglez
Browse files

[grenoble] Fix 25G SNMP pattern for monitoring

parent 9db7bba8
No related branches found
No related tags found
No related merge requests found
Pipeline #201603 passed
...@@ -416,13 +416,13 @@ ...@@ -416,13 +416,13 @@
{ {
"kind": "channel", "kind": "channel",
"rate": 25000000000, "rate": 25000000000,
"snmp_name": "ethernet1/1/83:1", "snmp_name": "ethernet1/1/83",
"uid": "port-channel10" "uid": "port-channel10"
}, },
{ {
"kind": "channel", "kind": "channel",
"rate": 25000000000, "rate": 25000000000,
"snmp_name": "ethernet1/1/84:1", "snmp_name": "ethernet1/1/84",
"uid": "port-channel10" "uid": "port-channel10"
}, },
{ {
......
...@@ -154,10 +154,12 @@ gw: ...@@ -154,10 +154,12 @@ gw:
83: 83:
uid: port-channel10 uid: port-channel10
kind: channel kind: channel
snmp_pattern: "ethernet1/1/%PORT%"
rate: 25000000000 rate: 25000000000
84: 84:
uid: port-channel10 uid: port-channel10
kind: channel kind: channel
snmp_pattern: "ethernet1/1/%PORT%"
rate: 25000000000 rate: 25000000000
85: 85:
uid: port-channel20 uid: port-channel20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment