So I setup a test dashboard and verified that I can actually see it when I'm logged into XI and that works fine.Integrating Nagios XI Dashboard in Confluence
To display a Nagios XI dashboard in Confluence, follow these steps:
Step 1: Prepare Nagios XI Dashboard
Ensure your Nagios XI dashboard is set up and accessible.
Verify that you have the necessary permissions to view the dashboard.
Step 2: Use the Confluence Page
Open the Confluence page where you want to embed the Nagios XI dashboard.
Click on the "Edit" button to modify the page.
Step 3: Embed the Dashboard
Use the HTML macro or iframe to embed the Nagios XI dashboard.
If using an iframe, the syntax is as follows:
html
Copy Code
<iframe src="URL_OF_YOUR_NAGIOS_XI_DASHBOARD" width="100%" height="600px"></iframe>
Replace URL_OF_YOUR_NAGIOS_XI_DASHBOARD with the actual URL of your Nagios XI dashboard.
Step 4: Save and Publish
After embedding, click on "Save" to publish the changes.
Review the page to ensure the dashboard displays correctly.
Additional Tips
Ensure that your Confluence instance allows embedding content from external sources.
If you encounter issues, check the permissions and settings in both Nagios XI and Confluence.
By following these steps, you can successfully integrate your Nagios XI dashboard into Confluence for better visibility and collaboration.
I also found this on the Confluence Page:
Again, made this work EXCEPT - of course there's a BUT. Why else would I be hereInsert the iFrame macro
The iFrame macro lets you embed a webpage inside a Confluence page or live doc.
Use the iFrame macro To add the iFrame macro:
When editing, select "+" from the toolbar
Find the macro by name and select it
Configure it as needed
You can also type / on the page to bring up the same list you'd see by selecting from the toolbar. Continue typing the name of the macro to filter the list.
To edit the iFrame macro:
Select the macro placeholder.
Select the Edit icon to open the configuration panel.
Configure the parameters. Your changes are saved as you go.
Resume editing the page, and the panel closes.
You can also select the centered , medium-width , and full-width icons to adjust the width of some macros.
Select the trashcan iconto remove the macro.
The frame shows "nagios.ourdomain.com refused to connect"
I am logged onto Confluence with the same credentials that I'm using to log onto XI and both are LDAP credentials so they aren't local.
Is there something else I need to do on the XI side to allow it to authenticate remotely to the API/HTTP???