Monitor do Sistema Operacional do Windows Server 2016 BPA

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

Monitora a conformidade do sistema operacional Windows Server 2016 com as regras do Analisador de Práticas Recomendadas. Desde que o Windows Nano Server não dê suporte a cmdlets de BPA do PowerShell, o monitor será exibido sempre como "Íntegro".

Knowledge Base article:

Resumo

Este monitor é usado para aproveitar os recursos do Analisador de Práticas Recomendadas (BPA) no Windows Server 2016. O monitor executa os cmdlets BPA PowerShell integrados para validar que as Funções instaladas estejam em conformidade com as regras BPA.

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.10.0.Monitoring.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
O sistema operacional não é compatível com o Analisador de Práticas Recomendadas

{0} Para mais informações sobre os problemas BPA detectados, exiba a saída de diagnóstico na guia Eventos de Alteração de Estado para o Monitor BPA do sistema operacional Windows Server 2016 no Gerenciador de Integridade. Como alternativa, a tarefa de resultados de conformidade Ver Analisador de Práticas Recomendadas pode ser executada manualmente para ter o retorno dos resultados.
RunAsSystem.PrivilegedMonitoringAccount

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.Monitoring.BPA.OperatingSystem.Monitor" RunAs="System!System.PrivilegedMonitoringAccount" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.Server.10.0.Monitoring.MonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.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>