エージェントが開始したメンテナンス モードのイベント処理ルール

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

このルールは、エージェントが開始したメンテナンス モードの要求を検出するために使用されます。このルールは、「エージェントが開始したメンテナンス モードのルール」に依存しています。エージェントが開始したメンテナンス モード機能では、これら 2 つのルールが有効にされている必要があります。

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>