Veeam Hyper-V Discovery Target Object Initial Discovery

Veeam.Virt.Extensions.HyperV.DiscoveryTarget.Discovery (Discovery)

Veeam Hyper-V Discovery Target Object Discovery

Knowledge Base article:

Summary

This rule is used to discover stub objects on Hyper-V hosts.

Note: The Ops Mgr agents running on Hyper-V hosts must be granted the privilege to insert new objects into Ops Mgr as the Hyper-V topology is discovered. To do that, configure the Ops Mgr agents on Hyper-V hosts to allow proxying.

Configuration

This rule is enabled by default. You can override the following parameters:

Name

Default Value

Description

Interval Seconds

3600 second (1 hour)

Defines how often the discovery script gathers information on Veeam Hyper-V MP objects.

Note: If you have configured several overrides of the same type and context, select the Enforced check box for an override that should have priority over all other overrides.

External

Refer to the Microsoft System Center Online Documentation for more information on Operations Manager features such as discoveries.

Refer to the Veeam Hyper-V MP Documentation for more details on advanced MP functionality.

Element properties:

TargetMicrosoft.Windows.Computer
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 Veeam.Virt.Extensions.HyperV.DiscoveryTarget.DataSourceModule Default

Source Code:

<Discovery ID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget.Discovery" Enabled="onEssentialMonitoring" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget">
<Property TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget" PropertyID="id"/>
<Property TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget" PropertyID="HostName"/>
<Property TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget" PropertyID="ClusterName"/>
<Property TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget" PropertyID="Sockets"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Windows!Microsoft.Windows.Computer">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.HealthServiceShouldManageEntity"/>
<DiscoveryRelationship TypeID="Veeam.Virt.Extensions.HyperV.WindowsComputerHostsDiscoveryTarget"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Veeam.Virt.Extensions.HyperV.DiscoveryTarget.DataSourceModule">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<Verbose>false</Verbose>
</DataSource>
</Discovery>