Previous Topic: Database Table: Job StatusNext Topic: Database Table: Policy Status


Database Table: Module Status

The Module Status table, STATMOD, stores the collect task status information.

This table contains the following columns:

AUTO_REP_VERSION

Includes the automatic increment counter used by the replication engine for comparing the values before and after the update.

MDOMID

Includes the module domain ID.

MOID

Includes the module ID.

OBJECT_DOMAIN_UUID

Includes the object domain UUID used for replication.

OBJECT_TYPE

Includes the type of object.

Example: ca_discovered_hardware=1, ca_discovered_user=2.

OBJECT_UUID

Object UUID. Foreign key to either ca_discovered_hardware or ca_discovered_user depending on object_type.

STATUS

Includes the collect task status.

STCOUNT

Includes the number of times the collect task has been executed.

STDATE

Includes the date of last status update.

STELAPSE

Includes the elapsed time for the last execution of the collect task (in seconds).

STFLAG

Indicates whether status text is required.

Example: 0=None, 1=More

STQCOUNT

Includes the number of times the collect task has been cancelled.

STREV

Includes the revisions number

STTEXT

Includes the status text. This column can contain up to 127 characters.

More information:

Add Advanced Argument Dialog