I have a "Site performance problems" resource for showing all nodes with a response time greater than 'x'. My FILTER NODES currently has the following to narrow down just our WAN sites:
-----------
Status=1 AND DisplayGrouping='WAN Sites'
-----------
I have a UnDP that I'd like to add into this filter but am unsure of the syntax/format. The UnDP name is "AT&T_VIG_PVC" and the "Status" contains either a "10.10.3.x" IP or a "10.10.4.x" IP. I'd like to modify my FILTER NODES to include any devices whose "VIG_PVC" status contains "10.10.3.x", in addition to sites with latency. Can anyone advise me on how to reference a UnDP value in the FILTER NODES field?
Thank you.
----------------------------------------------
EDIT:
Incidentally, the following FILTER NODES is apparently not the correct way to accomplish this:
Status=1 AND DisplayGrouping='WAN Sites' OR AT&T_VIG_PVC Like '10.10.3.*' |
-----
Status=1 AND DisplayGrouping='WAN Sites' OR AT&T_VIG_PVC Like '10.10.3.%'
Invalid column name 'AT'.