Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c361e54e authored by Nicolas Perrin's avatar Nicolas Perrin
Browse files

[nancy][grappe] Fix network device monitoring metric

parent b9368b66
Branches
No related tags found
No related merge requests found
Pipeline #167444 passed
......@@ -152,7 +152,7 @@
"name": "network_ifacein_bytes_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.10.%SNMP_IFACE%",
"id": "1.3.6.1.2.1.2.2.1.10.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
......@@ -161,7 +161,7 @@
"name": "network_ifaceout_bytes_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.16.%SNMP_IFACE%",
"id": "1.3.6.1.2.1.2.2.1.16.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
}
......
......@@ -12,13 +12,13 @@ sgrappe:
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.10.%SNMP_IFACE%
id: 1.3.6.1.2.1.2.2.1.10.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifaceout_bytes_total
description: Output byte counter for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.16.%SNMP_IFACE%
id: 1.3.6.1.2.1.2.2.1.16.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
ip: 172.17.79.205
backplane_bps: 2160000000000
linecards:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment