Mentions légales du service

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

[Nantes] add scaling + add fan speed support

parent 84a18ccc
No related branches found
No related tags found
1 merge request!1181[Nantes] add scaling + add fan speed support
...@@ -3,36 +3,50 @@ ...@@ -3,36 +3,50 @@
"mac": "00:c0:b7:f5:fa:63", "mac": "00:c0:b7:f5:fa:63",
"metrics": [ "metrics": [
{ {
"description": "Temperature in input of cooling system, in tenths of degrees Celsius", "description": "fan speed of cooling system, in percent",
"name": "cooling_input_temperature_tenth_celsius", "name": "cooling_fan_speed_percent",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": {
"id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.5",
"protocol": "snmp"
}
},
{
"description": "Temperature in output of cooling system, in degrees Celsius",
"name": "cooling_supply_temperature_celsius",
"period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.7", "id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.7",
"protocol": "snmp" "protocol": "snmp"
} }
}, },
{ {
"description": "Temperature in output of cooling system, in tenths of degrees Celsius", "description": "Temperature in input of cooling system, in degrees Celsius",
"name": "cooling_output_temperature_tenth_celsius", "name": "cooling_return_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.9", "id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.9",
"protocol": "snmp" "protocol": "snmp"
} }
}, },
{ {
"description": "Power consumption of cooling system, in tenths of kilowatt", "description": "Power consumption of cooling system, in kilowatt",
"name": "cooling_power_watt", "name": "cooling_power_kilowatt",
"period": 5000, "period": 5000,
"scale_factor": 0.01,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.27.1.6.1.2.1.3.1.2", "id": "1.3.6.1.4.1.318.1.1.27.1.6.1.2.1.3.1.2",
"protocol": "snmp" "protocol": "snmp"
} }
}, },
{ {
"description": "Sensor temperature reading, in tenths of degrees Celsius", "description": "Sensor temperature reading, in degrees Celsius",
"name": "pdu_temperature_tenth_celsius", "name": "pdu_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.%PORT%", "id": "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.%PORT%",
"protocol": "snmp" "protocol": "snmp"
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
} }
}, },
{ {
"description": "Sensor temperature reading, in tenths of degrees Celsius", "description": "Sensor temperature reading, in degrees Celsius",
"name": "pdu_temperature_tenth_celsius", "name": "pdu_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1", "id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp" "protocol": "snmp"
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
} }
}, },
{ {
"description": "Sensor temperature reading, in tenths of degrees Celsius", "description": "Sensor temperature reading, in degrees Celsius",
"name": "pdu_temperature_tenth_celsius", "name": "pdu_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1", "id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp" "protocol": "snmp"
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
} }
}, },
{ {
"description": "Sensor temperature reading, in tenths of degrees Celsius", "description": "Sensor temperature reading, in degrees Celsius",
"name": "pdu_temperature_tenth_celsius", "name": "pdu_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1", "id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp" "protocol": "snmp"
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
} }
}, },
{ {
"description": "Sensor temperature reading, in tenths of degrees Celsius", "description": "Sensor temperature reading, in degrees Celsius",
"name": "pdu_temperature_tenth_celsius", "name": "pdu_temperature_celsius",
"period": 5000, "period": 5000,
"scale_factor": 0.1,
"source": { "source": {
"id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1", "id": "1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1",
"protocol": "snmp" "protocol": "snmp"
......
...@@ -36,9 +36,10 @@ pdus: ...@@ -36,9 +36,10 @@ 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 - name: pdu_temperature_celsius
description: Sensor temperature reading, in tenths of degrees Celsius description: Sensor temperature reading, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1 id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
...@@ -95,9 +96,10 @@ pdus: ...@@ -95,9 +96,10 @@ 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 - name: pdu_temperature_celsius
description: Sensor temperature reading, in tenths of degrees Celsius description: Sensor temperature reading, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1 id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
...@@ -154,9 +156,10 @@ pdus: ...@@ -154,9 +156,10 @@ 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 - name: pdu_temperature_celsius
description: Sensor temperature reading, in tenths of degrees Celsius description: Sensor temperature reading, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1 id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
...@@ -212,9 +215,10 @@ pdus: ...@@ -212,9 +215,10 @@ 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 - name: pdu_temperature_celsius
description: Sensor temperature reading, in tenths of degrees Celsius description: Sensor temperature reading, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1 id: 1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
...@@ -239,27 +243,38 @@ pdus: ...@@ -239,27 +243,38 @@ pdus:
vendor: APC vendor: APC
model: 'ACRD602' model: 'ACRD602'
metrics: metrics:
- name: cooling_input_temperature_tenth_celsius - name: cooling_fan_speed_percent
description: Temperature in input of cooling system, in tenths of degrees Celsius description: fan speed of cooling system, in percent
period: 5000 period: 5000
scale_factor: 0.1
source:
protocol: snmp
id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.5
- name: cooling_supply_temperature_celsius
description: Temperature in output of cooling system, in degrees Celsius
period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.7 id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.7
- name: cooling_output_temperature_tenth_celsius - name: cooling_return_temperature_celsius
description: Temperature in output of cooling system, in tenths of degrees Celsius description: Temperature in input of cooling system, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.9 id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.9
- name: cooling_power_watt - name: cooling_power_kilowatt
description: Power consumption of cooling system, in tenths of kilowatt description: Power consumption of cooling system, in kilowatt
period: 5000 period: 5000
scale_factor: 0.01
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.27.1.6.1.2.1.3.1.2 id: 1.3.6.1.4.1.318.1.1.27.1.6.1.2.1.3.1.2
- name: pdu_temperature_tenth_celsius - name: pdu_temperature_celsius
description: Sensor temperature reading, in tenths of degrees Celsius description: Sensor temperature reading, in degrees Celsius
period: 5000 period: 5000
scale_factor: 0.1
source: source:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.%PORT% id: 1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.3.1.%PORT%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment