now i would like to do this with an template so i can use this graph on other printers.
now i got stucked on the xml.
Code: Select all
<query>
<name>Get SNMP Interfaces</name>
<description>Queries a host for a list of monitorable interfaces</description>
<oid_index>.1.3.6.1.2.1.43.10.2.1.4.1.1</oid_index>
<fields>
<pagesc>
<name>PagesCount</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.2.1.43.10.2.1.4.1.1</oid>
</pagesc>
<pagesco>
<name>PagesCountOut</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.2.1.43.10.2.1.4.1.1</oid>
</pagesco>
</fields>
</query>
perhaps someone could give me a hint.