agents.definitions table
The agents.definitions table contains scheduling information for every discovery agent, extracted from the information in the discovery agent file.
Column name |
Constraints |
Data type |
Description |
|---|---|---|---|
| m_Name |
|
Text |
Name of the agent. |
| m_Type | Externally defined agentType data type |
Integer |
Agent Type:
|
| 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. |