pingFinder.pingRules database table

The pingFinder.pingRules table specifies the different addresses and subnets to be pinged by the Ping finder.

Description

The pingRules table can contain multiple records.

Schema

The pingFinder.pingRules table is described in the following table.

Table 1. pingFinder.pingRules database table schema

Column name

Constraints

Data type

Description

m_Address

  • PRIMARY KEY
  • NOT NULL

Text

The address to ping.

m_RequestType
 

Integer

Flag denoting address type:
  • 1: Individual
  • 2: Subnet
m_NetMask
 

Text

The subnet mask. If a value is specified for this field, it automatically implies that the address is a subnet address.

m_TimeOut
 

Integer

Maximum time to wait for response. This value overrides the default timeout specified in the configuration table.

m_NumRetries
 

Integer

Maximum number of times to reattempt the ping. This value overrides the default value.