Dashboard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Dashboard

Post by kalyanpabolu »

Hi Team,

Is it possible to create a dashboard in Nagios XI and then copy/view in Nagios Fusion?

We are facing some issues with Fusion dashboard, we are unable to see all data.

So can we create a dashboard in Nagios XI and then view it somehow in Nagios fusion?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Dashboard

Post by ssax »

Technically, you can generate an auth token following these instructions:
- Set valid_min to something high because the token expires at the end of it, just add &valid_min=X

http://YOURXISERVER/nagiosxi/help/auth- ... erence.php

Code: Select all

-d "username=nagiosadmin&password=<password>&valid_min=XXXXX"
Then on the XI server, go to Admin > System Settings > Security and set Frame Restrictions to Disabled and click the Update Settings button.

Now go to Home > Dashboards and right-click on the dashboard link you want to show and choose Copy URL/Copy Link Location, it should look something like this:

Code: Select all

http://YOURXISERVER/nagiosxi/dashboards/dashboard.php?id=XXXXXXX
Now add the token to the URL:

Code: Select all

http://YOURXISERVER/nagiosxi/dashboards/dashboard.php?id=XXXXXX&token=YOURTOKEN
Now got to Fusion > Home > Dashboards > Available Dashlets and click the blue dashify button next to Custom URL dashlet and use that URL you just entered and add it to a dashboard and you should be able to view it in Fusion.
kalyanpabolu
Posts: 246
Joined: Fri Jul 03, 2020 4:18 am

Re: Dashboard

Post by kalyanpabolu »

Hello,

Thanks for your reply!!

Could you please have a look at ticket #473285. We have raised it for the same issue. We are not able to see hostgroups from Nagios XI in Fusion.

The ticket is open from a long time but no resolution yet.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Dashboard

Post by ssax »

Please continue working with the technician on the ticket (I looked at it but do not see what is causing that to occur).

Let us know when we're okay to lock this up and mark it as resolved.

Thank you!
Locked