Microsoft SCOM

Create Alerts in ilert from Microsoft SCOM

In ilert: Create an Microsoft SCOM alert source

  1. Go to Alert sources --> Alert sources and click on Create new alert source

  2. Search for Microsoft SCOM in the search field, click on the Microsoft SCOM tile and click on Next.

  3. Give your alert source a name, optionally assign teams and click Next.

  4. Select an escalation policy by creating a new one or assigning an existing one.

  5. Select you Alert grouping preference and click Continue setup. You may click Do not group alerts for now and change it later.

  6. The next page show additional settings such as customer alert templates or notification prioritiy. Click on Finish setup for now.

  7. On the final page, an API key and / or webhook URL will be generated that you will need later in this guide.

In Microsoft SCOM: Add ilert Webhook as Channel

  1. Download our script ilert.ps1. Download links: ilert Microsoft SCOM

  2. Save this script into the following path:

    C:\scripts\ilert
  3. In Microsoft SCOM Operations Console open the Administration view.

  1. Navigate to Notification.

  1. Create a new Command channel by right clicking on Channels -> New channel -> Command...

  1. Enter a channel name and click on Next

  1. Enter following into the input fields:\

  2. Enter following into the input fields and click on Finish:\

    Full path of the command file:

    C:\windows\system32\windowspowershell\v1.0\powershell.exe

    Command line parameters: Replace the parameter string "Enter API Key" with your ilert API Key created in this step__

    -F "C:\scripts\ilert\ilert.ps1" -AlertID "$Data[Default='NotPresent']/Context/DataItem/AlertId$" -AlertSourceKey "Enter API Key"

    Startup folder for the command line:

    C:\windows\system32\windowspowershell\v1.0\
  1. Select a user as subscriber and click on Next

  1. Leave the schedule settings on default.

  1. On the next view click on Add... to add a new subscriber address

  1. Enter an address name and click on Next

  1. Select Command as Channel Type and ilert Webhook as Command Channel

  1. Leave the schedule notification settings on Always send notifications and click on Finish

  2. Set a name and proceed to the next step

  1. Specify a criteria for your subscription(Note: If selecting a condition, please remove the "Notify on all alerts" to prevent multiple identical alert submission). Leave this as "Notify on all alerts" to receive a notification on all alerts.

  1. Add the previously made Subscriber to the Subscription

  1. Add the previously made Channel to the Subscription

  1. Finish the setup

FAQ

Will alerts in ilert be resolved automatically?

Yes, as soon as an alert is being closed or marked as resolved, the alert in ilert will be resolved automatically.

Will alerts in ilert be accepted automatically?

Yes, as soon as an alert is being marked as acknowledged, the alert in ilert will be accepted automatically.

Last updated