Scenario: Heartbeat interval for agent class
Learn how you can control the the heartbeat interval in agent class level and resolve issues.
- Scenario
- There is an agent class which contains agents deployed in the new department where all the hardware and network performance are beyond the rest of the system and heartbeat is configured to 5s on those agents.
- Analysis
-
You can configure the maximum heartbeat interval at the class level using the following parameter:
efm.monitor.maxHeartbeatIntervalForClass.[ClassA]=10sThe following chart shows how EFM considers an agent healthy based on these settings:
- Solution
-
So, you can introduce stricter expectations. You set
efm.monitor.maxHeartbeatIntervalForClass.[ClassA]=6s. So, withinQueuedStateTimeoutHeartbeatRate=8, EFM waits only 48 seconds before timing out an operation and notifies you about the issue.
