we search the forum and documentation but we can’t find any information:
We have indexed SNMP-Data which we would like to combine in one graph.
This is the XML- Data query definition:
<query>
<name>Get Netapp Volumes</name>
<description>Queries a NetApp-Filer for volume information</description>
<oid_index>.1.3.6.1.4.1.789.1.5.4.1</oid_index>
<index_order>dfMountedOn:dfFileSys</index_order>
<index_order_type>numeric</index_order_type>
<index_title_format>|chosen_order_field|</index_title_format>
<fields>
<dfMountedOn>
<name>Mounted On</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.789.1.5.4.1.10</oid>
</dfMountedOn>
<dfFileSys>
<name>File System</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.789.1.5.4.1.2</oid>
</dfFileSys>
<dfKBytesTotal>
<name>Total (Kbytes)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.789.1.5.4.1.3</oid>
</dfKBytesTotal>
<dfKBytesUsed>
<name>Used (Kbytes)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.789.1.5.4.1.4</oid>
</dfKBytesUsed>
<dfKBytesAvail>
<name>Avail (Kbytes)</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.789.1.5.4.1.5</oid>
</dfKBytesAvail>
</fields>
</query>
e. g. We would like to combine the lines of “KByteTotal” (and “KBytesUsed”) for all “FileSys” (= 8 Volumes)
into one Graph with different colors and the GPRINT_values for MIN and MAX in the legend.
One Graph for each “FileSys” we have prepared very well.
Where we can find a “HowTo”? (Did you need further information?)
Thanks for your assistance.