Page 1 of 1
Dashboard
Posted: Sun Oct 04, 2020 12:39 pm
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?
Re: Dashboard
Posted: Mon Oct 05, 2020 5:07 pm
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.
Re: Dashboard
Posted: Tue Oct 06, 2020 8:46 am
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.
Re: Dashboard
Posted: Wed Oct 07, 2020 11:43 am
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!