Veeam Hyper-V SCVMM Virtual Machine discovery

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

Discovers VMs on SCVMM

Knowledge Base article:

Summary

This rule discovers properties of objects of the Hyper-V Virtual Machine class for Veeam Hyper-V MP. The schedule can be modified by overrides on this rule.

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 typeand 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:

TargetVeeam.Virt.Extensions.HyperV.SCVMMServer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Veeam.Virt.Extensions.HyperV.VMsinSCVMMDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Veeam.Virt.Extensions.HyperV.VMsinSCVMMDiscovery" Enabled="onEssentialMonitoring" Target="VVEHB!Veeam.Virt.Extensions.HyperV.SCVMMServer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine">
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="id"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="VMMName"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="CloudName"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="GuestOS"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="GuestServiceVersion"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="guestHostName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Veeam.Virt.Extensions.HyperV.VMsinSCVMMDiscoveryDataSourceModule">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<Verbose>false</Verbose>
</DataSource>
</Discovery>