Check Health Service Startup Configuration Diagnostic Task (used by Health Explorer)

Microsoft.SystemCenter.HealthService.DiagnosticTask.DiagnoseAndStartHealthService (Task)

Check Health Service Startup Configuration diagnostic task that runs from the Primary Management Server of a Health Service.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
AccessibilityInternal
CategoryMaintenance
EnabledFalse
RemotableFalse
Timeout60

Member Modules:

ID Module Type TypeId RunAs 
QueryRemoteHS ProbeAction Microsoft.SystemCenter.AgentManagement.DiagnosticTask.DiagnoseAndStartHealthService Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthService.DiagnosticTask.DiagnoseAndStartHealthService" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" Timeout="60" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="QueryRemoteHS" TypeID="Microsoft.SystemCenter.AgentManagement.DiagnosticTask.DiagnoseAndStartHealthService">
<ComputerName>TargetHealthServiceToRestart</ComputerName>
<ServiceName>HealthService</ServiceName>
</ProbeAction>
</Task>