ConfigMgr 2007 Management Point Health: Monitoring

SMSv4_Management_Point_Health__Monitoring_17_Rule (Rule)

Knowledge Base article:

Summary

This rule starts the ConfigMgr 2007 Monitor Server Health script every five minutes with the management point specified as the Configuration Manager Server Role.

Causes

If problems are detected, possible causes include:

Additional

SMS MP_CONTROL_MANAGER maintains the value of the management point registry key called MPHealthState and the value of the Operations Management\SMS Server Role\SMS Management Point\Availability State registry key. Both values reflect the result of the authentication request. This registry value reflects the result of a heartbeat policy or authentication request against the management point, which occurs once every five minutes.

Element properties:

TargetMicrosoft.SystemCenter.ConfigurationManager.2007.Microsoft_SMSv4_Management_Point_Servers_Installation
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentMom2005ID='{98278730-49BF-4107-819F-868DA225551D}';MOM2005ComputerGroupID={C24B3F30-443C-4824-98CE-683950E4939B}

Member Modules:

ID Module Type TypeId RunAs 
_3E1AFB9F_05EB_4F3D_8CF8_9F8FE0ED3079_ DataSource System.Scheduler Default
ScriptResponse1 WriteAction SMSv4_Monitor_Server_Health Default

Source Code:

<Rule ID="SMSv4_Management_Point_Health__Monitoring_17_Rule" Target="Microsoft.SystemCenter.ConfigurationManager.2007.Microsoft_SMSv4_Management_Point_Servers_Installation" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{98278730-49BF-4107-819F-868DA225551D}';MOM2005ComputerGroupID={C24B3F30-443C-4824-98CE-683950E4939B}">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="_3E1AFB9F_05EB_4F3D_8CF8_9F8FE0ED3079_" Comment="{3E1AFB9F-05EB-4F3D-8CF8-9F8FE0ED3079}" TypeID="SystemLibrary!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">300</Interval>
<SyncTime>0:00</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="ScriptResponse1" TypeID="SMSv4_Monitor_Server_Health">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>50</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>ConfigMgr 2007 Management Point Health: Monitoring</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
<Parameters>
<ServerRole>SMS Management Point</ServerRole>
</Parameters>
</WriteAction>
</WriteActions>
</Rule>