Test für den Zustand der AI-Katalogsynchronisierung

Microsoft.SystemCenter2012.ConfigurationManager.AIProxyStateProbe (ProbeActionModuleType)

Dieser Test liest WMI und meldet den Zustand der Asset Intelligence-Komponente.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction Microsoft.SystemCenter2012.ConfigurationManager.WmiQueryEngine Default

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter2012.ConfigurationManager.AIProxyStateProbe" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ProxyName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ProviderLocation" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SiteCode" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PA" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.WmiQueryEngine">
<ProviderLocation>$Config/ProviderLocation$</ProviderLocation>
<SiteCode>$Config/SiteCode$</SiteCode>
<QueryStatement>SELECT ProxyName, ProxyEnabled, Port, ProxyPollingInterval, ProxyCertPath, PeriodicCatalogUpdateEnabled, PeriodicCatalogUpdateSchedule, LastCatalogUpdateCompletion, CatalogWatermark, SCOURL, ProxyState, LastSCOReturnCode, LastCatalogUpdateRequest, CategoryChangeCount, SoftwareTitlesChangeCount, CPUChangeCount, HWReqChangeCount, RelevancyOptOut, SiteCode FROM SMS_AIProxy WHERE ProxyName = '$Config/ProxyName$'</QueryStatement>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>