Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 38f97b83 authored by BERARD Benjamin's avatar BERARD Benjamin
Browse files

Merge branch 'sgrappe_pdu' into 'master'

[grappe] Add new PDU for grappe cluster

See merge request !128
parents 01192bcf 5989444a
No related branches found
No related tags found
1 merge request!128[grappe] Add new PDU for grappe cluster
Pipeline #165908 passed
{
"ip": "172.17.79.210",
"mac": "28:29:86:2d:dd:3f",
"metrics": [
{
"description": "Power consumption per outlet reported by PDU, in watt",
"name": "pdu_outlet_power_watt",
"period": 1000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp"
}
}
],
"model": "AP8653",
"ports": {
},
"sensors": [
{
"power": {
"per_outlets": true,
"resolution": 1,
"snmp": {
"available": true,
"outlet_prefix_oid": "iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7",
"total_oids": [
"iso.3.6.1.4.1.318.1.1.12.1.16.0"
],
"unit": "W"
}
}
}
],
"type": "pdu",
"uid": "grappe-pdu1",
"vendor": "APC"
}
\ No newline at end of file
{
"ip": "172.17.79.211",
"mac": "28:29:86:2d:df:60",
"metrics": [
{
"description": "Power consumption per outlet reported by PDU, in watt",
"name": "pdu_outlet_power_watt",
"period": 1000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp"
}
}
],
"model": "AP8653",
"ports": {
},
"sensors": [
{
"power": {
"per_outlets": true,
"resolution": 1,
"snmp": {
"available": true,
"outlet_prefix_oid": "iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7",
"total_oids": [
"iso.3.6.1.4.1.318.1.1.12.1.16.0"
],
"unit": "W"
}
}
}
],
"type": "pdu",
"uid": "grappe-pdu2",
"vendor": "APC"
}
\ No newline at end of file
......@@ -219,6 +219,32 @@ pdus:
gros-pdu8:
ip: 172.17.79.249
mac: 28:29:86:12:28:60
grappe-pdu1:
ip: 172.17.79.210
mac: 28:29:86:2d:dd:3f
grappe-pdu2:
ip: 172.17.79.211
mac: 28:29:86:2d:df:60
grappe-pdu[1-2]:
vendor: APC
model: AP8653
metrics:
- name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt
period: 1000
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
sensors:
- power:
per_outlets: true
snmp:
available: true
total_oids:
- iso.3.6.1.4.1.318.1.1.12.1.16.0
unit: W
outlet_prefix_oid: iso.3.6.1.4.1.318.1.1.26.9.4.3.1.7
resolution: 1
gros-wattmetre1:
vendor: OmegaWatt
......
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