Integrate BPI tabs into a foreign webpage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
enas
Posts: 13
Joined: Fri Sep 27, 2013 6:41 am

Integrate BPI tabs into a foreign webpage

Post by enas »

Hello,
we setup a BPI with its tabs from high to low. Now we want to these tabs in a intranet webpage outside of Nagios. The permanent link will not solve the problem. When I read the API docs, I think it's not possible. Is that true?
Is there a possibility in Nagios itself f.e. with a auto-login user that can see on its home dashboard only these tabs?
Could you point me into the right direction?

Thanks

Olaf
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Integrate BPI tabs into a foreign webpage

Post by ssax »

You can get the data from the API but your other application would need to parse it and display it:

Code: Select all

https://YOURXISERVER/nagiosxi/help/api-object-reference.php#objects-bpi
You could create a read-only user and add that user to the BPI group permissions OR use the "Show All Groups To All Users" setting but you'd still need to click the Auto-Login button. I'm not sure that would embed well.
enas
Posts: 13
Joined: Fri Sep 27, 2013 6:41 am

Re: Integrate BPI tabs into a foreign webpage

Post by enas »

Thanks for your reply. I tested the URL code. That's ok for me. I'll write some code to display the data. You solved my problem.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Integrate BPI tabs into a foreign webpage

Post by scottwilkerson »

enas wrote:Thanks for your reply. I tested the URL code. That's ok for me. I'll write some code to display the data. You solved my problem.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked