SMS 2003 受信トレイ : despoolr.box\receive を監視します

SMS_2003_Inbox__Monitor_despoolr.box_receive_4_Rule (Rule)

Knowledge Base article:

概要

この処理ルールは、[SMS 2003 Monitor SMS Inbox] スクリプトをスケジュールに従って起動し、SMS 受信トレイ内のファイル数を監視します。ファイル数が指定されたしきい値を超えると、スクリプトによってイベントが生成されます。しきい値は、このルールを通じてパラメータとしてスクリプトに指定されます。スケジュールとしきい値は、ターゲット環境に合わせて調整してください。受信トレイ内のファイルの監視は、サイト サーバーのパフォーマンスに影響する可能性があるので、最小限の要件を満たす値を選択してください。バックログの増加を検出するまでの時間が短くなるほど、監視とサイト サーバーの両方に与える影響は小さくなります。

Element properties:

TargetMicrosoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{9152CBF6-A2CF-4FD0-A26B-914F4DAE8628}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}

Member Modules:

ID Module Type TypeId RunAs 
_2F223602_8051_4FC8_9CED_0F3AA1D99E6F_ DataSource System.Scheduler Default
ScriptResponse1 WriteAction SMS_2003_Monitor_SMS_Inbox Default

Source Code:

<Rule ID="SMS_2003_Inbox__Monitor_despoolr.box_receive_4_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation" Enabled="false" ConfirmDelivery="false" Comment="Mom2005ID='{9152CBF6-A2CF-4FD0-A26B-914F4DAE8628}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_2F223602_8051_4FC8_9CED_0F3AA1D99E6F_" Comment="{2F223602-8051-4FC8-9CED-0F3AA1D99E6F}" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">86400</Interval>
<SyncTime>2:30</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ScriptResponse1" TypeID="SMS_2003_Monitor_SMS_Inbox">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>50</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>SMS 2003 Inbox: Monitor despoolr.box\receive</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
<Parameters>
<FileCountThreshold>10000</FileCountThreshold>
<InboxDirectoryName>despoolr.box\receive</InboxDirectoryName>
</Parameters>
</WriteAction>
</WriteActions>
</Rule>