Dostępność wirtualnego serwera SMTP

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

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza stan wszystkich wirtualnych serwerów SMTP. W przypadku otrzymania alertu z tego monitora należy wykonać odpowiednie czynności w celu przywrócenia wirtualnego serwera SMTP do stanu operacyjnego.

Stany operacyjne:

Wirtualny serwer SMTP może być w stanie operacyjnym „Uruchomiono” lub „Zatrzymano”.

Konfiguracja

Jedynym konfigurowalnym parametrem tego monitora jest interwał czasu używany do sprawdzania stanu wirtualnego serwera SMTP.

Przyczyny

Wirtualny serwer SMTP może zostać zatrzymany z wielu powodów, takich jak:

Rozwiązania

Jeżeli wirtualny serwer SMTP jest zatrzymany, możesz zdiagnozować ten problem lub ponownie uruchomić witrynę, wykonując następujące czynności:

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
Wirtualny serwer SMTP systemu Windows Server 2012 jest niedostępny.
Wirtualny serwer SMTP o nazwie {0} jest niedostępny, ponieważ został zatrzymany.
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>