Sensu iFrame

Hi there community.

I wonder if there is something like an iFrame that I can embbed in an html for example, we bought one of those huge Monitors ( HUB ? ) and we'd like to use it for monitoring purposes, at the moment we have some kibana iframes showing a couple of metrics and that's cool, but for sensu I could not find something similar, is there a way to do that?

Thanks

Regards

I did not mention that I'm using uchiwa as a dashboard

Thanks

···

On 17/06/17 10:00, Net Warrior wrote:

Hi there community.

I wonder if there is something like an iFrame that I can embbed in an html for example, we bought one of those huge Monitors ( HUB ? ) and we'd like to use it for monitoring purposes, at the moment we have some kibana iframes showing a couple of metrics and that's cool, but for sensu I could not find something similar, is there a way to do that?

Thanks

Regards

Don’t think there is any support for this that I have seen, however you can embed things like kibana graphs into uchiwa. Other than that you could just use the sensu api and return what you want or authenticate to uchiwa (jwt tokens last I remember) and scrape it.

···

On Saturday, June 17, 2017 at 6:06:22 AM UTC-7, Kernel Panic wrote:

I did not mention that I’m using uchiwa as a dashboard

Thanks

On 17/06/17 10:00, Net Warrior wrote:

Hi there community.

I wonder if there is something like an iFrame that I can embbed in an
html for example, we bought one of those huge Monitors ( HUB ? ) and
we’d like to use it for monitoring purposes, at the moment we have
some kibana iframes showing a couple of metrics and that’s cool, but
for sensu I could not find something similar, is there a way to do that?

Thanks

Regards

Right now it’s possible, to insert iframe, you can do this on any client.json and check.json

This can be done from uchiwa version >= 0.11.2-1

The following is an example on how to make this possible:

{
   "client": {
      "name": "{{ sensu_client_hostname }}",
      "address": "{{ sensu_client_address }}",
      "subscriptions": subscriptions,
      "google": "iframe:https://www.google.com"
   }
}

As you can see, this is possible, just check your uchiwa dashboard. I’m still havig some troubles when trying to modify the height… but I’m still looking for a solution for iframe height! =/

···

El sábado, 17 de junio de 2017, 8:00:29 (UTC-5), Kernel Panic escribió:

Hi there community.

I wonder if there is something like an iFrame that I can embbed in an
html for example, we bought one of those huge Monitors ( HUB ? ) and
we’d like to use it for monitoring purposes, at the moment we have some
kibana iframes showing a couple of metrics and that’s cool, but for
sensu I could not find something similar, is there a way to do that?

Thanks

Regards

1 Like