I've got a custom table in my node detail view that is looking at some specific custom SNMP pollers. How do I build a dynamic query to look at just the specific pollers I want in that table for the current object? My problem is that if I use the default object selection, I can't pick which pollers I want to use for that table. If I use a dynamic query to look for the specific pollers I want, I can't figure out a way to tell it to just use the current object.
In other words, I want to build a table that lists the name and current values for a handful of custom pollers based on the current object (so I don't have to manually pick the data source for every new object).
Thanks.