BEA-WEBLOGIC-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for BEA-WEBLOGIC-MIB.
57
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
57 total| Object Name |
|---|
bea OBJECT IDENTIFIER .1.3.6.1.4.1.140 |
RFC1155-SMI Unknown .1.3.6.1.4.1.140 |
weblogic OBJECT IDENTIFIER .1.3.6.1.4.1.140.600 |
wlsServerRestartThis trap is generated when the agent reconnects to a server which
was restarted, since the last connect.
Either wlsServerUnAvailable or wlsServerShutDown will always precede
this trap. TRAP-TYPE .1.3.6.1.4.1.140.600.0.5 |
wlsServerAvailableThe server has been identified as being reachable, after having
previously been unavailable for some reason.
e.g. it may have been unreachable due to network problems,
or this may be the first time it has been contacted by the agent. TRAP-TYPE .1.3.6.1.4.1.140.600.0.10 |
wlsServerUnAvailableThe server has been identified as being down.
For example, it may be unreachable due to network problems,
or it may have crashed,
or it may have been shut down while unreachable due to
network problems.
If the server is supposed to be up, a responsible
party should probably be notified to check on it. TRAP-TYPE .1.3.6.1.4.1.140.600.0.15 |
wlsServerShutDownThe server has been deliberately shut down. TRAP-TYPE .1.3.6.1.4.1.140.600.0.20 |
clusterTableLists all clusters this agent is monitoring.
The cluster must be contacted at least once before it will
appear in the table. SEQUENCE OF ClusterEntry .1.3.6.1.4.1.140.600.10 |
clusterEntryEntry of clusterTable ClusterEntry .1.3.6.1.4.1.140.600.10.1 |
clusterNameName of the cluster.ro DisplayString .1.3.6.1.4.1.140.600.10.1.5 |
multicastAddressMulticast Address of the cluster.ro IpAddress .1.3.6.1.4.1.140.600.10.1.10 |
defaultLoadBalancingAlgorithmDefault load balancing algorithm of the cluster.ro DisplayString .1.3.6.1.4.1.140.600.10.1.15 |
serverListComma separated list of servers in the Cluster.ro DisplayString .1.3.6.1.4.1.140.600.10.1.20 |
serverTableLists all Weblogic Servers the agent is monitoring.
A server must be contacted at least once, or be reported
as a member of a cluster at least once, before it will
appear in this table. Servers are only reported as
a member of a cluster when they are actively participating
in the cluster, or shortly thereafter. SEQUENCE OF ServerEntry .1.3.6.1.4.1.140.600.20 |
serverEntryEntry of serverTable ServerEntry .1.3.6.1.4.1.140.600.20.1 |
serverClusterNameName of the cluster to which this server belongs. If the
the server is standalone, the value returned is 'standalone'.ro DisplayString .1.3.6.1.4.1.140.600.20.1.5 |
serverNameName of the server.
All servers monitored by a given agent must have a unique name.
In particular, a single agent cannot monitor several servers
named 'myserver' running on different hosts but participating
in the same cluster.ro DisplayString .1.3.6.1.4.1.140.600.20.1.10 |
serverHostNameDNS host name of the machine on which the server is running.ro DisplayString .1.3.6.1.4.1.140.600.20.1.15 |
serverStateState of the Weblogic Server, as inferred by the snmp agent.
Up implies the agent can contact the server;
down implies the agent cannot contact the server.ro Enumeration .1.3.6.1.4.1.140.600.20.1.20 |
serverLoginEnableThis value is true if client logins are enabled on the server.ro Enumeration .1.3.6.1.4.1.140.600.20.1.25 |
serverVersionVersion string for the Weblogic server.ro DisplayString .1.3.6.1.4.1.140.600.20.1.30 |
serverDateTimeLaunchedDate and time at which the server was started.
The format is 'ddd mmm dd hh:mm:ss zzz yyy',
where ddd=day of week, mmm=month, dd=day of month,
hh=hour, mm=minute, ss=second, zzz=time zone, yyy=year.ro DisplayString .1.3.6.1.4.1.140.600.20.1.35 |
serverUptimeAmount of time the server has been up.
The format is 'nd hh:mm:ss',
where n=number of days, hh=hours, mm=minutes, ss=seconds.ro DisplayString .1.3.6.1.4.1.140.600.20.1.40 |
serverSystemHomeHome directory for the server.
This is the installation directory for the server
as a whole.ro DisplayString .1.3.6.1.4.1.140.600.20.1.45 |
serverJVMVendorName of the JVM Vendor in which the server is running.ro DisplayString .1.3.6.1.4.1.140.600.20.1.50 |
serverJVMVersionVersion of the JVM in which the server is running.ro DisplayString .1.3.6.1.4.1.140.600.20.1.55 |
serverMaxHeapSpaceMaximum heap size for this server, in KB.ro INTEGER .1.3.6.1.4.1.140.600.20.1.60 |
serverHeapUsedPctPercentage of heap space currently in use in the server.ro INTEGER .1.3.6.1.4.1.140.600.20.1.65 |
serverQueueLengthCurrent length of the server execute queue.ro INTEGER .1.3.6.1.4.1.140.600.20.1.70 |
serverQueueThroughputCurrent throughput of execute queue, expressed as
number of requests processed per second.ro INTEGER .1.3.6.1.4.1.140.600.20.1.75 |
serverNumEJBDeploymentsTotal number of EJB deployment units known to the server.ro INTEGER .1.3.6.1.4.1.140.600.20.1.80 |
serverNumEJBBeansDeployedTotal number of EJB beans actively deployed on the server.ro INTEGER .1.3.6.1.4.1.140.600.20.1.85 |
listenTableThe set of protocol, ip address, port combinations
on which servers are listening.
There will be multiple entries for each server;
one for each (protocol,ipAddr,port) combination. SEQUENCE OF ListenEntry .1.3.6.1.4.1.140.600.30 |
listenEntryA row in the listenTable ListenEntry .1.3.6.1.4.1.140.600.30.1 |
listenServerNameServer namero DisplayString .1.3.6.1.4.1.140.600.30.1.5 |
listenProtocolTCP protocolro DisplayString .1.3.6.1.4.1.140.600.30.1.10 |
listenIpAddressIP Addressro IpAddress .1.3.6.1.4.1.140.600.30.1.15 |
listenPortPort numberro INTEGER .1.3.6.1.4.1.140.600.30.1.20 |
listenAdminOKTrue if admin requests are allowed on this
(protocol,ipAddr,port), else false.ro Enumeration .1.3.6.1.4.1.140.600.30.1.25 |
listenStatelistening if the (protocol,ipAddr,port) is enabled
on the server; notListening if it is not.
The server may be listening but not accepting new
clients if its serverLoginEnable state is false.
In this case existing clients will continue to
function but new ones will not.ro Enumeration .1.3.6.1.4.1.140.600.30.1.30 |
classpathTableTable of classpath elements for JAVA, Weblogic Server
and servlets.
There are multiple entries in this table for each
server; and there may be multiple entries for each
path on a server. SEQUENCE OF ClasspathEntry .1.3.6.1.4.1.140.600.40 |
classpathEntryA row in the classpathTable ClasspathEntry .1.3.6.1.4.1.140.600.40.1 |
cpServerNameServer namero DisplayString .1.3.6.1.4.1.140.600.40.1.5 |
cpTypeA type of java means the cpElement is one of the
elements in the normal java classpath.
A type of weblogic means the cpElement is one of the
elements in the weblogic.class.path.
A type of servlet means the cpElement is one of the
elements in the dynamic servlet classpath.ro Enumeration .1.3.6.1.4.1.140.600.40.1.10 |
cpElementOne element in the classpath.ro DisplayString .1.3.6.1.4.1.140.600.40.1.15 |
cpIndexPosition of element within its path.
The index starts at 1.ro INTEGER .1.3.6.1.4.1.140.600.40.1.16 |
jdbcPoolTableTable of JDBC connection pools.
There is one entry for each pool on a server. SEQUENCE OF JdbcPoolEntry .1.3.6.1.4.1.140.600.50 |
jdbcPoolEntryA row in the jdbcPoolTable JdbcPoolEntry .1.3.6.1.4.1.140.600.50.1 |
jdbcPoolNameName of JDBC connection pool.ro DisplayString .1.3.6.1.4.1.140.600.50.1.5 |
jdbcServerNameName of server hosting the connection pool.ro DisplayString .1.3.6.1.4.1.140.600.50.1.10 |
jdbcMaxCapacityMaximum number of database conections allowed for this pool.ro INTEGER .1.3.6.1.4.1.140.600.50.1.15 |
jdbcInitCapacityInitial number of database connections to be opened for this pool.ro INTEGER .1.3.6.1.4.1.140.600.50.1.20 |
jdbcCurrentPoolSizeCurrent number of database connections opened for this pool.ro INTEGER .1.3.6.1.4.1.140.600.50.1.25 |
jdbcCurrentInUseCurrent number of database connections in use for this pool.ro INTEGER .1.3.6.1.4.1.140.600.50.1.30 |
jdbcTotalPendingConnectionsNumber of pending database connection requests on this pool.ro INTEGER .1.3.6.1.4.1.140.600.50.1.35 |
jdbcHighwaterPendingConnectionsHigh water mark value for the number of pending connections.ro INTEGER .1.3.6.1.4.1.140.600.50.1.40 |
jdbcHighwaterWaitTimeHigh water mark for the wait time of a client in seconds.ro INTEGER .1.3.6.1.4.1.140.600.50.1.45 |