Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 88e39b27 authored by JACQUOT Pierre's avatar JACQUOT Pierre
Browse files

[wattm_servan] Add wattmetre2 for servan monitoring

parent c0b8506d
No related branches found
No related tags found
1 merge request!401[wattm_servan] Add wattmetre2 for servan monitoring
Pipeline #612649 passed
...@@ -334,6 +334,16 @@ ...@@ -334,6 +334,16 @@
"vendor": "Xilinx" "vendor": "Xilinx"
} }
}, },
"pdu": [
{
"port": 1,
"uid": "wattmetre2"
},
{
"port": 2,
"uid": "wattmetre2"
}
],
"performance": { "performance": {
"core_flops": 36800000000, "core_flops": 36800000000,
"node_flops": 1766400000000 "node_flops": 1766400000000
......
...@@ -334,6 +334,16 @@ ...@@ -334,6 +334,16 @@
"vendor": "Xilinx" "vendor": "Xilinx"
} }
}, },
"pdu": [
{
"port": 3,
"uid": "wattmetre2"
},
{
"port": 4,
"uid": "wattmetre2"
}
],
"performance": { "performance": {
"core_flops": 36800000000, "core_flops": 36800000000,
"node_flops": 1766400000000 "node_flops": 1766400000000
......
...@@ -4,6 +4,15 @@ ...@@ -4,6 +4,15 @@
"exotic": true, "exotic": true,
"kavlan": true, "kavlan": true,
"metrics": [ "metrics": [
{
"description": "Power consumption of node reported by wattmetre, in watt",
"name": "wattmetre_power_watt",
"optional_period": 20,
"period": 1000,
"source": {
"protocol": "wattmetre"
}
},
{ {
"description": "Front node ambiant temperature reported by BMC, in celsius", "description": "Front node ambiant temperature reported by BMC, in celsius",
"name": "bmc_ambient_temp_celsius", "name": "bmc_ambient_temp_celsius",
......
{
"ip": "172.16.31.9",
"metrics": [
{
"description": "Power consumption per outlet reported by wattmetre, in watt",
"name": "wattmetre_power_watt",
"optional_period": 20,
"period": 1000,
"source": {
"protocol": "wattmetre"
}
}
],
"model": "",
"ports": {
"1": "servan-1",
"2": "servan-1",
"3": "servan-2",
"4": "servan-2"
},
"type": "pdu",
"uid": "wattmetre2",
"vendor": "OmegaWatt"
}
\ No newline at end of file
---
nodes:
servan-1:
pdu:
- uid: wattmetre2
port: 1
- uid: wattmetre2
port: 2
servan-2:
pdu:
- uid: wattmetre2
port: 3
- uid: wattmetre2
port: 4
...@@ -11,3 +11,14 @@ pdus: ...@@ -11,3 +11,14 @@ pdus:
optional_period: 20 optional_period: 20
source: source:
protocol: wattmetre protocol: wattmetre
wattmetre2:
vendor: OmegaWatt
model: ''
ip: 172.16.31.9
metrics:
- name: wattmetre_power_watt
description: Power consumption per outlet reported by wattmetre, in watt
period: 1000
optional_period: 20
source:
protocol: wattmetre
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment