DX NetOps

 View Only
Expand all | Collapse all

We are trying to exclude specifc partitions from Performance Management without success

  • 1.  We are trying to exclude specifc partitions from Performance Management without success

    Posted Feb 05, 2015 01:26 PM

    We recently installed CAPC 2.4 in our test environment.  We can now add a filter to the "Partition" Metric family which was not allowed on 2.3.  We have added a filter that is designed to exclude P: for Windows servers and any partition with "mnt" or "/mnt/" in the name for our Linux servers but the filter is not working. 

     

    The filter expression reads as follows:

    (Name Does Not Contain "P:") OR (Name Does Not Contain "/mnt/") OR (Name Does Not Contain "mnt")

     

    We have associated the "Monitoring Profile" with the filter above to the appropriate "Collections" but the filter is not working. Any ideas?


    Thanks

    Troy



  • 2.  Re: We are trying to exclude specifc partitions from Performance Management without success

    Posted Feb 05, 2015 02:09 PM

    I posted this back to your comment on the other thread:

    Change the 'OR' to a 'AND' and you're boolean expression should evaluate the way you're expecting.

     

    Right now, the boolean would evaluate to TRUE for '/mnt' with the first expression since '/mnt' does not contain 'P:'.  It doesn't continue onto the rest of the expression due to the OR.



  • 3.  Re: We are trying to exclude specifc partitions from Performance Management without success

    Broadcom Employee
    Posted Apr 03, 2017 06:00 PM

    Hi Troy:

     

    Did Justin's answer work for you? 

     

    Thanks,

    Joe