DX Unified Infrastructure Management

 View Only
  • 1.  Options for Ignore Filesystems in CDM probe

    Posted Aug 12, 2022 01:21 PM
    Hi Everyone.

    I need to exclude of the monitoring with at cdm probe, the filesystems /tmp
    /var/lib/kubelet
    /var/lib/Docker
    /run/user/

    I builded this regular expression that to ignore the filesystems but i see that isn't work.

    /\/(run|var)\/(user|lib)/.*/|/\/tmp.*/



    What i doing wrong?


  • 2.  RE: Options for Ignore Filesystems in CDM probe

    Posted Aug 12, 2022 01:33 PM
    Unable to Exclude specific File systems with cdm
    https://knowledge.broadcom.com/external/article?articleId=237169

    How to configure the cdm probe to ignore filesystems, filesystem types and devices
    https://knowledge.broadcom.com/external/article?articleId=129655

    How to configure cdm to ignore filesystems, types and devices
    https://knowledge.broadcom.com/external/article?articleId=71684


  • 3.  RE: Options for Ignore Filesystems in CDM probe

    Posted Aug 12, 2022 10:13 PM
    Is there a reason you're not using something like this:

    /\/tmp|\/var\/lib\/kubelet|\/var\/lib\/Docker|\/run\/user/



  • 4.  RE: Options for Ignore Filesystems in CDM probe

    Posted Aug 15, 2022 03:09 AM
    Hi!
    I can proove positive, that
    /^\/run\/.*/
    is working as exlusion, try a ^ (for start of Line) ahead of all

    cheers
    Matthias