Обнаружение сервера с Hyper-V 2008

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

Обнаружение Microsoft Windows Server с Hyper-V 2008

Knowledge Base article:

Краткое описание

Это обнаружение позволяет обнаруживать серверы с Hyper-V 2008.

Это обнаружение по умолчанию запускается один раз в день, но это значение можно перенастроить с помощью параметра "IntervalSeconds".

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>