Falha de Heartbeat a Pedido - Erro

Microsoft.SystemCenter.HealthService.Heartbeat.OnDemand.Error (Rule)

Esta regra deteta erros de heartbeat para um Serviço de Integridade de Gestão do System Center (por exemplo, Serviço de Integridade de Gestão do System Center suspenso).

Knowledge Base article:

Resumo

Esta regra é utilizada internamente pelo Operations Manager. Quaisquer substituições a esta regra ocasionarão um comportamento que pode não ser o que espera e podem fazer com que a disponibilidade não seja detetada corretamente.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetHeartbeatStateAction.Error Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.Heartbeat.OnDemand.Error" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Heartbeat"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetHeartbeatStateAction.Error"/>
</WriteActions>
</Rule>