Global Service Monitor Troubleshooting Probe Action

Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.TroubleshootingTask.PA (ProbeActionModuleType)

This Probe action used to troubleshoot Global Service Monitor configuration and communication issues.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.Windows.SerializedObjectData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ShowDetailedInformationbool$Config/ShowDetailedInformation$Show Detailed InformationAdd detailed information to task output

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.TroubleshootingTask.PA" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ShowDetailedInformation" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ShowDetailedInformation" ParameterType="bool" Selector="$Config/ShowDetailedInformation$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.SystemCenter.Omonline.OutsideIn.OutsideInUnitModule.Assembly</Assembly>
<Type>Microsoft.SystemCenter.Cloud.OutsideInUnitModule.Monitoring.TroubleshootingProbeAction</Type>
</Managed>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.SerializedObjectData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>