Veeam Hyper-V Base SCVMM Server discovery

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

Base Discovery for SCVMM Servers

Knowledge Base article:

Summary

This rule is used to discover objects of the System Center Virtual Machine Manager 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 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:

Member Modules:

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

Source Code:

<Discovery ID="Veeam.Virt.Extensions.HyperV.BaseSCVMMDiscovery" Enabled="onEssentialMonitoring" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Veeam.Virt.Extensions.HyperV.SCVMMServer">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Veeam.Virt.Extensions.HyperV.SCVMMServer" PropertyID="id"/>
<Property TypeID="Veeam.Virt.Extensions.HyperV.SCVMMServer" PropertyID="Version"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Veeam.Virt.Extensions.HyperV.BaseSCVMMDiscoveryDataSourceModule">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>