Universal configuration for WebLogic 10gR3 application server

Microsoft.JEE.WebLogic.10gR3.Universal2Monitored.Discovery (Discovery)

Discovers all universal instances of the WebLogic application server configurations.

Knowledge Base article:

Summary

The universal to monitored discoverry sets up the universally discovered application server to be deep monitored.

Element properties:

TargetMicrosoft.JEE.Universal.ApplicationServer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.JEE.UniversalToMonitoredAppServer.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.JEE.WebLogic.10gR3.Universal2Monitored.Discovery" Target="JEE!Microsoft.JEE.Universal.ApplicationServer" Enabled="true" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.JEE.WebLogic.10gR3.Monitored.Server"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="JEE!Microsoft.JEE.UniversalToMonitoredAppServer.DiscoveryDataSource">
<ClassId>$MPElement[Name="Microsoft.JEE.WebLogic.10gR3.Monitored.Server"]$</ClassId>
<TargetAppServerType>WebLogic</TargetAppServerType>
<TargetAppServerVersion>10</TargetAppServerVersion>
<AppServerType>$Target/Property[Type="JEE!Microsoft.JEE.Universal.ApplicationServer"]/AppServerType$</AppServerType>
<AppServerId>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/Id$</AppServerId>
<HostName>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/HostName$</HostName>
<HttpPort>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/HttpPort$</HttpPort>
<HttpsPort>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/HttpsPort$</HttpsPort>
<Version>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/Version$</Version>
<DiskPath>$Target/Property[Type="JEE!Microsoft.JEE.ApplicationServer.Instance"]/DiskPath$</DiskPath>
<Port>$Target/Property[Type="JEE!Microsoft.JEE.Universal.ApplicationServer"]/Port$</Port>
<Protocol>$Target/Property[Type="JEE!Microsoft.JEE.Universal.ApplicationServer"]/Protocol$</Protocol>
<Interval>14400</Interval>
</DataSource>
</Discovery>