Sondowanie zadania ostatniego zdarzenia agenta

Microsoft.SystemCenter.AgentHealth.LastEvent.Trigger (ProbeActionModuleType)

To sondowanie zbiera dane o ostatnim zdarzeniu agenta

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.OleDbData

Member Modules:

ID Module Type TypeId RunAs 
OLEDB ProbeAction Microsoft.SystemCenter.AgentHealth.LastEvent.ProbeType Default
PassThrough ProbeAction System.PassThroughProbe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
QueryTimeoutint$Config/QueryTimeout$Limit czasu zapytanialimit czasu zapytania (w sekundach)
WatchPeriodHrint$Config/WatchPeriodHr$Okres obserwowania w godzinachOkres obserwowania w godzinach
OneRowPerItembool$Config/OneRowPerItem$Jeden wiersz na elementzwróconych wierszy na element
MaxEventAgeHrint$Config/MaxEventAgeHr$Maksymalny wiek zdarzenia w godzinachMaksymalny wiek zdarzenia w godzinach

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.AgentHealth.LastEvent.Trigger" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="QueryTimeout" type="xsd:integer"/>
<xsd:element minOccurs="1" name="WatchPeriodHr" type="xsd:integer"/>
<xsd:element minOccurs="1" name="OneRowPerItem" type="xsd:boolean"/>
<xsd:element minOccurs="1" name="MaxEventAgeHr" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="QueryTimeout" Selector="$Config/QueryTimeout$" ParameterType="int"/>
<OverrideableParameter ID="WatchPeriodHr" Selector="$Config/WatchPeriodHr$" ParameterType="int"/>
<OverrideableParameter ID="OneRowPerItem" Selector="$Config/OneRowPerItem$" ParameterType="bool"/>
<OverrideableParameter ID="MaxEventAgeHr" Selector="$Config/MaxEventAgeHr$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="OLEDB" TypeID="Microsoft.SystemCenter.AgentHealth.LastEvent.ProbeType">
<QueryTimeout>$Config/QueryTimeout$</QueryTimeout>
<WatchPeriodHr>$Config/WatchPeriodHr$</WatchPeriodHr>
<OneRowPerItem>$Config/OneRowPerItem$</OneRowPerItem>
<MaxEventAgeHr>$Config/MaxEventAgeHr$</MaxEventAgeHr>
</ProbeAction>
<ProbeAction ID="PassThrough" TypeID="System!System.PassThroughProbe"/>
</MemberModules>
<Composition>
<Node ID="OLEDB">
<Node ID="PassThrough"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.OleDbData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>