SMS 2003 수신함: sinv.box 모니터링

SMS_2003_Inbox__Monitor_sinv.box_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='{6FF217E9-BF3D-4EAC-B37C-602AFF0F93EE}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}

Member Modules:

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

Source Code:

<Rule ID="SMS_2003_Inbox__Monitor_sinv.box_4_Rule" Target="Microsoft.SMS.2003.Microsoft_SMS_2003_Site_Servers_Installation" Enabled="false" ConfirmDelivery="false" Comment="Mom2005ID='{6FF217E9-BF3D-4EAC-B37C-602AFF0F93EE}';MOM2005ComputerGroupID={46B98966-C802-4A3D-AED7-40F7B4E6BB42}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_0FA7316E_F893_4E16_A9FB_F983AC91C161_" Comment="{0FA7316E-F893-4E16-A9FB-F983AC91C161}" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">86400</Interval>
<SyncTime>4:00</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 sinv.box</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
<Parameters>
<FileCountThreshold>10000</FileCountThreshold>
<InboxDirectoryName>sinv.box</InboxDirectoryName>
</Parameters>
</WriteAction>
</WriteActions>
</Rule>