how to display ONLY heartbeat and computer not reachable alerts in SCOM 2019 SQL Dashboard view?

JCC 101 Reputation points
2022-11-03T14:54:29.633+00:00

My org is creating a dashboard and we only want to display Heartbeat alerts and Computer not reachable alerts in a SQL Dashboard view. Im thinking there is a way where I DONT have to turn off all alerts except heartbeat and computer not reachable in order to do that. I can just create a server group with just the (Health Service object?) and have it look at only heartbeat and Computer not reachable alerts. Im trying to do that in SQL dashboards right now but I dont see the option to only look at those two specific alerts.

Does anyone have any suggestions or resolutions on how I can create a SQL Dashboard view with only Heartbeat and computer not reachable alerts?

System Center Operations Manager
System Center 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,603 questions
0 comments No comments
{count} votes

Accepted answer
  1. SChalakov 10,576 Reputation points MVP Volunteer Moderator
    2022-11-04T07:59:02.147+00:00

    Hi @ JulianConcepcionCruz-8975,

    sorry, I had to read more carefully, just wasn't sure if you really meant that with the SQL Server Dashboard.
    I just tested it. I have built a group with two servers and it look like that:

    257144-image.png

    One of them is currentlly down and that is why it looks like that. I can also drill down into the details:

    257104-image.png

    I just created the group as described above and added it here:

    257123-image.png

    After I turn on the one server that is down, the view refreshes and it look like this:

    257162-image.png

    Was this what you asked about? What is stoppping you from doing that?
    Please be aware that for large number of instances in a group this dashboaard will need a while to refresh and show you the data.
    Please let me know how I can help.

    ----------

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


1 additional answer

Sort by: Most helpful
  1. SChalakov 10,576 Reputation points MVP Volunteer Moderator
    2022-11-03T15:42:24.53+00:00

    Hi @JulianConcepcionCruz-8975,

    yes, there even different ways of achieving that:

    1. Over a grop (in case you need a group)

    • You need to built a group first, containing the Health Service Objects of all the systems you want to see the alerts from. If you want just those alerts from ALL monitored systems, then you can skip this step.
      You can build the group like that if is one with static members:
      256843-image.png
      -- You start the "Create group wizard"
      -- When you get to the Explicit Members tab, just selelct "Health Service Watcher" as a class and afterwards select all the instances of this class you might need. You can either select individual instances or all of them. (in my screennshot I have hidden the names of the systems, but you will see those)
      -- Finish the group
    • After you have cretaed the group you need to create a new "Alert View" in SCOM:
      256720-image.png
      -- In its properties you can just configure the group under "Show data in a specific group" and confirm the view.

    This Alert View will show all the alerts from those instances.

    2. Directly over both monitors

    The second way of achieveing the same would be to cretae view (right click on the monitioring pane and select "New" --> "Alert View", which targets only those two monitors - "Computer Not Reachable" and "Health Service Heartbeat Failure".
    In order to do that you need to select the option "Created by specific sources" under the "Show data, related to" in the configuration window:

    256815-image.png

    After yyou have slected both monitors (I have only one on the screenshot) then you just confirm with "OK" and you are ready to go.
    Please be aware that you can also control if only New or also Closed Alerts are shown in the view. This is done by selecting the checkbox "with a speccific resolution state" and selecting the resolution states you need.

    I hope I could help 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.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.