SCOM Managed Instance plugin
The SCOM Managed Instance (MI) data source accesses data in the SCOM MI PaaS monitoring service. The SCOM Managed Instance plugin also connects to traditional SCOM installation by connecting directly to the OperationsManagerDW database without utilizing the Relay agent. Made in partnership with Microsoft.
See also: Blog: SCOM MI data source.
Before you start
You will need
- A username and password to the SCOM data warehouse database.
- A URL and port
Configure SCOM Managed Instance in Azure
Do the following to configure SCOM MI PaaS.
- Log in to the Azure Portal.
- Search for SCOM Managed Instance and click on the instance to connect to SquaredUp.
- Under Reports select the PowerBI tab.
- Copy the DB Name and DB Host URL. You will use these when Configuring the data source in SquaredUp.
- Make note of the username and password that will access the Azure resource.
Configure SCOM SQL Server
Do the following to configure a traditional SCOM database server:
- Log in to the SCOM database server hosting the OperationalWarehouseDW database.
- Open SQL Server Management Studio (SSMS).
- Open the Server Properties dialog and change the SQL Server Authentication from Windows Authentication mode to SQL Server and Windows Authentication mode.
- Create a new login under the Security node. This account requires the following:
- SQL Server authentication
- Public Server Role
- Be mapped to the OperationsManagerDW database with the following roles:
- db_datareader
- public
- OpsMgrReader
- SCOM_HealthService
- Grant permission to connect to the database engine.
- Login enabled.
- Make a note of the username, password, server FQDN, and port.
Configuring the data source
Display Name:
Enter a name for your data source. This helps you to identify this data source in the list of your data sources.- DB Name:
Enter the DB Name for the Data Warehouse database. This value can be found in the Reports section of the SCOM managed instance, but is usually OperationsManagerDW. - DB Host URL:
Enter the URL / FQDN of the SCOM MI database server. This value can be found in the Reports section of the SCOM MI Instance.Keep the comma and port after the URL, for example, server.domain.local,1433 or server.domain.local,3342
- Username:
Enter the username that has access to the database. - Password:
Enter the password for the Username you entered. Restrict access to this data source:
You can enable this option if you only want certain users or groups to have access to the data source, or the permission to link it to new workspaces. See data source access control for more information.Install Sample Dashboards:
Select whether you would like to install sample dashboards with the data source. By default, this is set to on.Click Test and add to validate the data source configuration. SquaredUp will now attempt to connect to SquaredUp using the provided authentication method. If this process fails, see Testing and troubleshooting for assistance with the corresponding errors.
Next Steps
Data streams
The following data streams are installed with this plugin.
Data streams standardize data from all the different shapes and formats your tools use into a straightforward tabular format.
While creating a tile you can tweak data streams by grouping or aggregating specific columns.
Depending on the kind of data, SquaredUp will automatically suggest how to visualize the result, for example as a table or line graph.
Data streams can be either global or scoped:
- Global data streams are unscoped and return information of a general nature (e.g. "Get the current number of unused hosts").
- A scoped data stream gets information relevant to the specific set objects supplied in the tile scope (e.g. "Get the current session count for these hosts").
See Data Streams for more information.
Metric
This data stream calls an API endpoint to get metrics from your SCOM instance. The following parameters can be configured:
- Object Name:
Enter the name of the object you want metrics for, for example,LogicalDisk
. - Counter Name:
Enter a name for the metric, for example,Free Megabytes
. - Instance Name:
- Optionally, enter the name of the SCOM MI instance you want metrics from.
- Top N:
- Optionally, enter the Top N number of items you want to see in the results.
- Sort descending:
- Select if you want to sort the results descending instead of ascending.