Disponibilità del server virtuale SMTP

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

Knowledge Base article:

Riepilogo

Questo monitoraggio controlla lo stato di tutti i server virtuali SMTP. Se si riceve un avviso generato da questo monitoraggio, è necessario intervenire per riportare il server virtuale SMTP allo stato operativo.

Stati operativi:

Lo stato operativo di un server SMTP può essere "Avviato" o "Arrestato".

Configurazione

L'unico parametro configurabile per questo monitoraggio è l'intervallo di tempo utilizzato per le verifiche dello stato del server virtuale SMTP.

Cause

L'arresto di un server virtuale SMTP può avvenire per diversi motivi, inclusi i seguenti:

Soluzioni

Se lo stato operativo del server virtuale SMTP è "Arrestato", è possibile diagnosticare il problema oppure riavviare il sito facendo quanto segue:

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.LegacySMTPVirtualServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.InternetInformationServices.CheckLegacySMTPVirtualServerState
RemotableTrue
AccessibilityPublic
Alert Message
Il server virtuale SMTP Windows Server 2012 non è disponibile.
Il server virtuale SMTP {0} non è disponibile poiché è stato arrestato.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPVirtualServer.SMTPVirtualServerStatusCheck.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPVirtualServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.InternetInformationServices.CheckLegacySMTPVirtualServerState" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.6.2.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>