ConfigMgr 2007 NLB Management Point Health: Monitoring

SMSv4_NLB_Management_Point_Health__Monitoring_17_Rule (Rule)

Knowledge Base article:

Summary

This rule monitors the health state of a Configuration Manager 2007 network load balancing management point, and it indicates whether the management point is healthy or unhealthy.

Causes

If problems are detected, possible causes include:

Additional

SMS MP_CONTROL_MANAGER maintains the value of the management point registry key called NLBMPHealthState. 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='{F234583E-DAB4-46AB-8F1C-1390BCB9821B}';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_NLB_Management_Point_Health Default

Source Code:

<Rule ID="SMSv4_NLB_Management_Point_Health__Monitoring_17_Rule" Target="Microsoft.SystemCenter.ConfigurationManager.2007.Microsoft_SMSv4_Management_Point_Servers_Installation" Enabled="true" ConfirmDelivery="false" Comment="Mom2005ID='{F234583E-DAB4-46AB-8F1C-1390BCB9821B}';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_NLB_Management_Point_Health">
<AlertGeneration>
<GenerateAlert>false</GenerateAlert>
<Owner/>
<Description>
$Data/EventDescription$
</Description>
<AlertLevel>50</AlertLevel>
<ResolutionState/>
<Source>
$Data/PublisherName$
</Source>
<Name>ConfigMgr 2007 NLB Management Point Health: Monitoring</Name>
</AlertGeneration>
<InvokerType>0</InvokerType>
</WriteAction>
</WriteActions>
</Rule>