SMS 2003 수신함: schedule.box\requests 모니터링

SMS_2003_Inbox__Monitor_schedule.box_requests_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='{FC4C50EE-A7B9-4839-BFC3-A926C2C8E54B}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}

Member Modules:

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

Source Code:

<Rule ID="SMS_2003_Inbox__Monitor_schedule.box_requests_4_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation" Enabled="false" ConfirmDelivery="false" Comment="Mom2005ID='{FC4C50EE-A7B9-4839-BFC3-A926C2C8E54B}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_E72E30F9_2DAB_4FFB_A677_E915FE7A56C1_" Comment="{E72E30F9-2DAB-4FFB-A677-E915FE7A56C1}" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">86400</Interval>
<SyncTime>3:45</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 schedule.box\requests</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
<Parameters>
<FileCountThreshold>10000</FileCountThreshold>
<InboxDirectoryName>schedule.box\requests</InboxDirectoryName>
</Parameters>
</WriteAction>
</WriteActions>
</Rule>