I am looking to create a node filter, I have my query correct...I am trying to show nodes not up, and it works fine...but also shows nodes that are unmanaged. When I look I see the only valid status levels are:
The 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) |
Is there anyway I can form a query to not display unmanaged nodes? Thanks!