DX Infrastructure Management

 View Only

Tech Tip: How to Configure cdm to Ignore Certain Filesystems or Devices? TEC000003079 (Updated) 

Jun 14, 2016 12:11 PM

Introduction:

How can I configure the cdm probe using both the GUI and Raw Configure to ignore certain filesystems and devices?

We would like to avoid that the probe starts alerting on each new drive.

 

Instructions:

Using Raw Configure, you can modify two fields within the 'disk folder' to allow the probe to start and ignore non-true filesystems:

 

-          Ignore_device = none  

(Since all the devices we want to ignore have their device listed as none this is a lot easier than ignoring the different mount points).

 

 

-          Ignore_filesystem = /regex for filesystems to ignore /

(i.e. /\/(dev|mnt)\/.*/ (i.e. this will ignore all filesystems under /mnt and /dev which are "special" in that they are either device nodes or temporary)

The proper use is to enter a regular expression for these options that will match those disks and/or file systems you want the cdm probe to ignore.

 

You can set use the cdm GUI to set filesystems to be ignored, as shown here:

 

 

More Examples:

Scenario 1: ignore all automounted disks that are recognized on each disk interval.

 

 

ignore_device = /autofsmount.*|.*:\/.*/

ignore_filesystem = /^(\/proc|[A-Za-z0-9\-]+\:\/.*)/

 

Scenario 2: Ignore all automounted disks drives that contain the word “Abc123”

 

 

ignore_device = /autofsmount.*|.*:\/.*/

ignore_filesystem = /.*Abc123.*/

 

 

 

 

 

Additional Information:

 

Probe documentation:

https://docops.ca.com/ca-unified-infrastructure-management-probes/en/alphabetical-probe-articles/cdm-cpu-disk-memory-performance-monitoring

 

 

Regular Expressions online tester and debugger

 

https://regex101.com/

 

 

Link to techdoc:

http://www.ca.com/us/support/ca-support-online/product-content/knowledgebase-articles/tec000003079.aspx

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.