Akcja sondowania pojedynczego adresu URL aplikacji sieci Web

Microsoft.SystemCenter.WebApplication.SingleUrlProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.SystemCenter.WebApplication.WebApplicationData

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.SystemCenter.WebApplication.UrlProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Verbstring$Config/Verb$Metoda
URLstring$Config/URL$Adres URL
Versionstring$Config/Version$Wersja
Proxystring$Config/Proxy$Serwer proxy
ProxyUserNamestring$Config/ProxyUserName$Nazwa użytkownika serwera proxy
ProxyPasswordstring$Config/ProxyPassword$Hasło serwera proxy
ProxyAuthenticationSchemestring$Config/ProxyAuthenticationScheme$Sposób uwierzytelniania serwera proxy
CredentialUserNamestring$Config/CredentialUserName$Poświadczenia: nazwa użytkownika
CredentialPasswordstring$Config/CredentialPassword$Poświadczenia: hasło
AuthenticationSchemestring$Config/AuthenticationScheme$Sposób uwierzytelniania

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.WebApplication.SingleUrlProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>WebApp!Microsoft.SystemCenter.WebApplication.WebModulesSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Verb" type="VerbType"/>
<xsd:element name="URL" type="xsd:string"/>
<xsd:element name="Version" type="VersionType"/>
<xsd:element name="Proxy" type="xsd:string"/>
<xsd:element name="ProxyUserName" type="xsd:string"/>
<xsd:element name="ProxyPassword" type="xsd:string"/>
<xsd:element name="ProxyAuthenticationScheme" type="AuthenticationSchemeType"/>
<xsd:element name="CredentialUserName" type="xsd:string"/>
<xsd:element name="CredentialPassword" type="xsd:string"/>
<xsd:element name="AuthenticationScheme" type="AuthenticationSchemeType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Verb" Selector="$Config/Verb$" ParameterType="string"/>
<OverrideableParameter ID="URL" Selector="$Config/URL$" ParameterType="string"/>
<OverrideableParameter ID="Version" Selector="$Config/Version$" ParameterType="string"/>
<OverrideableParameter ID="Proxy" Selector="$Config/Proxy$" ParameterType="string"/>
<OverrideableParameter ID="ProxyUserName" Selector="$Config/ProxyUserName$" ParameterType="string"/>
<OverrideableParameter ID="ProxyPassword" Selector="$Config/ProxyPassword$" ParameterType="string"/>
<OverrideableParameter ID="ProxyAuthenticationScheme" Selector="$Config/ProxyAuthenticationScheme$" ParameterType="string"/>
<OverrideableParameter ID="CredentialUserName" Selector="$Config/CredentialUserName$" ParameterType="string"/>
<OverrideableParameter ID="CredentialPassword" Selector="$Config/CredentialPassword$" ParameterType="string"/>
<OverrideableParameter ID="AuthenticationScheme" Selector="$Config/AuthenticationScheme$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Probe" TypeID="WebApp!Microsoft.SystemCenter.WebApplication.UrlProbe">
<Proxy>$Config/Proxy$</Proxy>
<ProxyUserName>$Config/ProxyUserName$</ProxyUserName>
<ProxyPassword>$Config/ProxyPassword$</ProxyPassword>
<ProxyAuthenticationScheme>$Config/ProxyAuthenticationScheme$</ProxyAuthenticationScheme>
<CredentialUserName>$Config/CredentialUserName$</CredentialUserName>
<CredentialPassword>$Config/CredentialPassword$</CredentialPassword>
<AuthenticationScheme>$Config/AuthenticationScheme$</AuthenticationScheme>
<FollowRedirects>true</FollowRedirects>
<RetryCount>0</RetryCount>
<RequestTimeout>0</RequestTimeout>
<Requests>
<Request>
<RequestID>1</RequestID>
<URL>$Config/URL$</URL>
<Verb>$Config/Verb$</Verb>
<Version>$Config/Version$</Version>
<HttpHeaders>
<HttpHeader>
<Name>User-Agent</Name>
<Value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</Value>
</HttpHeader>
</HttpHeaders>
<Body/>
<CheckContentChange>false</CheckContentChange>
<ContentHash>00000000-0000-0000-0000-000000000000</ContentHash>
<Depth>0</Depth>
<ThinkTime>0</ThinkTime>
<CheckInternalLinks>true</CheckInternalLinks>
<CheckExternalLinks>false</CheckExternalLinks>
<CheckResources>true</CheckResources>
<RequestEvaluationCriteria>
<StopProcessingIfWarningCriteriaIsMet>false</StopProcessingIfWarningCriteriaIsMet>
<StopProcessingIfErrorCriteriaIsMet>false</StopProcessingIfErrorCriteriaIsMet>
<BasePageEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria>
<NumericCriteriaExpressions>
<NumericCriteriaExpression>
<NumericRequestMetric>BasePageData/StatusCode</NumericRequestMetric>
<Operator>NotEqual</Operator>
<Value>200</Value>
</NumericCriteriaExpression>
</NumericCriteriaExpressions>
</ErrorCriteria>
</BasePageEvaluationCriteria>
<LinksEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria>
<StatusCodeCriteria>
<ListNumericRequestMetric>StatusCode</ListNumericRequestMetric>
<Operator>NotEqual</Operator>
<Value>200</Value>
</StatusCodeCriteria>
</ErrorCriteria>
</LinksEvaluationCriteria>
<ResourcesEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria>
<StatusCodeCriteria>
<ListNumericRequestMetric>StatusCode</ListNumericRequestMetric>
<Operator>NotEqual</Operator>
<Value>200</Value>
</StatusCodeCriteria>
</ErrorCriteria>
</ResourcesEvaluationCriteria>
<WebPageTotalEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</WebPageTotalEvaluationCriteria>
<DepthEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</DepthEvaluationCriteria>
</RequestEvaluationCriteria>
<FormsAuthCredentials/>
</Request>
</Requests>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WebApp!Microsoft.SystemCenter.WebApplication.WebApplicationData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>