Mentions légales du service

Skip to content
Snippets Groups Projects

[network] Enable SNMP data collection for interface packets errors/discards (bug 12991)

Closed JONGLEZ Baptiste requested to merge enable_packet_metrics into master
87 files
+ 5850
12
Compare changes
  • Side-by-side
  • Inline
Files
87
@@ -374,6 +374,72 @@
"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"
}
},
{
"description": "Input byte counter for the network device port",
"labels": {
@@ -395,6 +461,72 @@
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input packet counter for the network device port",
"labels": {
"interface": "eth1"
},
"name": "network_ifacein_packets_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output packet counter for the network device port",
"labels": {
"interface": "eth1"
},
"name": "network_ifaceout_packets_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input counter of discarded packets for the network device port",
"labels": {
"interface": "eth1"
},
"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": "eth1"
},
"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": "eth1"
},
"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": "eth1"
},
"name": "network_ifaceout_packets_error_total",
"period": 10000,
"source": {
"protocol": "network_equipment"
}
}
],
"model": "Dell PowerEdge R630",
Loading