Consolidate Multiple Squared Up Instances into Single Dashboard

2 minute read

Recently, I have been involved in many conversations in regards to managing multiple SCOM management groups with other SCCDM MVP colleagues. I am planning to write more on this topic in the future. 2 weeks ago, after I posted using Squared Up as an universal dashboard and demonstrated how to list active alerts from another management group using their SQL plugin, my friends at Squared Up hinted me that I can also use the Iframe plugin for this purpose. Therefore, today, I’d like to demonstrate how can we present information from multiple management group (multiple Squared Up instances) into a single Squared Up page / dashboard using their Iframe plugin.

The Iframe plugin allows to you display an embedded page within a dashboard. In my lab, I have 2 SCOM management groups, one located in my home lab and another one is hosted in Azure. I have installed Squared Up on the web console server of each MG. Today, I managed to produce 2 dashboards in one of my Squared Up instances:

Alerts from Multiple MGs:

image

Servers from Multiple MGs:

image

Each section (left and right) uses an instance of Iframe plugin to display a particular web page from a Squared Up instance. The setup is relatively easy. I’ll go through how to setup them now.

  1. Configure the page you want to display the way you like. i.e. for the alert page, using the options to customise however you want it to be.

image

  1. save the changes and copy the URL.

  2. Create a new page, split into multiple sections, and in one of the sections, choose “Web Content”, and copy the URL in the src field

image

image

  1. As shown above, add ?embed=true at the end of the URL (to remove the header), and add 2 additional parameters (refresh = true, scrolling = true).

  2. Repeat above steps in other sections.

For the server list dashboard, you can drill down by clicking on a server, and then you will be able to trigger agent tasks associated to that particular server:

image

So, why am I using Squared Up to consolidate views instead of configuring a Connected MGs scenario? Connected MGs have its limitations such as:

  • both management groups must be running the same version.
  • both management groups must be located in the same domain or trusted domains. untrusted domains are not supported

More information about Connected MG can be found here: https://technet.microsoft.com/en-au/library/hh230698.aspx

By using the Iframe Plugin, you simply consolidate the views into a single page, therefore the limitations for connected MGs listed above don’t apply here.

This is what I have to share today. As I mentioned in the beginning of this article, there will be more on managing multiple management groups in the future. so stay tuned :smiley:.

Leave a comment