Disponibilidade do Servidor Virtual de SMTP

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

Knowledge Base article:

Resumo

Este monitor verifica o estado de todos os servidores virtuais de SMTP. Se receber um alerta deste monitor, é necessária uma ação para colocar o servidor virtual de SMTP novamente em estado operacional.

Estados Operacionais:

Um servidor virtual de SMTP pode estar num estado operacional "Iniciado" ou "Parado".

Configuração

O único parâmetro configurável deste monitor é o intervalo de tempo utilizado para verificar o estado do servidor virtual de SMTP.

Causas

Um servidor virtual de SMTP pode parar por muitos motivos, incluindo:

Resoluções

Se um servidor virtual de SMTP parar, pode diagnosticar o problema ou reiniciar o site executando as seguintes ações:

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
O Servidor Virtual de SMTP do Windows Server 2016 e 1709+ Não Está Disponível
O Servidor Virtual de SMTP com o nome {0} não está disponível uma vez que o servidor virtual foi parado.
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>