Disks specified in Ignore specified components are not getting ignored.

Disks specified in Ignore specified components are not getting ignored.

Ignoring Disks from Monitoring

You can configure disks that need to be ignored from monitoring under Settings → Performance Polling → Metric Name (Disks)

Notes
If multiple disks need to be ignored, provide them as comma-separated values.
Do not place disk names on separate lines.

Before Version 176200

The disk names specified under Ignore specified components (located at Settings → Performance Polling → Metric Name = Disks) will be ignored if the disk name discovered during polling starts with the value provided.
Quote

Sample Disk Names:

Quote
/run, /, /dev/shm, /run/lock, /sys/firmware/efi/efivars, /tmp, /boot, /home, /boot/efi, /run/user/1001, /run/user/1003


For example, if the Ignore specified components value is set to /run/user, then any disk whose name starts with /run/user will be ignored:
  1. /run/user/1001

  2. /run/user/1003 

From Version 176200

The behavior of the Ignore specified components field (under Settings → Performance Polling → Metric Name = Disks for any server type) has been enhanced with two matching modes:

Case (i): Wildcard Match (Using an Asterisk *)

Use an asterisk (*) to ignore all disks that start with the specified value.


For example, if the value is /run/user*, then the following will be ignored:
    • /run/user/1001

    • /run/user/1003 

Case (ii): Exact Match (No Asterisk)

​Without an asterisk, only disks that exactly match the provided value will be ignored.


For example, if the value is /run/user, then only the disk named /run/user will be ignored. In the provided sample list, no disks will be ignored because none of the listed disk names exactly match /run/user.

                  New to ADSelfService Plus?