Skip to content

Commit

Permalink
Made a correction to unified_metric_names in ipmi module
Browse files Browse the repository at this point in the history
Added Supermicro manufacturer and changed "NB Temp" to
"Air Temp", which should be the proper Inlet Temp metric
for Supermicro chassis.
  • Loading branch information
Aaron Moate committed Jun 15, 2018
1 parent beefff2 commit 75fcc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipmi/python_modules/ipmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"MB/T_VRD0": "Inlet Temp",
"MB/T_AMB0": "Inlet Temp",
"/MB/T_AMB": "Inlet Temp",
# Other
"NB Temp" : "Inlet Temp",
# Supermicro
"Air Temp": "Inlet Temp",
"System Temp" : "Inlet Temp"
}
def mangle_metric_name(metric_name,prefix):
Expand Down

0 comments on commit 75fcc0d

Please sign in to comment.