Disponibilidad del servidor virtual SMTP

Microsoft.Windows.InternetInformationServices.10.0.LegacySMTPVirtualServer.SMTPVirtualServerStatusCheck.Monitor (UnitMonitor)

Knowledge Base article:

Resumen

Este monitor comprueba el estado de todos los servidores virtuales SMTP. Si recibe una alerta de este monitor, se requiere una acción para volver a poner el servidor virtual SMTP en un estado operativo.

Estados operativos:

Un servidor virtual SMTP puede estar en un estado operativo "Iniciado" o "Detenido".

Configuración

El único parámetro configurable de este monitor es el intervalo de tiempo utilizado para comprobar el estado del servidor virtual SMTP.

Causas

Un servidor virtual SMTP se puede detener por diversos motivos, incluidos los siguientes:

Soluciones

Si un servidor virtual SMTP está detenido, puede diagnosticar el problema o reiniciar el sitio realizando las siguientes acciones:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.LegacySMTPVirtualServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.CheckLegacySMTPVirtualServerState.10
RemotableTrue
AccessibilityPublic
Alert Message
El servidor virtual SMTP de Windows Server 2016 y 1709+ no está disponible.
El servidor virtual SMTP denominado {0} no está disponible dado que el servidor virtual se ha detenido.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.10.0.LegacySMTPVirtualServer.SMTPVirtualServerStatusCheck.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.LegacySMTPVirtualServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.CheckLegacySMTPVirtualServerState.10" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.10.0.LegacySMTPVirtualServer.SMTPVirtualServerStatusCheck.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/SiteID$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Started" MonitorTypeStateID="Started" HealthState="Success"/>
<OperationalState ID="Stopped" MonitorTypeStateID="Stopped" HealthState="Error"/>
</OperationalStates>
<Configuration>
<PeriodInSeconds>60</PeriodInSeconds>
<SiteID>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.SMTPVirtualServer"]/SiteID$</SiteID>
</Configuration>
</UnitMonitor>