Mentions légales du service

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

Merge branch 'gratouille-prod' into 'master'

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

See merge request !957
parents 03d5d951 e674cd9f
Branches
No related tags found
1 merge request!957[nancy][network][gratouille] add network link to gw
Pipeline #1102413 passed with warnings
Pipeline: Resources Explorer

#1102416

    ...@@ -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