get printer pages counter with snmp templates

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
partyboy
Posts: 1
Joined: Thu Dec 18, 2003 10:11 am

get printer pages counter with snmp templates

Post by partyboy »

okay got a simple graph with getting printed pages from a printer with snmp enabled.

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>
i'm not sure if i understand the xml schema right.
perhaps someone could give me a hint.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests