Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2ffca118 authored by Simon Delamare's avatar Simon Delamare
Browse files

[lyon] Remove non functionnal metrics on nova

parent 0205b5da
No related branches found
No related tags found
No related merge requests found
Pipeline #156576 passed
...@@ -22,25 +22,6 @@ ...@@ -22,25 +22,6 @@
"protocol": "snmp" "protocol": "snmp"
} }
}, },
{
"description": "Power consumption of node reported by BMC, in watt",
"name": "bmc_node_power_watt",
"period": 5000,
"source": {
"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 }}",
"protocol": "snmp"
}
},
{
"description": "Cumulated power consumption of node reported by BMC, in watt",
"name": "bmc_node_power_watthour_total",
"optional_period": 5000,
"period": 0,
"source": {
"id": "1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1",
"protocol": "snmp"
}
},
{ {
"description": "Speed of Fan 2A reported by BMC, in rpm", "description": "Speed of Fan 2A reported by BMC, in rpm",
"labels": { "labels": {
......
...@@ -30,15 +30,16 @@ metrics: ...@@ -30,15 +30,16 @@ metrics:
protocol: snmp protocol: snmp
id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1 id: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6.1.1
- name: bmc_node_power_watt # Value is always 0
description: Power consumption of node reported by BMC, in watt # - name: bmc_node_power_watt
period: 5000 # description: Power consumption of node reported by BMC, in watt
source: # period: 5000
protocol: snmp # source:
id: >- # protocol: snmp
1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{ # id: >-
1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 # 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.{{
== System Board Pwr Consumption }} # 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1
# == System Board Pwr Consumption }}
# SNMP error: No Such Instance currently exists at this OID # SNMP error: No Such Instance currently exists at this OID
# - name: bmc_psu_current_amp # - name: bmc_psu_current_amp
...@@ -66,13 +67,14 @@ metrics: ...@@ -66,13 +67,14 @@ metrics:
# 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.6.1.{{
# 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS2 Current 2 }} # 1.3.6.1.4.1.674.10892.5.4.600.30.1.8.1 == PS2 Current 2 }}
- name: bmc_node_power_watthour_total # Value is always 0
description: Cumulated power consumption of node reported by BMC, in watt # - name: bmc_node_power_watthour_total
period: 0 # description: Cumulated power consumption of node reported by BMC, in watt
optional_period: 5000 # period: 0
source: # optional_period: 5000
protocol: snmp # source:
id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1 # protocol: snmp
# id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
- name: bmc_fan_speed_rpm - name: bmc_fan_speed_rpm
labels: {"fan": "2a"} labels: {"fan": "2a"}
......
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