Mentions légales du service

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

[Nantes] Add temperature sensors from PDUs

parent 39f8c17d
No related branches found
No related tags found
1 merge request!1161[Nantes] Add temperature sensors from PDUs
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"10": "ecotype-44", "10": "ecotype-44",
"11": "ecotype-45", "11": "ecotype-45",
......
...@@ -10,9 +10,18 @@ ...@@ -10,9 +10,18 @@
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%", "id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp" "protocol": "snmp"
} }
},
{
"description": "Sensor temperature reading in tenths of degrees Celsius",
"name": "pdu_temperature_tenth_celsius",
"period": 5000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp"
}
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"1": "electrical_mgmt_board", "1": "electrical_mgmt_board",
"10": "ecotype-44", "10": "ecotype-44",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"10": "ecotype-32", "10": "ecotype-32",
"11": "ecotype-33", "11": "ecotype-33",
......
...@@ -10,9 +10,18 @@ ...@@ -10,9 +10,18 @@
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%", "id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp" "protocol": "snmp"
} }
},
{
"description": "Sensor temperature reading in tenths of degrees Celsius",
"name": "pdu_temperature_tenth_celsius",
"period": 5000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp"
}
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"1": "ecotype-prod2", "1": "ecotype-prod2",
"10": "ecotype-32", "10": "ecotype-32",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"1": "sw-ecotype-adm", "1": "sw-ecotype-adm",
"10": "ecotype-20", "10": "ecotype-20",
......
...@@ -10,9 +10,18 @@ ...@@ -10,9 +10,18 @@
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%", "id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp" "protocol": "snmp"
} }
},
{
"description": "Sensor temperature reading in tenths of degrees Celsius",
"name": "pdu_temperature_tenth_celsius",
"period": 5000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp"
}
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"10": "ecotype-20", "10": "ecotype-20",
"11": "ecotype-21", "11": "ecotype-21",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"10": "ecotype-8", "10": "ecotype-8",
"11": "ecotype-9", "11": "ecotype-9",
......
...@@ -10,9 +10,18 @@ ...@@ -10,9 +10,18 @@
"id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%", "id": "1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%",
"protocol": "snmp" "protocol": "snmp"
} }
},
{
"description": "Sensor temperature reading in tenths of degrees Celsius",
"name": "pdu_temperature_tenth_celsius",
"period": 5000,
"source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp"
}
} }
], ],
"model": "", "model": "AP7940",
"ports": { "ports": {
"1": "ecotype-prod2", "1": "ecotype-prod2",
"10": "ecotype-8", "10": "ecotype-8",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
pdus: pdus:
pdu-Z1.10: pdu-Z1.10:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -28,7 +28,7 @@ pdus: ...@@ -28,7 +28,7 @@ pdus:
pdu-Z1.11: pdu-Z1.11:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -36,6 +36,12 @@ pdus: ...@@ -36,6 +36,12 @@ pdus:
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT% id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
- name: pdu_temperature_tenth_celsius
description: Sensor temperature reading in tenths of degrees Celsius
period: 5000
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
ip: 192.168.1.14 ip: 192.168.1.14
mac: 00:c0:b7:fb:aa:a1 mac: 00:c0:b7:fb:aa:a1
ports: ports:
...@@ -55,7 +61,7 @@ pdus: ...@@ -55,7 +61,7 @@ pdus:
pdu-Z1.20: pdu-Z1.20:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -81,7 +87,7 @@ pdus: ...@@ -81,7 +87,7 @@ pdus:
pdu-Z1.21: pdu-Z1.21:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -89,6 +95,12 @@ pdus: ...@@ -89,6 +95,12 @@ pdus:
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT% id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
- name: pdu_temperature_tenth_celsius
description: Sensor temperature reading in tenths of degrees Celsius
period: 5000
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
ip: 192.168.1.16 ip: 192.168.1.16
mac: 00:c0:b7:fb:aa:5b mac: 00:c0:b7:fb:aa:5b
ports: ports:
...@@ -107,7 +119,7 @@ pdus: ...@@ -107,7 +119,7 @@ pdus:
14: ecotype-36 14: ecotype-36
pdu-Z1.40: pdu-Z1.40:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -134,7 +146,7 @@ pdus: ...@@ -134,7 +146,7 @@ pdus:
pdu-Z1.41: pdu-Z1.41:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -142,6 +154,12 @@ pdus: ...@@ -142,6 +154,12 @@ pdus:
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT% id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
- name: pdu_temperature_tenth_celsius
description: Sensor temperature reading in tenths of degrees Celsius
period: 5000
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
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:
...@@ -160,7 +178,7 @@ pdus: ...@@ -160,7 +178,7 @@ pdus:
pdu-Z1.50: pdu-Z1.50:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -186,7 +204,7 @@ pdus: ...@@ -186,7 +204,7 @@ pdus:
pdu-Z1.51: pdu-Z1.51:
vendor: APC vendor: APC
model: '' model: 'AP7940'
metrics: metrics:
- name: pdu_outlet_power_watt - name: pdu_outlet_power_watt
description: Power consumption per outlet reported by PDU, in watt description: Power consumption per outlet reported by PDU, in watt
...@@ -194,6 +212,12 @@ pdus: ...@@ -194,6 +212,12 @@ pdus:
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT% id: 1.3.6.1.4.1.318.1.1.26.9.4.3.1.7.%PORT%
- name: pdu_temperature_tenth_celsius
description: Sensor temperature reading in tenths of degrees Celsius
period: 5000
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
ip: 192.168.1.12 ip: 192.168.1.12
mac: 00:c0:b7:fb:aa:97 mac: 00:c0:b7:fb:aa:97
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment