Server running Hyper-V 2008 discovery

Microsoft.Windows.HyperV.2008.ServerRoleDiscovery (Discovery)

Discovers Microsoft Windows Server running Hyper-V 2008

Knowledge Base article:

Summary

This discovery enables the ability to discover Servers running Hyper-V 2008.

The discovery runs once a day by default but it can be re-configured using the 'IntervalSeconds' parameter.

Element properties:

TargetMicrosoft.Windows.Server.2008.Computer
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.HyperV.2008.ServerRoleDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Microsoft.Windows.HyperV.2008.ServerRoleDiscovery" Enabled="onEssentialMonitoring" Target="WS2K8Disc!Microsoft.Windows.Server.2008.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.HyperV.2008.ServerRole">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.HyperV.2008.ServerRoleDiscoveryDataSourceModule">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>