Databases Reference
In-Depth Information
cd('/SNMPAgentDeployments/PROD_SNMPAgent')
set('Targets',jarray.array([ObjectName('com.bea:Name=PROD_
Cluster,Type=Cluster')], ObjectName))
cmo.createSNMPTrapDestination('QueueLengthTrap')
cd('/SNMPAgentDeployments/PROD_SNMPAgent/SNMPTrapDestinations/
QueueLengthTrap')
cmo.setPort(16200)
cmo.setSecurityLevel('noAuthNoPriv')
activate()
exit()
See also
F Sending e-mail notifications with WLDF
Creating a Monitoring Dashboard custom
view
The Monitoring Dashboard is embedded with the Oracle WebLogic Server 12 c . The dashboard
is an application deployed in the Administration Server and is accessible at the URL http://
adminhost.domain.local:7001/console/dashboard .
The Monitoring Dashboard can graphically display the metrics collected from the WLDF
and exposed by the MBeans.
In this recipe, a Dashboard custom view will be created to display the Queue Length
attribute from the ThreadPoolRuntime MBean of the PROD_Server01 Managed Server.
This is the same attribute monitored in the previous recipes.
Getting ready
The Monitoring Dashboard is a functionality of the Administration Console. Make sure the
Administration Server is running.
How to do it...
Carry out the following steps to create a custom view:
1. Access the Monitoring Dashboard with your web browser at http://adminhost.
domain.local:7001/console/dashboard .
 
Search WWH ::




Custom Search