collectorFinder.collectorRules database table
The collectorFinder.collectorRules database table configures the operation of the Collector finder.
Description
You can override some of the settings for particular collectors in the collectorFinder.configuration table. The collectorRules table can contain multiple records.
Schema
The collectorFinder.collectorRules database table schema is described in the following table:
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
m_HelperType |
Text |
The Helper type to be used by the Collector Finder. For a Java
collector, this field has the constraint NOT NULL and the value must be
|
|
|
Text |
The host address on which the collector is running. This field is NOT NULL only if the collector is running on a different host to Network Manager. This field may be configured for both a discovery and a rediscovery. |
|
|
|
Text |
The port on which the collector is listening. If the collector is running on the same host as Network Manager, then this is a Network Manager port. This field may be configured for both a discovery and a rediscovery. |
|
Integer |
Flag denoting which topology data to download
from the data source. This flag works together with the m_Address
and m_NetMask fields. The flag takes the following values:
This field is configured for a rediscovery only. |
|
|
Integer |
Limits rediscovery to a single data source supported by the collector. This field is rarely used as a collector usually only supports a single data source. This field is configured for a rediscovery only. |
|
|
Text |
Used in conjunction with the m_RequestType and m_NetMask fields when specifying a device or subnet to rediscover. See the entry for m_RequestType for more information. This field is configured for a rediscovery only. |
|
|
Text |
Used in conjunction with the m_RequestType and m_Address fields when specifying a device or subnet to rediscover. See the entry for m_RequestType for more information. This field is configured for a rediscovery only. |
|
|
Integer |
Number of retries to issue an RPC XML request to the collector. Setting this field is optional. If set, this field overrides the default specified in the collectorFinder.configuration table. This field may be configured for both a discovery and a rediscovery. |