commit | 2741ba98032c8265b55c550cf054ab87a8bacda3 | [log] [tgz] |
---|---|---|
author | Norman James <nkskjames@gmail.com> | Fri Nov 06 05:31:53 2015 -0600 |
committer | Norman James <nkskjames@gmail.com> | Fri Nov 06 05:31:53 2015 -0600 |
tree | d0f01ff17907456ee09d92662a413c959b700a9e | |
parent | b2acbc8de6b3062a0b33ff1c22d5041c434b544b [diff] |
add hwmon to barreleye
diff --git a/bin/Barreleye.py b/bin/Barreleye.py index 45c8d68..65a6aa4 100755 --- a/bin/Barreleye.py +++ b/bin/Barreleye.py
@@ -148,12 +148,11 @@ 'monitor_process' : True, 'process_name' : 'chassis_control.py', }, - 'fans' : { + 'hwmon_barreleye' : { 'system_state' : 'BMC_STARTING', 'start_process' : True, 'monitor_process' : True, - 'process_name' : 'fan.exe', - 'args' : [ 'fan0','fan1','fan2','fan3','fan4' ] + 'process_name' : 'hwmons_barreleye.exe', } }