Skip to main content

pvl_automate_connection_audit_daily

Purpose

The table records the amount of time, in minutes, that each computer was offline and online over the past 24 hours, using data from the pvl_automate_connection_audit custom table. It saves one entry per machine daily, maintaining this data for 30 days. The table is updated once per day by the Automate Agent Connection Audit script.

The script will start adding data to this table 24 hours after the first entry is added to the pvl_automate_connection_audit table.

Dependencies

Tables

pvl_automate_connection_audit_daily

ColumnTypeExplanation
computeridintUnique identifier for the computer
onlineintNumber of minutes it was online in the last 24 hours
offlineintNumber of minutes it was offline in the last 24 hours
datacollectiontimedatetimeData collection time for the respective entry