Alert State Probe Action

MECM.AlertState.PA (ProbeActionModuleType)

This probe reads WMI and reports the compliance of a configuration baseline.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction MECM.WmiQueryEngine.PA Default

Source Code:

<ProbeActionModuleType ID="MECM.AlertState.PA" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TypeId" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TypeInstanceId" 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="MECM.WmiQueryEngine.PA">
<ProviderLocation>$Config/ProviderLocation$</ProviderLocation>
<SiteCode>$Config/SiteCode$</SiteCode>
<QueryStatement>SELECT AlertState, DateAlertStateModified, DateCreated, Deletable, Enabled, FeatureArea, FeatureGroup,
ID, InstanceNameParam1, InstanceNameParam2, LastModifiedBy, MonitoredByScom, Name,
ObjectTypeID, OccurrenceCount, ParameterValues, Severity, SkipUntil, TypeID, TypeInstanceID FROM SMS_Alert WHERE TypeId = "$Config/TypeId$" AND TypeInstanceID = "$Config/TypeInstanceId$"</QueryStatement>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>