Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »



This works only for BVQ Enterprise Edition!

IBM FS900 and FS840 systems have less performance data and will create a lot of "unknown results" in the alerting. This document shows how to modify single systems alerts to skip these systems.


We clone existing system alerts, add a filter to exclude these system types from processing and save them instead of the original alerts.

This is how the change in the alerts look like in an example

beforeafter adding the additional filter


  • We added a new Selection on the SVC Cluster level which is filtering out every FS900 or FS840 System
  • The filter condition is NOT ( device_model_name contains "FS900" OR device_model_name contains "FS840" )
  • The new filter condition is placed before the already existing one which also added the SVC Cluster before the SVC VDisks in the path



Step by Step

  • Create a clone from the system alert.
    Go into the Alert configuration, find the alert and cerate a clone from this alert. This will open the alert definition dialog from the selected alert.

     picture for this step ...

  • Add a new filter condition to the alert.

    First Add the object type, second add the filter condition


    • Use the add button to expand the pre filter statement of the alert

       picture for this step ...

    • Click into Object type and select the object type SVC Cluster

       picture for this step ...

    • Add the filter condition with the button Add filter condition

      • NOT ( device_model_name contains "FS900" OR device_model_name contains "FS840" ) into the text field or do the job with the button
      • (1) select attribute - you find it in Attribute → Type->Device model
      • Comparator - use contains
      • Value - enter 920
      • Select Add condition and complete the condition


         picture for this step ...



    • Save the modified selection

       picture for this step ...

    • Move the new selection as first selection with Drag&Drop
      Check the path it has to be BVQ / SVC Cluster / SVC VDisk
       
  • Change the name of the alert (1) and and save it with the button bottom right of the form (2)
    You will be asked whether you want to disable the predefined alert rule with saving the new rule and the answer should be yes

     picture for this step ...



  • No labels