How to delay triggering an alert in SCOM when monitoring a service.

Travis Cooper 20 Reputation points
2024-02-26T21:39:13.0833333+00:00

I have created a service monitor to alert when a specific service on the Windows servers is not running. How can I configure the monitor to only alert if the service has not been running for say 15 minutes? That way when servers are rebooted during their maintenance schedule we don't get flooded with alerts.

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
952 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 17,321 Reputation points
    2024-02-27T09:11:31.8066667+00:00

    Hi,

    In your case, you want to delay triggering an alert. This is not an out-of-box function. The goal of a monitoring tool is to inform you as soon as possible as an issue is detected.

    Still, I think I understand why you have the requirements. My advice to you would be:

    Create a custom MonitorType that allows overrides for interval frequency and samples. This will let you customize how often it checks the service state and how many service checks have to return “not running” before it alarms.

    1 person found this answer helpful.

0 additional answers

Sort by: Most 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.