From dd53abfb99bb1d6d15c6ff0bcd5d8bab1bf28435 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 6 May 2015 15:59:15 -0400 Subject: [PATCH] Decrease severity of 'Disabled' presence This is generally used to indicate the benign configuration choice of disabling some present device. For example, a server with a built in network device disabled in favor of an add-in option. Change-Id: I1cf9f4feccf7ec022cca7ce7909093b16807244c --- pyghmi/ipmi/private/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/private/constants.py b/pyghmi/ipmi/private/constants.py index 012205a9..4b0136f9 100644 --- a/pyghmi/ipmi/private/constants.py +++ b/pyghmi/ipmi/private/constants.py @@ -1055,7 +1055,7 @@ sensor_type_offsets = { }, 2: { 'desc': 'Disabled', - 'severity': const.Health.Warning, + 'severity': const.Health.Ok, }, }, 0x27: { # LAN heartbeat