2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 03:19:48 +00:00

Merge branch 'master' of github.com:jjohnson42/confluent

This commit is contained in:
Jarrod Johnson 2017-10-16 10:21:15 -04:00
commit b7b26a1069

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']),
}