diskChecksUser = new HashMap();
memChecks = new HashMap();
// initialize hostware
try{
spooler_log.debug3("Initializing hostware...");
hostware = new Global();
}catch (Exception e){
throw new Exception("Failed to initialize hostware: "+e.getMessage());
}
checkDataBaseSettings();
checkINISettings();