Mentions légales du service

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

[nancy][network][gratouille] add network link to gw

parent 03d5d951
No related branches found
No related tags found
1 merge request!957[nancy][network][gratouille] add network link to gw
Pipeline #1102410 passed
...@@ -276,6 +276,94 @@ ...@@ -276,6 +276,94 @@
"port": 9400, "port": 9400,
"protocol": "prometheus" "protocol": "prometheus"
} }
},
{
"description": "Input byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_bytes_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_bytes_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_packets_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_packets_total",
"period": 10000,
"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": 10000,
"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": 10000,
"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": 10000,
"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": 10000,
"source": {
"protocol": "network_equipment"
}
} }
], ],
"model": "Dell PowerEdge R730", "model": "Dell PowerEdge R730",
......
...@@ -110,8 +110,8 @@ ...@@ -110,8 +110,8 @@
"rate": 10000000000, "rate": 10000000000,
"sriov": true, "sriov": true,
"sriov_totalvfs": 63, "sriov_totalvfs": 63,
"switch": null, "switch": "gw",
"switch_port": null, "switch_port": "Ethernet7/14",
"vendor": "Intel" "vendor": "Intel"
}, },
{ {
......
...@@ -354,6 +354,10 @@ ...@@ -354,6 +354,10 @@
"uid": "grele-13" "uid": "grele-13"
}, },
{ {
"kind": "node",
"port": "eth0",
"snmp_name": "Ethernet7/14",
"uid": "gratouille-1"
}, },
{ {
"kind": "server", "kind": "server",
......
...@@ -189,6 +189,8 @@ gw: ...@@ -189,6 +189,8 @@ gw:
uid: grele-12 uid: grele-12
13: 13:
uid: grele-13 uid: grele-13
14:
uid: gratouille-1
15: 15:
uid: talc-data uid: talc-data
kind: server kind: server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment