Beschikbaarheid van virtuele SMTP-server

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

Knowledge Base article:

Samenvatting

Met deze monitor wordt de status van alle virtuele SMTP-servers gecontroleerd. Als u een waarschuwing ontvangt van deze monitor is er actie vereist om de virtuele SMTP-server terug naar de operationele status te brengen.

Operationele statussen:

De operationele status van een virtuele SMTP-server kan "Gestart" of "Gestopt" zijn.

Configuratie

De enige configureerbare parameter van deze monitor is het tijdsinterval dat wordt gebruikt om de status van de virtuele SMTP-server te controleren.

Oorzaken

Er kan een groot aantal redenen zijn waarom een virtuele SMTP-server is gestopt, bijvoorbeeld:

Oplossingen

Als een virtuele SMTP-server is gestopt, kunt u een diagnose van het probleem stellen of website opnieuw starten door de volgende acties:

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
Virtuele SMTP-server in Windows Server 2012 is niet beschikbaar.
De virtuele SMTP-server met de naam {0} is niet beschikbaar als de virtuele server is gestopt.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPVirtualServer.SMTPVirtualServerStatusCheck.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" 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>