490491492493494495496497498499500
host.ssd_ref.get_system_load(); } catch (Exception e) { this.logger.error("Exception while getting system load", e); throw new InvalidSSDRef(); } updatePending = true; server_table.putHost(host.name, new ImRHostInfo(host));
491492493494495496497498499500501