...
Go to your team’s operations page.
On the left navigation panel, select Integrations and then Add integration.
Run a search and select “SCOM”.
On the next screen, enter aname for the integration.
Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.
Select Continue.
The integration is saved at this point.Expand the Steps to configure the integration section and copy the integration URL.
You will use this URL while configuring the integration in SCOM later.Create or edit conditions for filtering SCOM alerts in the Filters section.Modify fields for the alerts generated by SCOM as necessary.
Select Turn on integration.
The rules you create for the integration will work only if you turn on the integration.
...
1. On each SCOM application host in your cluster, create a new folder by name ”jsm” under your root scripts directory. The path should be C:\scripts\jsm.
2. Download Jira Service Management's SCOM PowerShell Script and copy it into the directory created in Step 1. Make sure that the name of the script file is “jsm.ps1” and its path is C:\scripts\jsm\jsm.ps1.
...
Repeat this step on all the SCOM application hosts in your cluster.
3.c.) and enter Run the following commandscommand:
Code Block |
---|
Powershell -ExecutionPolicy bypass -file C:\scripts\jsm\jsm.ps1 -Url [integration url] -install |
...
Expand | ||
---|---|---|
| ||
|
...
See also
...