Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5fa3143e authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

[nancy] update kwollect config after first relocation to the DCML...

[nancy] update kwollect config after first relocation to the DCML (grvingt/sgrvingt/grostiti/gw-next)
parent 493e287e
No related branches found
No related tags found
No related merge requests found
Pipeline #1003214 passed
......@@ -316,6 +316,94 @@
"port": 9100,
"protocol": "prometheus"
}
},
{
"description": "Input byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_bytes_total",
"period": 1000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output byte counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_bytes_total",
"period": 1000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Input packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifacein_packets_total",
"period": 1000,
"source": {
"protocol": "network_equipment"
}
},
{
"description": "Output packet counter for the network device port",
"labels": {
"interface": "eth0"
},
"name": "network_ifaceout_packets_total",
"period": 1000,
"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": 1000,
"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": 1000,
"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": 1000,
"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": 1000,
"source": {
"protocol": "network_equipment"
}
}
],
"model": "Dell PowerEdge R930",
......
......@@ -141,6 +141,80 @@
}
],
"managed_by_us": true,
"metrics": [
{
"description": "Input byte counter for the network device port",
"name": "network_ifacein_bytes_total",
"period": 1000,
"source": {
"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"
}
},
{
"description": "Output byte counter for the network device port",
"name": "network_ifaceout_bytes_total",
"period": 1000,
"source": {
"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"
}
},
{
"description": "Input packet counter for the network device port",
"name": "network_ifacein_packets_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.11.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
{
"description": "Output packet counter for the network device port",
"name": "network_ifaceout_packets_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.17.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
{
"description": "Input counter of discarded packets for the network device port",
"name": "network_ifacein_packets_discard_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.13.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
{
"description": "Output counter of discarded packets for the network device port",
"name": "network_ifaceout_packets_discard_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.19.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
{
"description": "Input counter of packet errors for the network device port",
"name": "network_ifacein_packets_error_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.14.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
},
{
"description": "Output counter of packet errors for the network device port",
"name": "network_ifaceout_packets_error_total",
"period": 1000,
"source": {
"id": "1.3.6.1.2.1.2.2.1.20.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}",
"protocol": "snmp"
}
}
],
"model": "Aruba 8325-48Y8C JL635A",
"serial": "TW32KM007R",
"site": "nancy",
......
......@@ -10,6 +10,55 @@ gw-next:
- name: gw-next-adm # interface de management
ip: 172.17.79.252
snmp_community: public
metrics:
- name: network_ifacein_bytes_total
description: Input byte counter for the network device port
period: 1000
source:
protocol: snmp
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.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifacein_packets_total
description: Input packet counter for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.11.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifaceout_packets_total
description: Output packet counter for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.17.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifacein_packets_discard_total
description: Input counter of discarded packets for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.13.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifaceout_packets_discard_total
description: Output counter of discarded packets for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.19.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifacein_packets_error_total
description: Input counter of packet errors for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.14.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
- name: network_ifaceout_packets_error_total
description: Output counter of packet errors for the network device port
period: 1000
source:
protocol: snmp
id: 1.3.6.1.2.1.2.2.1.20.{{ 1.3.6.1.2.1.2.2.1.2 == %SNMP_IFACE% }}
backplane_bps: 1440000000000
linecards:
1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment