DX Unified Infrastructure Management

  • 1.  How can I configure ignore file system on CDM Custom???

    Posted Mar 23, 2017 02:00 PM

    I have four thresholds to monitoring file systems units, but we need to ignore a fs from custom monitoring.

    File System C:\CLUSTERSTORAGE needs to monitoring only with 2 thresholds (1% and 3%).

    How can we ignore this fs in Custom monitoring???

     

    Thanks



  • 2.  Re: How can I configure ignore file system on CDM Custom???

    Broadcom Employee
    Posted Mar 23, 2017 02:03 PM

    Hi,

     

    Please refer to this article.

     

    https://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.TEC1818164.html 

     

    Try using a regular expression for the mount point under Local or Network.

     

    For example, if you specify a NEGATIVE regex, then specified filesystems are excluded from monitoring. For example, if you do not want to monitor ext4 filesystem, use /^(?!ext4)/

     

    Steve



  • 3.  Re: How can I configure ignore file system on CDM Custom???

    Posted Mar 23, 2017 02:24 PM

    Hi Steve,

     

    This item didn’t help me because I need to ignore a file system only in Custom monitoring.

     

    Our thresholds for this file system (C:\CLUSTERSTORAGE) are:

     

    - 1%

     

    - Custom: 7% and 10%.

     

    We need to monitoring this file system only with 1%.

     

    Let me know if you have question to help us.

     

    Thank you

     

    Elesbao



  • 4.  Re: How can I configure ignore file system on CDM Custom???

    Broadcom Employee
    Posted Mar 23, 2017 02:35 PM

    If using a negative regex doesn't work, then this may require an enhancement to the cdm probe for being able to ignore filesystems under the Custom monitoring Tab. Please feel free to open an Idea in the community.

     



  • 5.  Re: How can I configure ignore file system on CDM Custom???

    Posted Mar 23, 2017 02:59 PM

    Stephen,

     

    How the probe will take identify,In case a share is mapped to a server means it will ignore right ? 

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

    ignore_device = /autofosmount.*|.*:V.*/

    This will ignore all automounted disks that are recognized on each disk interval.



  • 6.  Re: How can I configure ignore file system on CDM Custom???

    Posted Mar 24, 2017 03:22 PM

    It didn't work in Custom Disk:

     

    I need to monitoring the fs only with 1%:



  • 7.  Re: How can I configure ignore file system on CDM Custom???

    Broadcom Employee
    Posted Mar 24, 2017 03:33 PM

    Please open a support and we can ask development if this is officially tested/supported or not.

     

    Steve