plugin_proval_agent_count_history
Purpose
Stores data from the monitor @Agent Counts Recorder about the number of servers, computers, and agents that have checked in within 90 days.
Dependencies
@Agent Counts Recorder - Monitor
Table
plugin_proval_agent_count_history
| Column | Type | Explanation | 
|---|---|---|
| clientid | INT | The client ID of the client associated with the agent counts. | 
| date | DATE | The date of the agent count measurement. | 
| servers | INT | The number of servers measured for the associated client. | 
| computers | INT | The number of non-servers measured for the associated client. | 
| over90 | INT | The number of machines that have checked in within 90 days. |