HTTP-Antwort-Monitor für den Verwaltungspunkt

Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint.HttpRequestMonitor (UnitMonitor)

Dieser Monitor überprüft mithilfe von MP_CONTROL_MANAGER, ob vom Verwaltungspunkt auf HTTP-Anforderungen geantwortet wird.

Knowledge Base article:

Zusammenfassung

Von diesem Monitor wird durch Senden und Empfangen einer einfachen HTTP-Anforderung der grundlegende Onlinestatus des Configuration Manager-Verwaltungspunkts identifiziert.  Die Anforderungen werden von der MP_CONTROL_MANAGER-Komponente überwacht. Wenn ein Verwaltungspunkt online ist, kann eingehende Kommunikation von Clientcomputern zugelassen werden.  Wenn der Verwaltungspunkt offline ist, können von Clientcomputern keine Status-, Inventur- oder Zustandsinformationen an den Configuration Manager-Standort übermittelt werden.  Wenn der Verwaltungspunkt offline ist oder sich in einem Fehlerzustand befindet, können von Clientcomputern keine Verwaltungspunktabfragen zur Suche nach Inhalt (z. B. Software oder Softwareupdates) ausgeführt werden, und bereitgestellte Schlüsseldaten oder Systeminformationen können nicht gefunden werden.  Clientcomputer, von denen nicht mit einem Verwaltungspunkt kommuniziert werden kann, können von System Center 2012 Configuration Manager nicht aktiv verwaltet werden.

Ursachen

Dies könnte folgende Ursachen haben:

Lösungen

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ManagementPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Vom Verwaltungspunkt wird nicht auf HTTP-Anforderungen geantwortet
Vom Verwaltungspunkt auf Computer "{0}" wird nicht auf HTTP-Anforderungen geantwortet.
RunAsDefault
CommentSIV:CF0005

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint.HttpRequestMonitor" Comment="SIV:CF0005" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessage3StateMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint.HttpRequestMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdae63d1c092c84b83bcbae8d9d34afcc4" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdc031fb0ec1644a8a8dac49a41f22f129" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId5228350b4f004939b6d6a78f28ed8c40" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_MP_CONTROL_MANAGER</ComponentName>
<RuleId>65AC53A5-8C79-4DF9-AE79-A53F689C2222</RuleId>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>