Estado del servicio de firewall de Windows

Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth (UnitMonitor)

Supervisa el estado del servicio de Windows para el firewall de Windows

Knowledge Base article:

Resumen

El servicio de firewall de Windows ayuda a proteger el equipo, ya que evita que usuarios no autorizados accedan a él a través de Internet o de una red.

Causas

Un servicio se puede detener por diversos motivos, entre los que se incluyen:

Soluciones

Si este servicio se detiene, no estará protegido. Si al reiniciar el servicio no se resuelve el problema y el sistema operativo no puede iniciar en modo normal, es posible que haya que actualizar la configuración del servicio en modo a prueba de errores. En modo a prueba de errores el servicio debería configurarse con un tipo de inicio “Automático” y la configuración de inicio de sesión debería establecerse como “Sistema local”.

El servicio se puede reiniciar mediante la siguiente tarea:

Iniciar el servicio de firewall

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio de firewall de Windows detenido
El servicio de firewall de Windows del servidor {0} ha dejado de ejecutarse
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth" Accessibility="Public" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.10.0.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.OperatingSystem.FirewallServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MpsSvc</ServiceName>
</Configuration>
</UnitMonitor>