Configuring the Agent-Initiated Agent Status Check

To configure the agent-initiated agent status options:

  1. Navigate to the directory or folder where the Deployment Automation agent is installed. For example:

    ..\MicroFocus\Deployment Automation Agent\core\conf\agent

  2. Edit the installed.properties file agent keep alive entries as needed. Descriptions of each setting are given in the following table.
    Setting Description

    agent.keep.alive.enabled

    Turns on or off the scheduled run of agent-initiated keep alive calls. The default value is false.

    agent.keep.alive.period.seconds

    Specifies how often to initiate scheduled agent-initiated keep alive calls, in seconds. The default value is 60.

    Example Agent-Initiated Settings

    Following are example settings for agent-initiated agent status options in an agent's installed.properties file.

    agent.keep.alive.enabled=true
    agent.keep.alive.period.seconds=60
  3. Restart the agent.
These settings impact only the agent for which they are set.