Regla del proceso de eventos de modo de mantenimiento iniciada por el agente

Microsoft.SystemCenter.Agent.MaintenanceMode.Trigger.Rule (Rule)

Esta regla se usa para detectar la solicitud del modo de mantenimiento iniciada por el agente. Esta regla tiene una dependencia en “Regla del modo de mantenimiento iniciada por el agente”. La característica Regla del modo de mantenimiento iniciada por el agente requiere estas dos reglas para habilitarse.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryOperations
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
WA WriteAction Microsoft.SystemCenter.Agent.MaintenanceMode.Trigger.Rule.WriteActionModuleType Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Agent.MaintenanceMode.Trigger.Rule" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>240</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.Agent.MaintenanceMode.Trigger.Rule.WriteActionModuleType">
<TimeoutSeconds>120</TimeoutSeconds>
<Logging>false</Logging>
<EventQueryIntervalInSeconds>300</EventQueryIntervalInSeconds>
</WriteAction>
</WriteActions>
</Rule>