"util.check-windows-service" check instance is being performed on Linux Server creating incorrect eventsIssue Continuously getting warning alerts triggered against Apache Web Servers on Linux VM's for the "os.windows.check-windows-process" and the "util.check-windows-service"Agent Client Collector for Monitoring is triggering Windows alerts against Apache Servers running on Linux VMs. So "util.check-windows-service" check instance is being performed on Linux Server creating incorrect events. CauseThe "util.check-windows-service" check instance is being performed on Linux Server. This is creating incorrect Events (em_events) and Alerts (em_alerts) in the Event Management application.ResolutionThis is the expected behaviour from Apache events policy. While running, it will test for both type of apache CIs installed on linux and windows. There is no filter on linux and windows apache. 1. Create two different policy naming : Apache events on linux and Apache events on windows2. Add "os.linux.check-process" check definition in Apache events on linux policy and fill the "Monitored CI type by CMDB group" fieldvalue to "Apache on linux"3. Add "os.windows.check-windows-process" and "util.check-windows-service" check definitions in Apache events on windows policy and fill the "Monitored CI type by CMDB group" field value to "Apache on windows"4. Activate both the policies.