Service Pack のコンプライアンス

Microsoft.SQLServer.2012.DBEngine.Configuration.ServicePackLevel (UnitMonitor)

データベース エンジンの Service Pack レベルを準拠設定に従って監視します

Knowledge Base article:

概要

このモニターは、この SQL インスタンスの Service Pack のバージョンを確認します。必要な設定と一致していない場合に、警告またはエラー アラートが生成されます。

既定では、モニターは、サービス パックのレベルが 0 でないときに通知を生成するよう設定されています。これは、必要に応じてオーバーライドを使用して変更できます。

原因

異常な状態になるのは、Service Pack のレベルが必要なレベルにない (既定値は 0) ためです。

解決方法

この問題は、最新の Service Pack を SQL Server に適用することで解決できる場合があります。

また、環境内の現在の設定が有効な場合は、次の方法を取ることもできます。

Element properties:

TargetMicrosoft.SQLServer.2012.DBEngine
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SQLServer.2012.ServicePackVersion
RemotableTrue
AccessibilityPublic
Alert Message
Service Pack のコンプライアンス
コンピューター {0} 上の SQL インスタンス {1} の Service Pack レベルが最新ではありません
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2012.DBEngine.Configuration.ServicePackLevel" Accessibility="Public" Enabled="true" Target="SQL2012Core!Microsoft.SQLServer.2012.DBEngine" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SQLServer.2012.ServicePackVersion" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2012.DBEngine.Configuration.ServicePackLevel.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SQL!Microsoft.SQLServer.ServerRole"]/InstanceName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SPCompliant" MonitorTypeStateID="ValueGood" HealthState="Success"/>
<OperationalState ID="SPNotCompliant" MonitorTypeStateID="ValueBad" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<SQLServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/ServiceName$</SQLServiceName>
<IntervalSeconds>43200</IntervalSeconds>
<GoodValue>0</GoodValue>
</Configuration>
</UnitMonitor>