Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.WindowsEvent.SingleEventLogTimer2StateMonitorTypeTimer Reset

Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.WindowsEvent.SingleEventLogTimer2StateMonitorType (Template)

Source Code:

<Template ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.WindowsEvent.SingleEventLogTimer2StateMonitorType">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ID" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Description" type="xsd:string"/>
<xsd:element name="Target" type="xsd:string"/>
<xsd:element name="ParentMonitor" type="xsd:string"/>
<xsd:element name="Category" type="xsd:string"/>
<xsd:element name="LocaleID" type="xsd:string"/>
<xsd:element name="ComputerName" type="xsd:string"/>
<xsd:element name="LogName" type="xsd:string"/>
<xsd:element name="Expression" type="ExpressionType"/>
<xsd:element name="TimerWaitInSeconds" type="xsd:integer"/>
</Configuration>
<References>
<Reference ID="Windows"/>
<Reference ID="Health"/>
</References>
<Implementation>
<Monitoring>
<Monitors>
<UnitMonitor ID="$TemplateConfig/ID$" TypeID="$Reference/Windows$Microsoft.Windows.SingleEventLogTimer2StateMonitorType" Target="$TemplateConfig/Target$" Accessibility="Internal" ConfirmDelivery="true" ParentMonitorID="$TemplateConfig/ParentMonitor$">
<Category>$TemplateConfig/Category$</Category>
<OperationalStates>
<OperationalState ID="EventRaised" HealthState="Warning" MonitorTypeStateID="EventRaised"/>
<OperationalState ID="TimerEventRaised" HealthState="Success" MonitorTypeStateID="TimerEventRaised"/>
</OperationalStates>
<Configuration>
<ComputerName>$TemplateConfig/ComputerName$</ComputerName>
<LogName>$TemplateConfig/LogName$</LogName>
<Expression>$TemplateConfig/Expression$</Expression>
<TimerWaitInSeconds>$TemplateConfig/TimerWaitInSeconds$</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>
</Monitors>
</Monitoring>
<LanguagePacks>
<LanguagePack ID="$TemplateConfig/LocaleID$" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="$TemplateConfig/ID$">
<Name>$TemplateConfig/Name$</Name>
<Description>$TemplateConfig/Description$</Description>
</DisplayString>
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
</Implementation>
</Template>