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.
Hi,
Health Service : EventID 4000
A monitoring host is unresponsive or has crashed. The status code for the host failure was 2164195371.
Crashes in the MonitoringHost are related to the feature Hardware-enforced Stack Protection based on Intel’s Control-flow Enforcement Technology (CET).
Did you try what Kevin mentioned? Disable “Hardware-enforced Stack Protection” for the MonitoringHost.exe process, via this PowerShell command:
Set-ProcessMitigation -Name MonitoringHost.exe -Disable UserShadowStack
Restart-Service -Name HealthService