Apache-URL-Testdatenquelle

Microsoft.ApacheHTTPServer.URLProbe.DataSource (DataSourceModuleType)

Datenquelle für den Remote-Abruf einer Website

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.WebApplication.WebApplicationData

Member Modules:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$Intervall
URLstring$Config/URL$URL
Proxystring$Config/Proxy$Proxyadresse
ProxyUserNamestring$Config/ProxyUserName$Proxybenutzername
ProxyPasswordstring$Config/ProxyPassword$Proxykennwort
ProxyAuthenticationSchemestring$Config/ProxyAuthenticationScheme$Proxyauthentifizierungsschema
CredentialUserNamestring$Config/CredentialUserName$Benutzername (Anmeldeinformationen)
CredentialPasswordstring$Config/CredentialPassword$Kennwort (Anmeldeinformationen)
AuthenticationSchemestring$Config/AuthenticationScheme$Authentifizierungsschema
RetryCountint$Config/RetryCount$Anzahl der Wiederholungen
RequestTimeoutint$Config/RequestTimeout$Anforderungstimeout

Source Code:

<DataSourceModuleType ID="Microsoft.ApacheHTTPServer.URLProbe.DataSource" Accessibility="Public" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>WebApp!Microsoft.SystemCenter.WebApplication.WebModulesSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Interval" type="xsd:integer" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="URL" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Proxy" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyUserName" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyPassword" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProxyAuthenticationScheme" type="AuthenticationSchemeType" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CredentialUserName" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CredentialPassword" type="xsd:string" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AuthenticationScheme" type="AuthenticationSchemeType" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RetryCount" type="xsd:integer" minOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RequestTimeout" type="xsd:integer" minOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="URL" Selector="$Config/URL$" 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"/>
<OverrideableParameter ID="RetryCount" Selector="$Config/RetryCount$" ParameterType="int"/>
<OverrideableParameter ID="RequestTimeout" Selector="$Config/RequestTimeout$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="WebApp!Microsoft.SystemCenter.WebApplication.PerProbe.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/Interval$</Interval>
<SpreadInitializationOverInterval Unit="Seconds">$Config/Interval$</SpreadInitializationOverInterval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
<UniquenessKey>$Target/Id$</UniquenessKey>
</DataSource>
<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>$Config/RetryCount$</RetryCount>
<RequestTimeout>$Config/RequestTimeout$</RequestTimeout>
<Requests>
<Request>
<RequestID>1</RequestID>
<URL>$Config/URL$</URL>
<Verb>GET</Verb>
<Version>HTTP/1.1</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>false</CheckInternalLinks>
<CheckExternalLinks>false</CheckExternalLinks>
<CheckResources>false</CheckResources>
<RequestEvaluationCriteria>
<StopProcessingIfWarningCriteriaIsMet>false</StopProcessingIfWarningCriteriaIsMet>
<StopProcessingIfErrorCriteriaIsMet>false</StopProcessingIfErrorCriteriaIsMet>
<BasePageEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria>
<NumericCriteriaExpressions/>
</ErrorCriteria>
</BasePageEvaluationCriteria>
<LinksEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</LinksEvaluationCriteria>
<ResourcesEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</ResourcesEvaluationCriteria>
<WebPageTotalEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</WebPageTotalEvaluationCriteria>
<DepthEvaluationCriteria>
<WarningCriteria/>
<ErrorCriteria/>
</DepthEvaluationCriteria>
</RequestEvaluationCriteria>
<FormsAuthCredentials/>
<CollectResponseBody>OnContentMatchCriteria</CollectResponseBody>
<CollectLinksHeaders>false</CollectLinksHeaders>
<CollectResourcesHeaders>false</CollectResourcesHeaders>
</Request>
</Requests>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>WebApp!Microsoft.SystemCenter.WebApplication.WebApplicationData</OutputType>
</DataSourceModuleType>