18 March,20 at 03:36 PM
Applies to: All version of Centrify Auditing and Monitoring Service
Question:
List of Status codes and description that correspond with the integer field "State" in the dbo.Agent table of AuditStore Database or available in each agent's local registry as "CurrentState" under "HKLM\Software\Centrify\DirectAudit\Agent"
Answer:
Please refer to the agent status code below:
Status | Value | Description |
Unknown | 0 | Indicates that the status is unknown at the moment |
Stopped | 1 | Agent is in stopped state |
Initializing | 2 | Agent is initializing. This is a transient state and it's not persisted in the database |
DeterminingInstallation | 3 | Agent is determining its installation based on local registry/GP configuration. This is a transient state and it's not persisted in the database |
InstallationNotConfigured | 4 | Agent hasn't been configured with a DA installation. This state is not persisted in the database |
DeterminingAuditStore | 5 | Agent is trying to determine its Audit Store by matching the site/subnet. This is a transient state and it's not persisted in the database |
AgentNotInAuditStoreScope | 6 | Agent is not in scope of any of the Audit Stores. This state is not persisted in the database |
CollectorNotConnected | 7 | Agent has disconnected from all the collectors most likely because no collectors are actively available. This is a transient state and it's not persisted in the database |
SpoolPartitionFull | 8 | Agent is running out of disk space based on the configured max spool threshold |
Running | 9 | Normal operation; agent is connected to a collector |
Initialized | 10 | Transient state between "Initializing" and "Determining the installation". This is a transient state and it's not persisted in the database |
NOTE:
Any state that's not persisted in the database is still stored/available in each agent's local registry as CurrentState under HKLM\Software\Centrify\DirectAudit\Agent