[Service_Connections]

The [Service_Connections] stanza is used to configure the service connections and how they are handled.

Parameter

Description

number_of_retries

Default: 4. Minimum 1, Maximum 1000.

Defines how many times a service should attempt to connect to any of the services before logging an error indicating that it cannot connect.

Note

Connection attempts will still continue indefinitely until connected.

seconds_before_inactivity_timeout

Default: 3600 (seconds = 1 hour). Minimum 1, Maximum 86400 (24 hours in seconds).

Defines when the connection is considered failed due to lack of response when a component is trying to connect to a service. Specifically, it defines how long the services should wait for an "echo" response after sending a ping.

seconds_between_pings

Default: 5. Minimum 1, Maximum 300.

Defines how many seconds elapse between each ping attempt.

This [Service_Connections] seconds_between_pings= field should not to be confused with seconds_between_pings in [Agent_Manager].

seconds_between_retries

Default: 60. Minimum 1, Maximum 600.

Defines how many seconds elapse between each connection attempt.

seconds_before_response_timeout

Default 120. Minimum 10, Maximum 3600. 

Defines how long to wait for a response from another service component.

Was this page helpful? Yes No Submitting... Thank you

Comments