Veeam Hyper-V Virtual Machine properties discovery

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

Discovers VM properties

Knowledge Base article:

Summary

This rule discovers properties of objects of the Hyper-V Virtual Machine for Virtual Machine class for Veeam Hyper-V MP.

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.VMGuestContainer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Veeam.Virt.Extensions.HyperV.VMPropertiesDiscovery" Enabled="onEssentialMonitoring" Target="VVEHL!Veeam.Virt.Extensions.HyperV.VMGuestContainer" 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="Generation"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="GuestServiceVersion"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="UsesNetworks"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="IPAddresses"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="IntegrationServicesOffered"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="VideoAdapter"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="GuestOS"/>
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.VirtualMachine" PropertyID="guestHostName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.vSwitch">
<Property TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.vSwitch" PropertyID="id"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="VVEHL!Veeam.Virt.Extensions.HyperV.vSwitchContainsVM"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Veeam.Virt.Extensions.HyperV.VMPropertiesDiscoveryDataSourceModule">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>1200</TimeoutSeconds>
<Verbose>false</Verbose>
</DataSource>
</Discovery>