Hi Guys,
I am trying to filter the Application All nodes Tree so that it only shows nodes that are not Up.
Within the Edit properties there is the option to Filter Nodes (SWQL). In the normal All Nodes tree I added Status<>1 and it worked a treat but this doesnt work for the appliactions tree as status parameter applies to the node status not the application status.
So I looked up the admin guide for the property to use and the example in the admin guide says to use MonitorStatus.Availability<>2.
However I get the below message when I use "MonitorStatus.Availability<>2"
Bad filter '(MonitorStatus.Availability<>2)' specified. Entity MonitorStatus not found in FROM clause for property MonitorStatus.Availability
So, Does anyone know what the command is to filter this tree so it only shows applications with problems. (I dont want to use the down application view as you can't use the tree functionality.)
Thanks