Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a17e47b8 authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

[nancy/grat] Add network information

parent 30dd47f1
Branches
No related tags found
1 merge request!402[nancy/grat] Add initial configuration
Pipeline #632000 passed
...@@ -4,7 +4,94 @@ ...@@ -4,7 +4,94 @@
"exotic": false, "exotic": false,
"kavlan": false, "kavlan": false,
"metrics": [ "metrics": [
{
"description": "Input byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_bytes_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_bytes_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_packets_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_packets_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input counter of discarded packets for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_packets_discard_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output counter of discarded packets for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_packets_discard_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input counter of packet errors for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_packets_error_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output counter of packet errors for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_packets_error_total",
"period": 15000,
"source": {
"protocol": "network_equipment"
}
}
], ],
"model": "HPe Apollo 6500", "model": "HPe Apollo 6500",
"queues": [ "queues": [
......
...@@ -211,8 +211,8 @@ ...@@ -211,8 +211,8 @@
"rate": 25000000000, "rate": 25000000000,
"sriov": true, "sriov": true,
"sriov_totalvfs": 8, "sriov_totalvfs": 8,
"switch": null, "switch": "sgruss",
"switch_port": null, "switch_port": "ethernet1/1/16",
"vendor": "Mellanox Technologies" "vendor": "Mellanox Technologies"
}, },
{ {
......
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
{ {
}, },
{ {
"kind": "node",
"port": "eth0",
"snmp_name": "ethernet1/1/16",
"uid": "grat-1"
}, },
{ {
}, },
......
...@@ -71,6 +71,8 @@ sgruss: ...@@ -71,6 +71,8 @@ sgruss:
uid: gruss-3-eth2 uid: gruss-3-eth2
4: 4:
uid: gruss-4-eth2 uid: gruss-4-eth2
16:
uid: grat-1-eth0
25: 25:
snmp_pattern: "ethernet1/%LINECARD%/%PORT%:1" snmp_pattern: "ethernet1/%LINECARD%/%PORT%:1"
kind: node kind: node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment