알림 서버 Windows 방화벽 차단 모니터

Microsoft.SystemCenter2012.ConfigurationManager.BGBServer_Firewall_Block_Monitor (UnitMonitor)

이 모니터는 관리 지점 이름의 Windows 방화벽에서 클라이언트가 알림 서버에 연결하도록 허용할지 여부를 표시합니다.

Knowledge Base article:

요약

클라이언트에서 클라이언트 알림 서버에 연결하는 데 사용할 권장 채널이 TCP 포트를 사용하고 있습니다. 그러나 Windows 방화벽(또는 기타 방화벽 소프트웨어)이 클라이언트 알림 서버에서 사용하도록 설정되어 있는 경우 방화벽이 이런 통신을 허용하지 않도록 구성되었을 수 있습니다.

원인

이 상태는 다음과 같은 이유로 발생할 수 있습니다.

해결 방법

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.BGBServer
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.StatusMessage2StateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Windows 방화벽에서 포트 차단
<포트 번호> 포트에 대한 Windows 방화벽 구성이 {0}에 차단되었습니다. 상태 메시지 ID는 {1}입니다.
RunAsDefault
CommentSIV:CF0007

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.BGBServer_Firewall_Block_Monitor" Comment="SIV:CF0007" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.BGBServer" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.StatusMessage2StateMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.BGBServer_Firewall_Block_Monitor_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>
<AlertParameter2>$Data/Context/Values/State$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdfdcca3f0d831456dac9e1936a374b097" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId3df2a21268c34f49a66a01c814b90a63" MonitorTypeStateID="Error" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_Notification_Server</ComponentName>
<RuleId>D07ACE61-FB84-4461-9F52-ABBA07C2EE3A</RuleId>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>