We've just installed a new installation of Exchange 2016 that we will eventually migrate our Exchange 2010 users over to.
Before doing that, I ran the BPA and it reported some warnings about various server health entries. One of these was the Monitoring
HealthSet:
[PS] C:\>get-healthreport server01 -healthset monitoring
Server State HealthSet AlertValue LastTransitionTime MonitorCount
------ ----- --------- ---------- ------------------ ------------
server01 NotApplicable Monitoring Unhealthy 08/09/2016 2:39:... 29
Checking the entries, I see that HealthManagerWorkItemQuarantineMonitor
is marked as Unhealthy
:
[PS] C:\>get-serverhealth server01 -healthset monitoring | select name,alertvalue
Name AlertValue
---- ----------
CrimsonMonitor Healthy
EDSServiceRunningMonitor Healthy
EDSJobPoisonedMonitor Healthy
SqlOutputStreamInRetryMonitor Healthy
ServerHealthStateCollectionMonitor Healthy
HealthManagerWorkItemQuarantineMonitor Unhealthy
MaintenanceFailureMonitor.Monitoring Healthy
MaintenanceTimeoutMonitor.Monitoring Healthy
HealthManagerSchedulingLatencyMonitor Healthy
PrivateWorkingSetWarning.M.E.diagnostics.service Healthy
PrivateWorkingSetError.M.E.diagnostics.service Healthy
ProcessProcessorTimeWarning....iagnostics.service Healthy
ProcessProcessorTimeError.M.E.diagnostics.service Healthy
CrashEvent.M.E.diagnostics.service Healthy
PrivateWorkingSetWarning.M.exchange.monitoring Healthy
PrivateWorkingSetError.M.exchange.monitoring Healthy
ProcessProcessorTimeWarning.M.exchange.monitoring Healthy
ProcessProcessorTimeError.M.exchange.monitoring Healthy
CrashEvent.M.exchange.monitoring Healthy
PrivateWorkingSetWarning.msexchangehmhost Healthy
PrivateWorkingSetError.msexchangehmhost Healthy
ProcessProcessorTimeWarning.msexchangehmhost Healthy
ProcessProcessorTimeError.msexchangehmhost Healthy
CrashEvent.msexchangehmhost Healthy
PrivateWorkingSetWarning.msexchangehmworker Healthy
PrivateWorkingSetError.msexchangehmworker Healthy
ProcessProcessorTimeWarning.msexchangehmworker Healthy
ProcessProcessorTimeError.msexchangehmworker Healthy
CrashEvent.msexchangehmworker Healthy
I can't find any information about what HealthManagerWorkItemQuarantineMonitor
is or how to troubleshoot it.
If I run invoke-monitoringprobe monitoring\HealthManagerWorkItemQuarantineMonitor -server server01
I get the following:
WARNING: Could not find assembly or object type associated with monitor identity
'monitoring\HealthManagerWorkItemQuarantineMonitor'. Please ensure that the given
monitor identity exists on the server.
What can I check for this?