This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Filter List in View

I like to Filter the "Nodes Down" List.

 

Some nodes in my environment are normaly down. So they should not appear in the "Nodes Down" List.

 

I set the Comment Field to "TempUp"

 

Is it possible to filter the list that the nodes with the comment Field "TempUp" are not shown or is there a better way to do that (I will not deactivate the monitoring for this nodes, because I need to know, when they are up)

  • FormerMember
    0 FormerMember

    You can edit the resource and the last box is Filter Nodes (SQL).  Try:

    Comments !='TempUp'

    To exclude these nodes from this particular list.

    *Edit* - Corrected field name to Comments from Comment