EnableConnectorHealthPolling

A Boolean value that specifies whether the Distributed Connector polls registered connectors at regular intervals, to determine whether they are available (responding to actions). The interval is specified by the parameter ConnectorHealthPollSecs.

The Distributed Connector polls the status of registered connectors so that the availability of a connector can be included in responses to the GetStatus and GetChildren actions.

TIP: If you set this parameter to false, you can still find the availability of registered connectors by using action=GetChildren&ShowChildHealth=true&CachedHealth=false. However, the Distributed Connector might take longer to respond because it has to query the registered connectors and wait for them to respond.

Type: Boolean
Default: True
Required: No
Configuration Section: DistributedConnector
Example: EnableConnectorHealthPolling=False
See Also: ConnectorHealthPollSecs