How to enable/disable resurrection to specific deployment.
Symptoms:
When disabling resurrection to a specific deployment on BOSH director using a resurrection config file as per below example.
Resurrection will not kick in after deleting the resurrection config file as long as there is only 1 resurrection config left, even if global resurrection is enabled as well as the Resurrection plugin is turned ON on the BOSH director tile.
Bosh resurrector plugin is a tool used to recreate the vm if it is not in running state. More details available at https://bosh.io/docs/resurrector/
Bosh has an agent running on each vm, if the agent does not respond to a heart beat every minute, bosh will mark vm unresponsive
And will try to recreate it. If one of vm processes is failing, the vm will be marked as falling state and resurrector will try to fix it by recreating the vm.