The status of a server that was once set to retired was not set back to 'installed' when it was rediscovered.DescriptionWhen a server that was marked as 'retired' is rediscovered, its status is not updated to reflect its current state.Steps to Reproduce 1) Mark a server as retired 2) Rediscover the server 3) Check that the status of the server is still 'retired'.Workaround1) Update the required fields in 'OSs - Pre Sensor' pre sensor script. Ex - if (JSUtil.nil(discoveredServer.install_status)) { discoveredServer.install_status = "1"; }Related Problem: PRB1546849