The proxy failed_relay_delay setting defines how long the agent will wait (in seconds) before attempting to reconnect with the proxy server if the initial proxy server connection fails. The default value is 1200 seconds.
If you define a failed_relay_delay interval for your proxy server, you must also define the following:
The proxy failed_relay_delay setting should be listed within quotation marks ("). Enclose the full list of proxy server settings in braces ({}). For example, you can add "exclude_hosts": "eng.fireeye.com", "host.fireeye.com"to the exclude_hosts list.
{
"proxy": {
"type": "manual",
"host": "<hostname>",
"port": 80,
"exclude_hosts": ["eng.fireeye.com", "host.fireeye.com"],
"failed_relay_delay": 1200
}
Change this setting using one of the following methods:
Web UI (see Enabling and Disabling the Agent Logging Policy).
API custom configuration channels (see Using API Custom Configuration Channels).
Manually on individual endpoints using a text editor (see Modifying the Configuration File for a Single Endpoint).