Can custom standard MBean's properties be monitored to generate SNMP traps

I am trying to setup a trap monitor (Counter) to detect the
change in a property of my custom MBean, which gathers
runtime statistics for our application.
Here is the MBean interface:
public interface BOStatusSummaryRuntimeMBean {
public int getTotalClientRequestsCount();
I've registered the implementation MBean, through the startup class, with the
following code:
MBeanHome wlmbsh = (MBeanHome) ctx.lookup("weblogic.management.adminhome");
MBeanServer mbs = wlmbsh.getMBeanServer();
ObjectName myName = new ObjectName("businessobjects:Location=bo_server,Name=BOStatusSummary,
Type=BOStatusSummaryRuntime");
BOStatusSummaryRuntime mbean = new BOStatusSummaryRuntime();
mbs.registerMBean(mbean, myName);
This is the setup for the Counter trap:
MBean Type: BOStatusSummaryRuntime
MBean Name: BOStatusSummary
Attribute Name: TotalClientRequestsCount
PollingInterval: 1
Treshold: 1
Offset: 1
Modulus: 0
The MBean is available and I can see the property changing, as I execute client
applications, but SNMP traps are not generated.
Applying the same monitor on a Weblogic's MBean (Type=EJBComponent, Attribute=DeploymentOrder)
for one of the deployed EJBs, works fine and traps get generated.
I would appreciate if someone can point me in the right direction ...
Regards,
Darko Bohinc
Consultant

I was hoping Adobe had something that could be used, or am I stuck using php or Javascript and just doing this with custom scripting?
I think you will have to do the latter.  While you are thinking about writing the PDF file, don't overlook fpdf (google it)....

Similar Messages

  • Can Ops Center forward or generate SNMP traps?

    It's not clear to me what the enterprise controller for Ops Center 11g can do with SNMP traps. The Advanced User Guide says the EC can use "SNMP to discover assets" but that's about the most useful bit of information I can find. Can the EC receive and act on traps from agent hosts? Can it generate its own traps and send them on to a different managment host? If the EC can't do this by default, has anyone tried using any scripts?
    Thanks,

    the last answer I received was to use the plugin with Oracle enterprise manager grid control / cloud control.
    what they didn't say, but it is in the documentation, is that only critical events are shared between ops center and oem. Yes you can see the database targets in ops center, and you can see the infrastructure targets in oem, but notification wise, only criticals. An of course you need to install both the OEM and the ops center agent on the target/asset. I have found that the plugin for ops center 12c and oem 12c doesn't actually send through any information at all, it will probably be fixed in update 1, but who knows.
    There is a 3rd party product, Halcyon, that can apparently integrate with ops center. I think they wrote an api.

  • Cmd to Monitor SNMP traps 8.1

    can anyone tell me the command to monitor or recevie the traps in 8.1
    as the command for 10.3 is the below
    java weblogic.diagnostics.snmp.cmdline.Manager SnmpTrapMonitor -p
    do we have command for 8.1 wls please let me know

    We had the an issue where device was sending SNMP v1 traps as per Wireshark but the device was discovered as a SNMP v2 device. We forced the device to be discovered as a SNMP v1 device and that worked.
    To do so, after you add the device that needs to be discovered within the discovery rule, export the MP called Network Discovery Internal. Open this in notepad and browse to the IP address of your device that needs to be discovered. Change the value for
    "AutoDetect" to v1 in case you want to discover his as a V1 DEVICE. Then you will be able to receive traps from the said device that got discovered.
    <SeedSystem>
                      <SeedIPorName>10.100.x.x</SeedIPorName>
                      <Version>AUTODETECT</Version>
                      <SNMPPort>161</SNMPPort>
                    </SeedSystem>
    Hope this helps.
    Kapil Dham

  • I can't seem to move/change the order of songs within my customized standard playlist.

    Somehow the order of songs in my customized Standard Playlist is locked.  iTunes won't let me change the order.  Is there some Preference or default that makes them locked into position?  The playlists created by iTunes allows me to drag songs up or down but my Playlist won't.

    If shuffle is selected on for the playlst, you won't be able to re-order the songs.  Turn shuffle off and try again.

  • Custom JMX MBeans not showing JRMC under Weblogic 10.3.1

    Hi,
    I have created some custom JMX MBeans and registered them with the Runtime MBean Server as described in the documentation in a ApplicationLifecycleListener. Even though the ObjectInstances I get back from the MBeanServer indicate that the MBean is registered, when I connect to the server using JRockit Mission Control I only see the standard Weblogic MBeans and my custom MBeans do not show.
    Side note, when I deploy my application in Weblogic 9.2.3 my custom MBeans do show in JRMC? Weird!!!! Both servers are in development mode and both are using JRockit as the JVM.
    Regards,
    Mark P Ashworth

    You should be able define a remote connection to the WLS MBean server in the JRMC Console in the same fashion as in JConsole. You will however loose a lot of functionality, since (I assume) the JVM MBeans in the platform MBean server will not be avilable from the WLS specific MBean server. Pretty much the only remaining tabs of interest will be MBean browser and the trigger tabs. I guess you could also redefine the other tabs to show WLS specific attributes of interest.
    If you wish to monitor the JVM MBeans in the platform MBean server together with the WLS MBeans, then you need to make WLS use the platform MBean server instead of its own, just like the previous entry suggested.

  • Edit standard search options properties on km search iview

    Hello,
    i've created a custom km search iview.
    For that i've created a custom Search component Set and Search Options Set. I've enabled the Standard Properties on the Search Options Set. Is it possible to edit the layout for the Standard Properties.
    Best regards,
    TomSd

    Hi TomSd,
    what do you mean by 'change the layout of the standard properties'?
    What you can do is change the properties that are displayed. Have a look at this: http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/frameset.htm and the description for 'predefined properties'
    Kind reagrds
    Karin

  • Set up Oracle Customer Standard (R12) in JDeveloper

    We need to add some extensions to the Customer Standard > Site Details OAF screen. I am trying to get it up and running on my local client PC in JDeveloper but i am missing the parameters needed to launch it directly. I can launch the Customer Standard > Search form, search for a user, and click on the results to get to the customer overview screen. When I click on a specific address details icon I get an error so I'm hoping to jump direct to the site details screen if possible.
    ### Steps to Reproduce ###
    Set up Oracle Customer Standard (R12) in JDeveloper. Rebuild and run the oracle.apps.ar.cusstd.srch.webui.ArPrtySrchPG.xml. Search for a user (person). Select the user to go to the overview screen. Scroll down and click a details link for an address. The following error is displayed.
    The OA passivation framework coding standard has been violated. Web bean properties cannot be modified in the controller processFormData or processFormRequest method. Web bean properties should be modified in the processRequest method only. An attempt to modify a web bean has been made in the following call stack: java.lang.Throwable at oracle.apps.fnd.framework.OACommonUtils.getCallStack...

    I have not modified any code yet or added any extensions. I have now turned of the OADiagnostic run option but still get the same error.
    Error
    Please make sure you have passed all the events and parameters required for the component.
    HzPuiAccountSiteMode,

  • Customer Standard page is behaving differently in two different instances Y

    HI Guru's,
    I am querying the data in one Customer standard page in support6 instance for eg: 27868 is a Acccount Number we are searching for this and we are getting the Data in this instance here the thing is the Account is Inactive and we can view even Inactive customers in this.
    Now we are seraching for the Customer Number(Acct. Number) same : 27868 in Support 3 instance now here the magic thing i found is i am unable to get the Data in this intance here this one also in backend it is Inactive Customer and this is also a Standard page there is no customization for this.
    Why these two instances are behaving like this if i search for a Same Account Number in Customer search page its a oracle standard page there is no customization.
    Support 6 -- Is Multi node having 2 nodes
    Support 3 -- Is Multi node having 3 nodes .
    Previously we have perform one customization we have changed the query in both the instances same query then also it is behaving like previous one, So we plan to remove the complete customization to both of the instances and tried so we are facing this Issue.
    Note : Support 6 having some Oracle Patches is different from Support 3 Patches means some patches is not applied in Support 3 instances.
    So, is there any issue of those patches and these are not OAF Patches its some Apps Patches.
    Please it's a High Priority issue for me so OAF Guru's update me your valuable answers to me so that i can check out why it is behaving like this.

    Hi
    I have removed my personalizations and customizations in all nodes like this,
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO');
    end;
    Commit ;
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults');
    end;
    Commit ;
    Next i have run jdr_utils.printdocument also in all the instances so i got these output
    Error: Could not find document /oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO
    Error: Could not find document /oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults
    in all the instances same , so now its a standard functionality right because i have reverted back my customizations.
    i have these two scripts because 1. this is for Vo substitution removed and 2. this is for two new attributes that i added before that was removed.
    Even i have checked the "About this page" link and then we tried to see the query and we got the standrad query only.
    Yes DBA bounced all the 3 nodes for Support 3 and in Support 6 also he bounced 2 nodes.
    The Database has only 1 common node and 1 $java_Top which is shared for all the 3 nodes for support 3 instance and for Support 6 instance that is diffrent $Java_Top .
    Edited by: Kiran Paspulate on Nov 16, 2012 1:43 PM

  • How can I configuration MBean in weblogic server  using the console ?

    How can I configuration MBean in weblogic server using the console ?
    I hear people talking about mbeans in weblogic server I have look in the console I can not find where , or how to do it.
    can some body explain that or a link that explain it, how to do it on the console ?

    Hi,
    Registering Custom MBeans from Admin Console is not yet possible. But yes there are ways to Configure and Utilize Custom MBeans ...
    http://weblogic-wonders.com/weblogic/2010/02/16/registering-and-invoking-custommbeans/
    Thanks
    Jay SenSharma

  • Configuring Custom OpenType MBeans in Diagnostic Modules

    I am running in WebLogic 10 and trying to access my custom opentype mbeans from the diagnostics module. I have successfully configured the class as a collected metric and I am able to acquire anything that is a simple type (which are coded as SimpleType.STRING opentypes), but I cannot seem to get access to the composite types that I have within the same mbean. The attributes are not showing up as an option in the collected attributes table. Here are the attribute definitions I used:
    // works
    attributes[0] = new OpenMBeanAttributeInfoSupport("ContainerStats",
    "List of stats for all containers",
    SimpleType.STRING, true, false,false);
    // not listing as an available attribute
    attributes[1] = new OpenMBeanAttributeInfoSupport("OperationStats",
    "List of stats for all operations",
    tStatusRecordsType, // this is an object that extends CompositeType
    true, false, false);
    Is there something special I need to do for composite types to be monitored via the WebLogic console?

    Hello,
    As of WLS 10, the diagnostics harvester allows harvesting only simple types. Support for harvesting of complex types is planned for a future release.
    Regards,
    /Raj

  • Opening Customer Standard Form to the Address Level

    Hello All,
    I am trying to either use/create an oracle function in order to open the customer standard form to the address level from another form in 11.5.10. i know I can do something like this:
    FND_FUNCTION.EXECUTE( 'AR_ARXCUDCI_STD'
    , 'Y'
    , 'Y'
    , 'CUSTOMER_ID='||<VARIABLE THAT IS THE CUSTOMER ID>);
    But this opens the form to the main section of the form. What I want is to open the customer form to the address level which is one level down.
    I have tried messing with the function statement above by trying different parameters with no success.
    I would really appreciate if someone could tell me what parameters to enter in order to achieve this or if they know of a form in 11.5.10 that does this then I can find how they did it from that.

    sorry I did not get you,
    I am doing it using forms personalization, but my lead is asking me to do using profile options, are there any?
    Do you have any idea how to disable a push button using forms personalization?
    For some resp, I have to take out the privilege to create new customer.
    Thanks,
    Midhun

  • Customizing standard ESS Leave Request Application

    Hi,
             We are using standard ESS Leave Request application in our project. I need to set a default value to " Type of Leave" to  some value say "Vacation".
        Anyone kindly let me know is it possible to set some default values in SAP standard applications and how can we do that.
    Regards
    Pavan

    Is this a repeat?
    Re: Customizing standard ESS Leave Request Application
    Yash

  • Customer Standard Order was delivered with credit status not approved and blocked.

    The Customer Standard Order was delivered with the credit status not approved and blocked.
    3 orders were delivered without credit limit and now the credit limit is exceed in more than 250%,
    We have checked the settings in OVAK and the assignment is correctly set as D and 01. This is an issue with a high risk customer with static check in OVA8 transaction.
    Please advice.
    BR
    Anuja

    The Customer Standard Order was delivered with the credit status not approved and blocked.
    If the sales order is blocked system can not allow you to create delivery with out approving it.
    3 orders were delivered without credit limit and now the credit limit is exceed in more than 250%
    There could be reason that in FD32 for the payer customer the risk category might not have been assigned during those 3 sales orders creation. Also one more reason in OVA8 against the Static credit check if open order field is not ticked.
    Please let me understand what is your exact issue currently?
    thanks,
    Srinu.

  • Can I daisy chain a DisplayPort-only monitor through the 2nd TB connector on a WD 8TB My Book Thunderbolt Duo to a mid-2011 Mac Mini?

    I'm very tempted by a refurb HP Smartbuy ZR2740w 27" WQHD display, but it doesn't have a HDMI port. It does have DisplayPort.
    Since the mid-2011 Mac Mini I have has either HDMI or Thunderbolt to choose from, plus I've just bought an external TB storage system, I think I'd need to connect the monitor to the second TB port on the external TB storage and hope that the external storage would pass the DisplayPort signals along.
    I've read that DisplayPort connections are compatible with TB ports on Macs, and that you can daisy chain TB devices.
    I don't want to assume those statements hold when I'd need to connect the DisplayPort cable to the 2nd TB port on the external storage.
    Anyone know if this will work?
    Is it "supported"?
    Thanks!
    Andrew

    23. How do I connect my Mini DisplayPort monitor or monitor using a Mini DisplayPort adapter to my Thunderbolt-equipped Mac when I have other Thunderbolt devices connected?
    When connecting a Mini DisplayPort display or a display using a Mini DisplayPort adapter to a Thunderbolt peripheral (except as described in question 24), make sure the display is connected at the end of the Thunderbolt chain. You can use only one Mini DisplayPort device in the Thunderbolt chain.
    Note: Systems with more than one Thunderbolt port, like an iMac, can have more than one Mini DisplayPort monitor or monitor connected with a Mini DisplayPort adapter connected as each Thunderbolt port can support one Mini DisplayPort display.
    24. Can I connect my Mini DisplayPort monitor or monitor using a Mini DisplayPort adapter to my Apple Thunderbolt Display?
    Mini DisplayPort Monitors or Monitors connecting with Mini DisplayPort adapters will not function when connected through a Thunderbolt Display. They must be connected directly to the Thunderbolt port on the computer or to a non-display device as indicated above.
    from
    http://support.apple.com/kb/HT5219#23

  • Where can i check in the real time monitoring tool if there are active calls in progress?

    where can i check in the real time monitoring tool if there are active calls in progress? 

    Hi
    Selecting Call Manager -->Call Process ---> call activity
    HTH
    Regards
    Carlo

Maybe you are looking for