Typically monitors detect the recent state and raise an alert (if enabled) as soon as it exits MM. If there is a sync time configured, the monitor will take care of it.
Sample:
Sync time 01:00, intervall 15min -> monitor will run every quarter of an hour.
Sync time 03:30, intervall 24h -> monitor will run at 03:30.
Further, there are some special modules available, but basically that's it.
Cheers,
Patrick
when agent comes out of MM , it will calculate each monitor's health and will generate an alert if the alerting condition is met.
The Rules, Monitors etc will be stopped and will not occur when MM is turned on in an Agent.
When you manually stop it or it stops as pert the scheduled end time, Then the Alerts, Rules are captured post completion of the maintenance mode end time.
So you will not get any state change alerts for the period when the maintenance mode is present in an agent.
When you existing maintenance mode, SCOM will recalculate its health state for all monitor.
For monitor which should take number of samples which excess the threshold for generate the alert: It will reset the counter when the object exit the maintenance mode This means that it will take at least three consecutive samples to check whether it is over the threshold.
Roger
First statement I fully agree.
The second statement is correct for perf.monitors (if they are configured that way). Other monitors work differently (service monitor, for instance).
/patrick