Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eb73467f authored by Alexis BITAILLOU's avatar Alexis BITAILLOU
Browse files

Merge branch 'nantes-pdu' into 'master'

[Nantes] fix pdu Z1.41

See merge request !1151
parents 00918b47 95d7fe13
No related branches found
No related tags found
1 merge request!1151[Nantes] fix pdu Z1.41
Pipeline #1144624 passed
Pipeline: Resources Explorer

#1144625

    { {
    "ip": "192.168.1.10", "ip": "192.168.1.10",
    "mac": "00:c0:b7:fb:aa:8b", "mac": "00:c0:b7:fb:aa:8b",
    "metrics": [
    {
    "description": "Power consumption per outlet reported by PDU, in watt",
    "name": "pdu_outlet_power_watt",
    "period": 5000,
    "source": {
    "id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
    "protocol": "snmp"
    }
    }
    ],
    "model": "",
    "ports": { "ports": {
    "10": "ecotype-20", "10": "ecotype-20",
    "11": "ecotype-21", "11": "ecotype-21",
    ...@@ -16,5 +28,6 @@ ...@@ -16,5 +28,6 @@
    "9": "ecotype-19" "9": "ecotype-19"
    }, },
    "type": "pdu", "type": "pdu",
    "uid": "pdu-Z1.41" "uid": "pdu-Z1.41",
    "vendor": "APC"
    } }
    \ No newline at end of file
    ...@@ -133,6 +133,15 @@ pdus: ...@@ -133,6 +133,15 @@ pdus:
    14: ecotype-24 14: ecotype-24
    pdu-Z1.41: pdu-Z1.41:
    vendor: APC
    model: ''
    metrics:
    - name: pdu_outlet_power_watt
    description: Power consumption per outlet reported by PDU, in watt
    period: 5000
    source:
    protocol: snmp
    id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
    ip: 192.168.1.10 ip: 192.168.1.10
    mac: 00:c0:b7:fb:aa:8b mac: 00:c0:b7:fb:aa:8b
    ports: ports:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment