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
Integrate BPI tabs into a foreign webpage
Re: Integrate BPI tabs into a foreign webpage
You can get the data from the API but your other application would need to parse it and display it:
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.
Code: Select all
https://YOURXISERVER/nagiosxi/help/api-object-reference.php#objects-bpiRe: Integrate BPI tabs into a foreign webpage
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
Great!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.
Locking thread