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