Skip to content

Commit 2ffca11

Browse files
committed
[lyon] Remove non functionnal metrics on nova
1 parent 0205b5d commit 2ffca11

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

data/grid5000/sites/lyon/clusters/nova/nova.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,6 @@
2222
"protocol": "snmp"
2323
}
2424
},
25-
{
26-
"description": "Power consumption of node reported by BMC, in watt",
27-
"name": "bmc_node_power_watt",
28-
"period": 5000,
29-
"source": {
30-
"id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{ 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == System Board Pwr Consumption }}",
31-
"protocol": "snmp"
32-
}
33-
},
34-
{
35-
"description": "Cumulated power consumption of node reported by BMC, in watt",
36-
"name": "bmc_node_power_watthour_total",
37-
"optional_period": 5000,
38-
"period": 0,
39-
"source": {
40-
"id": "1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1",
41-
"protocol": "snmp"
42-
}
43-
},
4425
{
4526
"description": "Speed of Fan 2A reported by BMC, in rpm",
4627
"labels": {

input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ metrics:
3030
protocol: snmp
3131
id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1
3232

33-
- name: bmc_node_power_watt
34-
description: Power consumption of node reported by BMC, in watt
35-
period: 5000
36-
source:
37-
protocol: snmp
38-
id: >-
39-
1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
40-
1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1
41-
== System Board Pwr Consumption }}
33+
# Value is always 0
34+
# - name: bmc_node_power_watt
35+
# description: Power consumption of node reported by BMC, in watt
36+
# period: 5000
37+
# source:
38+
# protocol: snmp
39+
# id: >-
40+
# 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
41+
# 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1
42+
# == System Board Pwr Consumption }}
4243

4344
# SNMP error: No Such Instance currently exists at this OID
4445
# - name: bmc_psu_current_amp
@@ -66,13 +67,14 @@ metrics:
6667
# 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
6768
# 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS2 Current 2 }}
6869

69-
- name: bmc_node_power_watthour_total
70-
description: Cumulated power consumption of node reported by BMC, in watt
71-
period: 0
72-
optional_period: 5000
73-
source:
74-
protocol: snmp
75-
id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
70+
# Value is always 0
71+
# - name: bmc_node_power_watthour_total
72+
# description: Cumulated power consumption of node reported by BMC, in watt
73+
# period: 0
74+
# optional_period: 5000
75+
# source:
76+
# protocol: snmp
77+
# id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
7678

7779
- name: bmc_fan_speed_rpm
7880
labels: {"fan": "2a"}

0 commit comments

Comments
 (0)