Aracı Tarafından Başlatılan Bakım Modu Olay İşleme Kuralı

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

Bu kural, aracı tarafından başlatılan Bakım Modu İsteği'ni algılamak için kullanılır. Bu kural “Aracı Tarafından Başlatılan Bakım Modu Kuralı”'na bağımlıdır. Aracı tarafından başlatılan Bakım Modu özelliği bu kuralların etkinleştirilmesini gerektirir.

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>