Windows Server 2008 SMTP Server Discovery

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

This rule runs on every IIS 7 Web Server and checks for the presence of the Windows Server 2008 SMTP Service. By default, this rule will only return discovery data if the startup type of the SMTP service is set to automatic. You can control this behavior using an override.

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.SMTPServer.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.2008.LegacySMTPServer.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.LegacySMTPServer">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.2008.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.2008.LegacySMTPServer"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.2008.SMTPServer.DiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>