APC ATS Details Discovery

SCUtils.APC.ATS.Details.Discovery (Discovery)

ATS Device Details Discovery

Knowledge Base article:

Summary

This rule discovers APC ATS Devices details. Objects discovered by this rule are used as targets for other discoveries in SCUtils APC ATS MP.

Configuration

This rule is enabled by default. You can override the following parameters:

Name

Default Value

Description

Interval Seconds

86400 second (24 hours)

Defines how often the discovery rule gathers information on SCUtils APC ATS 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.

Element properties:

TargetSCUtils.APC.ATS
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource SCUtils.APC.ATS.Details.Discovery.DS Default

Source Code:

<Discovery ID="SCUtils.APC.ATS.Details.Discovery" Enabled="true" Target="SCUtils.APC.ATS" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCUtils.APC.ATS"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SCUtils.APC.ATS.Details.Discovery.DS">
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
<Port>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/PortNumber$</Port>
<IP>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IP>
<CommunityString>$RunAs[Name="NetworkLibrary!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/VirtualCommunitySuffix$</CommunityString>
<Version>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPVersion$</Version>
<DeviceKey>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/DeviceKey$</DeviceKey>
</DataSource>
</Discovery>