FTP サイトの可用性

Microsoft.Windows.InternetInformationServices.2008.FTPSite.FTPSiteStatusCheck.Monitor (UnitMonitor)

Knowledge Base article:

[概要]

このモニターは、FTP サイトの状態をチェックします。このモニターから警告を受け取った場合は、FTP サイトを動作状態に戻すための操作が必要になります。

動作状態:

IIS FTP サイトの動作状態には、"開始" と "停止" があります。

構成

このモニターに対して構成できる唯一のパラメーターは、FTP サイトの状態のチェックを行う時間間隔パラメーターです。

原因

IIS FTP サイトは、次のようなさまざまな理由で停止することがあります。

解決方法

FTP サイトが停止した場合、次の操作を行って、問題を診断したり、サイトを再起動したりできます。

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.FTPSite
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.IIS.IISFTPSiteStateMonitor.2008
RemotableFalse
AccessibilityPublic
Alert Message
IIS 7 FTP サイトは利用できません
{1} 上の {0} という名前の IIS 7 FTP サイトは利用できません。サイトが停止しています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.2008.FTPSite.FTPSiteStatusCheck.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.FTPSite" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.IIS.IISFTPSiteStateMonitor.2008" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.2008.FTPSite.FTPSiteStatusCheck.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.FTPSite"]/Description$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</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.FTPSite"]/SiteID$</SiteID>
</Configuration>
</UnitMonitor>