agents.definitions table

The agents.definitions table contains scheduling information for every discovery agent, extracted from the information in the discovery agent file.

Table 1. agents.definitions database table schema 

Column name

Constraints

Data type

Description

m_Name
  • PRIMARY KEY
  • NOT NULL

Text

Name of the agent.

m_Type

Externally defined agentType data type

Integer

Agent Type:
  • 0: Undefined
  • 1: Precompiled
  • 2: Text defined
  • 3: Combination
m_Text

NOT NULL

Text

Textual description of agent rules.

m_ExecuteOn

Text

The host on which to execute the agent.

m_Phase

Default = 1

Integer

The discovery phase by the end of which the agent is expected to complete.

m_UpdTime

Long integer

The time of the last modification, which determines whether the agent has changed since its definition was stored.