NetAppESeries.SeedNetApp ESeries MP Integration Pack Discovery Seed

NetAppESeries.Seed (ClassType)

The object that holds discovery information for the agents that have the Integration Pack installed.

Knowledge Base article:

Summary

This object acts as the seed initiating discovery of all other aspects of the NetApp ESeries Storage Array Management Pack.

Configuration

The discovery is based on the presence of the registry key which is created when NetApp ESeries Integration Pack is installed. See the "Additional Information" section for details. Discovery is targeted at all agent-managed Microsoft Windows systems.

Additional

The Registry Key targeted is:

HKEY_LOCAL_MACHINE\SOFTWARE\NetApp\MP

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda99aff7d-142a-236b-8c5f-abc29ea4e287
CommentInitial Discovery Seed

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
NetAppESeries.Seed:
SnapinName  string      false 256  False 
MPIntegrationPackPath  string  MP Integration Pack Installation Path Path to root directory of MP Integration Pack false 256  False 

Health Model:

Source Code:

<ClassType ID="NetAppESeries.Seed" Comment="Initial Discovery Seed" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="SnapinName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MPIntegrationPackPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>