The Windows Internet Information Services FTP Server is Unavailable.

Microsoft.Windows.InternetInformationServices.2000.FTPServer.NTService.CheckServiceState.Monitor (UnitMonitor)

Knowledge Base article:

Summary

The IIS FTP Publishing service enables a server to provide File Transfer Protocol services. If this service is stopped, the IIS server will be unable to run any FTP sites.

Causes

A service can stop for many reasons, including:

Resolutions

The service can be restarted using the Start Internet Information Services FTP Server (MSFTPSVC) Service task:

Start Internet Information Services FTP Server (MSFTPSVC) Service

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2000.FTPServer
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Internet Information Services 2000 FTP Server is Unavailable.
The Microsoft Windows Internet Information Services 2000 FTP Server is Unavailable.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.2000.FTPServer.NTService.CheckServiceState.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2000.FTPServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.2000.FTPServer.NTService.CheckServiceState.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>MSFTPSVC</ServiceName>
</Configuration>
</UnitMonitor>