Introduction
How to create element lists and inventory using opCharts 4.x.
Overview
Element Lists enable you to make a custom list of elements that you can use in other features. For example, you can create a custom list of interfaces to be used as a selection for the GPON Port Capacity Report.
To access the Element Lists feature, open opCharts, select the Views menu and select Element Lists.
New
...
Go to Views tab ==> Element Lists.
Click on + sign button to add a new Element List
...
...
.
Give a name, and description, and select a concept on the drop-down.
On the New Element List page enter the data in the fields:
Name - the name for the Element List
Description - the description of the Element List
Concept - the kind of element the Element List can contain
Add Metadata - click the checkbox to show the Metadata Form field
Metadata Form - the file name of the Form Schema file for the Element List
Edit
On the Edit Element List page
Name and Concept cannot be updated. You can change the Description.
View
To view an Element List, click on it's Name in the Element Lists page.
Add Element
To add an Element to an Element List, you use the Inventory feature.
For example to add an Interface element on node localhost with ifDescr of eth0 to the Gladston Ribeiro Test Element List.
Open the Views > Inventory page.
In the concept dropdown list, select interface.
In the Query, select the type dropdown of Node name and enter localhost into the query text, then press the Query button.
In the Query, select the type dropdown of ifDescr and enter eth0 into the query text, then press the Query button.
Press the Add to List button, the Select list will pop up, select the Gladston Ribeiro Test list, and press the Add to list button.
...