From 75fcc0d5caa727d72e8f6a41a7b2b44ed9f54cf7 Mon Sep 17 00:00:00 2001 From: Aaron Moate Date: Fri, 15 Jun 2018 16:41:30 -0500 Subject: [PATCH] Made a correction to unified_metric_names in ipmi module Added Supermicro manufacturer and changed "NB Temp" to "Air Temp", which should be the proper Inlet Temp metric for Supermicro chassis. --- ipmi/python_modules/ipmi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipmi/python_modules/ipmi.py b/ipmi/python_modules/ipmi.py index 2d97e74b..dfba3059 100644 --- a/ipmi/python_modules/ipmi.py +++ b/ipmi/python_modules/ipmi.py @@ -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):