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:
@@ -69,7 +69,7 @@ _ipmiwaiters = []
|
||||
|
||||
sensor_categories = {
|
||||
'temperature': frozenset(['Temperature']),
|
||||
'power': frozenset(['Current', 'Battery']),
|
||||
'power': frozenset(['Power', 'Current', 'Battery']),
|
||||
'fans': frozenset(['Fan', 'Cooling Device']),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user