Windows Server 2012 オペレーティング システムの BPA モニター

Microsoft.Windows.Server.6.2.Monitoring.BPA.OperatingSystem.Monitor (UnitMonitor)

Windows Server 2012 オペレーティング システムがベスト プラクティス アナライザー ルールに準拠しているかを監視します。

Knowledge Base article:

概要

このモニターは、Windows Server 2012 サーバーでベスト プラクティス アナライザー (BPA) を活用するときに使用します。 モニターは、組み込みの BPA PowerShell コマンドレットをリモート サーバーで実行することで、インストールされているロールが BPA に準拠しているかどうかを確認します。

Element properties:

TargetMicrosoft.Windows.Server.6.2.OperatingSystem
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.6.2.Monitoring.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
オペレーティング システムはベスト プラクティス アナライザーに準拠していません。

{0} 検出された BPA の問題の詳細については、ヘルス エクスプローラーで Windows Server 2012 オペレーティング システム BPA モニターの [状態変更イベント] タブに表示されている診断結果を参照してください。 または、[ベスト プラクティス アナライザーの準拠結果の表示] タスクを手動で実行して、その結果を確認することもできます。
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.6.2.Monitoring.BPA.OperatingSystem.Monitor" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public" Enabled="false" Target="WindowsServer!Microsoft.Windows.Server.6.2.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.6.2.Monitoring.MonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.6.2.Monitoring.BPA.OperatingSystem.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='Message']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="MonitorHealthyState" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="MonitorWarningState" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="MonitorErrorState" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>86400</Interval>
</Configuration>
</UnitMonitor>