vCenter

 View Only
  • 1.  Add a view to one application or one group

    Posted May 07, 2008 02:51 PM
    Hi

    I am currently trying to integrate our existing 'home made' monitoring applications within HQ.
    These applications, several JSPs actually, call WebServices and check the results => kind of high level JUnit.

    Our idea is to integrate these applications into HQ with HQU Plugins like the HQ Health plugin.

    Is it possible to add a view for one application or one group?

    Resource attach points seeems to work for Platform and server but fails for Group and Application.

    Thanks for your help
    Nicolas.


  • 2.  RE: Add a view to one application or one group
    Best Answer

    Posted Jun 01, 2008 11:06 PM
    You can certainly control the display of the view for applications,
    groups, or even specific resources. See the live_exec plugin for an
    example of this. It only displays for groups that have platforms.
    See live_exec/Plugin.groovy's attachmentIsShown() method.

    Charles




  • 3.  RE: Add a view to one application or one group

    Posted Jun 02, 2008 05:20 AM
    There was a bug in the attachment code that prevented views from
    being attached to compatible groups. This has been fixed.

    Applications currently do not allow attachment, but we can add that
    for our 4.0 release. In the meantime, maybe the masthead views will
    be sufficient.

    -- Jon



    On May 7, 2008, at 7:51 AM, JOMIN wrote:

    > Hi
    >
    > I am currently trying to integrate our existing 'home made'
    > monitoring applications within HQ.
    > These applications, several JSPs actually, call WebServices and
    > check the results => kind of high level JUnit.
    >
    > Our idea is to integrate these applications into HQ with HQU
    > Plugins like the HQ Health plugin.
    >
    > Is it possible to add a view for one application or one group?
    >
    > Resource attach points seeems to work for Platform and server but
    > fails for Group and Application.
    >
    > Thanks for your help
    > Nicolas.