Détection du serveur FTP intégré à IIS 7.0

Microsoft.Windows.InternetInformationServices.2008.LegacyFTPServer.Discovery.Rule (Discovery)

Cette règle s'exécute sur chaque serveur Web IIS 7.0 et contrôle la présence du service FTP fourni avec Windows Server 2008. Par défaut, cette règle ne retourne que des données de détection si le type de démarrage du service FTP est défini sur automatique. Vous pouvez contrôler ce comportement à l'aide d'un remplacement.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2008.ServerRole
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.IIS.2008.LegacyFTPServer.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.2008.LegacyFTPServer.Discovery.Rule" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.2008.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.InternetInformationServices.2008.LegacyFTPServer">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.2008.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.2008.LegacyFTPServer"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.2008.LegacyFTPServer.DiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>