quote:Filter NodesFilters are optional and can be used to limit the list of Nodes displayed.This is an advanced feature. We recommend you have a basic understanding of SQL Queries. Show Filter Examples A few example filters are :Filter the results to only show Nodes that are not UPStatus<>1The valid status levels are :0 = UNKNOWN (The current up/down status of the Node is unknown) 1 = UP (The Node is responding to PINGs) 2 = DOWN (The Node is not responding) 3 = WARNING (The Node may be responding, but the connection from the server to the Node is dropping packets) Only show Cisco devicesVendor = 'Cisco'Only show devices in Atlanta. (This assumes you have added a custom property named City)City = 'Atlanta'Only show devices beginning with "AX3-"Caption Like 'AX3-%'Only show Nortel Devices that are DownVendor Like 'Nortel%' AND Status=2