Skip to main content

BSOD Monitoring

Summary

Contains endpoints with BSOD monitoring enabled based on the configured custom fields. Devices in this group are monitored for Blue Screen of Death (BSOD) events.

Dependencies

Group Setup Location

  • Group Path: ENDPOINTSGroups
  • Group Type: Dynamic Group

Group Summary

  • Group Name: BSOD Monitoring
  • Category: Monitoring
  • Description: Contains endpoints with BSOD monitoring enabled based on the configured custom fields. Devices in this group are monitored for Blue Screen of Death (BSOD) events.

Image1

Criteria

The group is defined by the following criteria blocks, joined by an OR. Each block uses AND logic between its conditions.

BlockCriteria NameOperatorValue(s)
1BSOD_Monitoring_EnableContains any ofEnable
1BSOD_Monitoring_Enable_EndpointDoes Not Contain any ofDisable
1BSOD_Monitoring_Enable_SiteDoes Not Contain any ofDisable
1OS TypeContains any ofWindows
1AvailableEqualTrue
2BSOD_Monitoring_Enable_SiteContains any ofEnable
2BSOD_Monitoring_Enable_EndpointDoes Not Contain any ofDisable
2OS TypeContains any ofWindows
2AvailableEqualTrue
3BSOD_Monitoring_Enable_EndpointContains any ofEnable
3OS TypeContains any ofWindows
3AvailableEqualTrue
  • Block 1: Targets Windows machines where the monitoring is enabled at Company level. Custom field (BSOD_Monitoring_Enable) is enabled, provided that the feature has not been explicitly disabled at the site level (BSOD_Monitoring_Enable_Site) or the individual endpoint level (BSOD_Monitoring_Enable_Endpoint).
  • Block 2: Targets Windows Machines where the site‑level setting (BSOD_Monitoring_Enable_Site) is explicitly enabled, provided that it has not been overridden and disabled at the individual endpoint level (BSOD_Monitoring_Enable_Endpoint).
  • Block 3: Targets Any Windows Device (Server or Workstation) where the feature is explicitly enabled directly at the individual endpoint level (BSOD_Monitoring_Enable_Endpoint).

Logic:
A machine matches the group if it meets ALL criteria in Block 1, OR ALL criteria in Block 2, OR ALL criteria in Block 3.

Image2

Completed Group

Image3

Changelog

2026-07-21

  • Initial version of the document