How to increase BOSH healthmanager agent_timeout settings in Opsmanager
search cancel

How to increase BOSH healthmanager agent_timeout settings in Opsmanager

book

Article ID: 293396

calendar_today

Updated On:

Products

Operations Manager

Issue/Introduction

vSphere HA and BOSH resurrector can conflict when a ESXi host crashes. BOSH may start recreating VMs faster than vSphere HA so the time to recover could increase. 
This article explains how to edit the default value of BOSH healthmanager's agent_timeout which is 60 seconds.

Resolution

{
  "overrides": [ {
     "section": "instance_groups",
      "data": {
         "hm": {
            "intervals": {
               "agent_timeout": <YOUR_TIMEOUT_HERE>
            }
        }
     }
  }]
}