Skip to main content

plugin_proval_h_maintenancemodequeue

Purpose

This document stores historical information about queued maintenance modes. This data is populated by a trigger called plugin_proval_t_maintenancemodequeue.

Dependencies

  • plugin_proval_t_maintenancemodequeue (Trigger - See SQL Below)

Table

plugin_proval_h_maintenancemodequeue

ColumnTypeExplanation
QueueIDINTThe ID of the audited queue.
ComputerIDINTThe ID of the computer where the audited queue was targeted.
TimeStartDATETIMEThe server time when the maintenance mode begins.
DurationINTThe number of minutes that the maintenance mode will last.
ModeINTThe type of maintenance mode (1 = Alerts, 2 = Scripts, 3 = Alerts & Scripts)