Stats monitoring probe action (URL Probe-based)

Microsoft.JEE.Monitoring.UrlProbe.Stats.ProbeAction (ProbeActionModuleType)

A probe action for retrieving stats monitoring information.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction Microsoft.JEE.Http.UrlProbe.GetRequestBody.ProbeAction Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ComputerNamestring$Config/ComputerName$Computer nameThe name of the computer that hosts the application server.
Protocolstring$Config/Protocol$ProtocolThe protocol to use to perform the HTTP call.
Portstring$Config/Port$PortThe port number to use to perform the HTTP call.
BaseURLstring$Config/BaseURL$Base URLThe base URL to use to find BeanSpy.
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutThe timeout-value (in seconds) for inactivity on the data source.

Source Code:

<ProbeActionModuleType ID="Microsoft.JEE.Monitoring.UrlProbe.Stats.ProbeAction" Accessibility="Public">
<Configuration>
<xsd:element name="ComputerName" type="xsd:string"/>
<xsd:element name="Protocol" type="xsd:string"/>
<xsd:element name="Port" type="xsd:string"/>
<xsd:element name="BaseURL" type="xsd:string"/>
<xsd:element name="URLSuffix" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ComputerName" ParameterType="string" Selector="$Config/ComputerName$"/>
<OverrideableParameter ID="Protocol" ParameterType="string" Selector="$Config/Protocol$"/>
<OverrideableParameter ID="Port" ParameterType="string" Selector="$Config/Port$"/>
<OverrideableParameter ID="BaseURL" ParameterType="string" Selector="$Config/BaseURL$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Probe" TypeID="Microsoft.JEE.Http.UrlProbe.GetRequestBody.ProbeAction">
<ComputerName>$Config/ComputerName$</ComputerName>
<Protocol>$Config/Protocol$</Protocol>
<Port>$Config/Port$</Port>
<Verb>GET</Verb>
<URL>$Config/BaseURL$/BeanSpy/Stats$Config/URLSuffix$</URL>
<RequestBody/>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<UserName>$RunAs[Name="Microsoft.JEE.MonitoringAccount"]/UserName$</UserName>
<Password>$RunAs[Name="Microsoft.JEE.MonitoringAccount"]/Password$</Password>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>