Acceso al equipo denegado a petición: correcto

Microsoft.SystemCenter.HealthService.ComputerDown.OnDemand.Success (Rule)

Esta regla detecta que un agente ha reanudado los latidos. Esto indica que ahora se puede tener acceso al equipo.

Knowledge Base article:

Resumen

Operations Manager usa esta regla internamente. Al invalidar esta regla, se producirá un comportamiento que tal vez no sea el que espera.

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.SetComputerDownStateAction.Success Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ComputerDown.OnDemand.Success" 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.ComputerDown"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateAction.Success"/>
</WriteActions>
</Rule>