I'm trying to extract what nodes are assigned to a specific poller and can't seem to find an easy way to do it. I can't even copy out of the Name field... anyone know how I could accomplish this?
Do you want to construct a report, or just ne able to view a list of assigned pollers?
If you want a report, open a new report of the type Current Status of Nodes, then choose the variables Node Name and Poller Name. Thata should show all pollers assigned to each node.
You can also view the pollers from within the UnDP by clicking on a poller name. All assigned nodes will be shown in the right side window.
Is this what you were after?
I want to be able to somehow copy/export all nodes assigned to a poller. (in UnDP) When you choose a poller - the view on the right has the node, IP, description, etc - I'd like to be able to export that list, I can't even copy a column. I started to peruse the DB but nothing really jumped out at me.
Open Database Manager. Expand the Orion database. Right click on the table named CustomPollerAssignment, and Query the table.
Now, go to File-->Export, and choose an export option. You will be able to choose the fields from this table that you want to export.
Right, I can kind of use the AssignmentName (rather have the column split into assignment and node name) though then I have to some how tie the NodeID and PollerID to something meaningful... {90771774-C10E-41E4-93C7-924D7E9F52F2} doesn't mean anything outside of the database.
an export or copy function in the UnDP would really do the trick.