SCOM Authoring MonitorTypeStates Parameter NoDetection

Hansi 116 Reputation points
2024-04-16T08:42:24.6+00:00

Hello!

I have a question for the UnitMonitorType.

You have to define the TypeStates like this:

<UnitMonitorType ID="IDMonitorType" Accessibility="Internal">

<MonitorTypeStates>

<MonitorTypeState ID="HostReachable" NoDetection="false" />

<MonitorTypeState ID="HostUnReachable" NoDetection="false" />

</MonitorTypeStates>

...

What is mean with NoDetection="false". What is this parameter for?

rg

Hansi

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,416 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 14,461 Reputation points
    2024-04-17T09:25:54.3333333+00:00

    Hi,

    The NoDetection attribute in the MonitorTypeState element of a UnitMonitorType is used to specify whether a state should be detected or not.

    When NoDetection is set to false, it means that the state should be detected. In your case, both HostReachable and HostUnReachable states are set to be detected.

    On the other hand, if NoDetection were set to true, it would mean that the state should not be detected.

    This attribute helps in controlling the behavior of the monitor and can be useful in scenarios where you want to ignore certain states during the monitoring process.

    I hope this helps! 😊

    0 comments No comments

0 additional answers

Sort by: Most helpful