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

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

Source Code:

<Template ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Monitor.WindowsEvent.RepeatedEventLogTimer2StateMonitorType">
<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="RepeatedComputerName" type="xsd:string"/>
<xsd:element name="RepeatedLogName" type="xsd:string"/>
<xsd:element name="RepeatedExpression" type="ExpressionType"/>
<xsd:element name="Consolidator" type="ConsolidatorType"/>
<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.RepeatedEventLogTimer2StateMonitorType" Target="$TemplateConfig/Target$" Accessibility="Internal" ConfirmDelivery="true" ParentMonitorID="$TemplateConfig/ParentMonitor$">
<Category>$TemplateConfig/Category$</Category>
<OperationalStates>
<OperationalState ID="RepeatedEventRaised" HealthState="Warning" MonitorTypeStateID="RepeatedEventRaised"/>
<OperationalState ID="TimerEventRaised" HealthState="Success" MonitorTypeStateID="TimerEventRaised"/>
</OperationalStates>
<Configuration>
<RepeatedComputerName>$TemplateConfig/RepeatedComputerName$</RepeatedComputerName>
<RepeatedLogName>$TemplateConfig/RepeatedLogName$</RepeatedLogName>
<RepeatedExpression>$TemplateConfig/RepeatedExpression$</RepeatedExpression>
<Consolidator>$TemplateConfig/Consolidator$</Consolidator>
<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>