ScanRealtimeProcessPollE

ScanRealtimeProcessPollE_1_Rule (Rule)

Knowledge Base article:

Management Pack
Summary

This is a "Timed Response" rule. Every 10 minutes it generates an event that triggers a script response to check the Agent systems to make sure that the correct number of "FSCRealtimeScanner.exe" processes are running.

 
© 2006 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.ForeFront.SharePoint.Forefront_Security_for_SharePoint_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{4FFFF926-A0A2-433F-B2FF-1F99D979DE50}';MOM2005ComputerGroupID={5E34E22D-A892-4026-A670-EB628BE392D5}

Member Modules:

ID Module Type TypeId RunAs 
_E74DC4FD_18BC_487B_AC25_AC9C85CC03BE_ DataSource System.Scheduler Default
ScriptResponse1 WriteAction Forefront_SP_Process_Checker Default

Source Code:

<Rule ID="ScanRealtimeProcessPollE_1_Rule" Target="Microsoft.ForeFront.SharePoint.Forefront_Security_for_SharePoint_Installation" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{4FFFF926-A0A2-433F-B2FF-1F99D979DE50}';MOM2005ComputerGroupID={5E34E22D-A892-4026-A670-EB628BE392D5}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_E74DC4FD_18BC_487B_AC25_AC9C85CC03BE_" Comment="{E74DC4FD-18BC-487B-AC25-AC9C85CC03BE}" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">600</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ScriptResponse1" TypeID="Forefront_SP_Process_Checker">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>50</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>ScanRealtimeProcessPollE</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
<Parameters>
<Process>FSCRealtimeScanner.exe</Process>
<TextLog>true</TextLog>
</Parameters>
</WriteAction>
</WriteActions>
</Rule>