2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 13:58:16 +00:00

Add 'Power' to relevant categories for power

While IPMI has no 'Power', some OEM sensors use that
type anyway.
This commit is contained in:
Jarrod Johnson
2017-10-13 16:08:59 -04:00
parent 8694eca40b
commit b2fdaeffe7

View File

@@ -69,7 +69,7 @@ _ipmiwaiters = []
sensor_categories = {
'temperature': frozenset(['Temperature']),
'power': frozenset(['Current', 'Battery']),
'power': frozenset(['Power', 'Current', 'Battery']),
'fans': frozenset(['Fan', 'Cooling Device']),
}