Alerta do System Center Advisor

Microsoft.SystemCenter.Advisor.ImportAlert (Rule)

Esta regra importa alertas a partir do serviço System Center Advisor.

Knowledge Base article:

Este alerta é gerado pelo System Center Advisor

Mais informações sobre o Advisor

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
GetAlertUpdateDataSource DataSource Microsoft.SystemCenter.Advisor.GetAlertUpdate Default
ImportAlertWriteAction WriteAction Microsoft.SystemCenter.Advisor.PublishAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.ImportAlert" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="GetAlertUpdateDataSource" TypeID="Microsoft.SystemCenter.Advisor.GetAlertUpdate">
<Frequency>300</Frequency>
<Certificate>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Certificate"]/Data$</Certificate>
<AlertInsertionBatchSize>40</AlertInsertionBatchSize>
<AlertInsertionTimeInterval>60</AlertInsertionTimeInterval>
<ProxyUserName>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/UserName$</ProxyUserName>
<ProxyUserPassword>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Password$</ProxyUserPassword>
<ProxyUserDomain>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Domain$</ProxyUserDomain>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ImportAlertWriteAction" TypeID="Microsoft.SystemCenter.Advisor.PublishAlert"/>
</WriteActions>
</Rule>