SCOM Custom Reports

Noah-2518 100 Reputation points
2023-02-28T15:13:20.89+00:00

Hello everyone,

I need help with SCOM reports. I created custom rules that generate warning alerts on SCOM console. Is there a way to generate a report based on this custom rule?

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,419 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SChalakov 10,266 Reputation points MVP
    2023-03-08T16:06:55.5366667+00:00

    Hi Noah,

    if you follow the steps, which Xin Guo depicted you will get all the alerts within a view in the SCOM console. The other possible way is to use Powershell, use the "Get-SCOMAlert" cmdlet together with the "-Criteria" parameter, which lets you specifyy a "MonitoringRuleId" as a filter, thus returning all the alerts from a specific rule.

    Regarding the usage of the "-Criteria" parameter, you can refer to:

    SCOM2012: Using the Get-SCOMAlert Criteria Parameter (Complete Reference)

    Hope this helps you out.


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
    Regards
    Stoyan Chalakov

    1 person found this answer helpful.
    0 comments No comments

  2. XinGuo-MSFT 14,541 Reputation points
    2023-03-01T09:29:09.42+00:00

    Hi,

    We could create an alert view based on a specific rule.

    Capture1

    Capture

    0 comments No comments