Huawei.E9000.Chassis.Properties.Discovery

Huawei.BladeServer.Huawei.E9000.Chassis.Properties.Discovery (Discovery)

Description for the new discovery.

Element properties:

TargetE9000.Chassis
EnabledTrue
Frequency600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • E9000.Chassis
    • ChassisName
    • Location
    • ChassisID
    • Type
    • RealTimePower
    • PowerCappingEnable
    • PowerCapping

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Huawei.E9000.Snmp.DataSourceModule.ChassisPropertiesDiscovery Default

Source Code:

<Discovery ID="Huawei.BladeServer.Huawei.E9000.Chassis.Properties.Discovery" Target="E9000.Chassis" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="E9000.Chassis">
<Property TypeID="E9000.Chassis" PropertyID="ChassisName"/>
<Property TypeID="E9000.Chassis" PropertyID="Location"/>
<Property TypeID="E9000.Chassis" PropertyID="ChassisID"/>
<Property TypeID="E9000.Chassis" PropertyID="Type"/>
<Property TypeID="E9000.Chassis" PropertyID="RealTimePower"/>
<Property TypeID="E9000.Chassis" PropertyID="PowerCappingEnable"/>
<Property TypeID="E9000.Chassis" PropertyID="PowerCapping"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Huawei.E9000.Snmp.DataSourceModule.ChassisPropertiesDiscovery">
<IntervalSeconds>600</IntervalSeconds>
<!--<Computer>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Computer>-->
<DeviceKey>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/DeviceKey$</DeviceKey>
<IPAddress>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IPAddress>
<Community>$RunAs[Name="NetworkLibrary!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$</Community>
</DataSource>
</Discovery>