Проверить связь с компьютером при возникновении ошибки периодического сигнала

Microsoft.SystemCenter.HealthService.Diagnostic.ICMPPingDiagnostic (Diagnostic)

Выполняет проверку связи ICMP с компьютером, когда корневой сервер управления обнаруживает сбой периодического сигнала.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
MonitorMicrosoft.SystemCenter.HealthService.Heartbeat
RemotableTrue
Timeout300
Execute On StateError
CategoryMaintenance
Enabledtrue
AccessibilityPublic
CommentIn response to heartbeat failure, pings machine

Member Modules:

ID Module Type TypeId RunAs 
Ping ProbeAction Microsoft.SystemCenter.ICMPProbe Microsoft.SystemCenter.AgentManagementAccount

Source Code:

<Diagnostic ID="Microsoft.SystemCenter.HealthService.Diagnostic.ICMPPingDiagnostic" Comment="In response to heartbeat failure, pings machine" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" Monitor="SC2007!Microsoft.SystemCenter.HealthService.Heartbeat" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Maintenance</Category>
<ProbeAction ID="Ping" RunAs="SCLibrary!Microsoft.SystemCenter.AgentManagementAccount" TypeID="SCLibrary!Microsoft.SystemCenter.ICMPProbe">
<ComputerSourcePing>$Target/Host/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup"]/RMSPrincipalName$</ComputerSourcePing>
<NetworkTargetToPing>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</NetworkTargetToPing>
</ProbeAction>
</Diagnostic>