VMware Cloud Community
njmn_hyperic
Contributor
Contributor
Jump to solution

Add a view to one application or one group

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.
Reply
0 Kudos
1 Solution

Accepted Solutions
admin
Immortal
Immortal
Jump to solution

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


View solution in original post

Reply
0 Kudos
2 Replies
admin
Immortal
Immortal
Jump to solution

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


Reply
0 Kudos
admin
Immortal
Immortal
Jump to solution

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.


Reply
0 Kudos