Resource sets are a way that IBM Director organizes inventory data. They are new in IBM Director 5.1.
You can add your queries or tables to the existing resource set tree structure.
Steps:
- Create a new file. Make the extension be ".tree"
- Edit the file
- Add one line per query or table
The format of the line is either:
- For queries:
all/childresourceset1/..../queryname
NOTE: The "/" is a delimiter. all is always the top level of the ressource set tree.
- For tables:
table:all/childresourceset1/..../queryname
- Place the file in the IBM Director proddata/inventory/querytree to install it.