Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • Professional Edition
    • Discovery, Poller

    Description

      Observium already captures toner levels and total copy count for Konica Minolta printers.

      KM also presents mono/colour counts for printing and copying via SNMP as well, using these OIDs:

      Total Counters:
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.1.0 – Total
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.3.0 – Total Duplex
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.8.0 – Number of Originals
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.9.0 – Number of Prints

      Copy Counters:
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.2.1 – Color
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.1.1 – Black

      Print Counters:
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.2.2 – Color
      1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.1.2 – Black

      We're expected to report each month on colour and mono totals, as well as the combined total (already captured), and it would be great to be able to do this with Observium, rather than needing yet another tool just for one thing.

      Please could Observium capture and graph the various counters, as well as the combined value for mono print+copy and colour print+copy.

      It would be also really useful to have a print summary page, similar to the toner, SLA and device summary pages. This would ideally show each printer as a single row, with a column for each of the copy counts, the combined (calculated) totals, and the grand total.

      Attachments

        Activity

          [OBS-1587] Konica Minolta Printing Counters

          Mike,

           

          I've uploaded an updated version that uses the new counters framework, which came from ./includes/discovery/counter/konica-printer-mib.inc.php

           

          In order to make it work with the API, however, I needed to add a line to the api index.php:

          include("includes/counters.inc.php");

           

          Cheers,

           

          Steven

           

          stevenr Steven Robson added a comment - Mike,   I've uploaded an updated version that uses the new counters framework, which came from ./includes/discovery/counter/konica-printer-mib.inc.php   In order to make it work with the API, however, I needed to add a line to the api index.php: include("includes/counters.inc.php");   Cheers,   Steven  

          NOTE for self:

          Total Counters:
           
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.1.0 – Total
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.3.0 – Total Duplex
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.8.0 – Number of Originals
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.9.0 – Number of Prints
           
          Copy Counters:
          Total
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.2.1 – Full Color
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.1.1 – Black
          LargeSize
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.1.1 – Black
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.2.1 – Full Color
           
          Print Counters:
          Total
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.2.2 – Full Color
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.1.2 – Black
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.4.2 – 2 Color
          Large Size
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.2.2 – Full Color
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.1.2 – Black
           
          Scans/Fax
          Scans Counters
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.0 – Total
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.5.1
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.6.1 – LargeSize
           
          Print Black
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.7.1 – Total
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.12.1 – LargeSize
           
          Print Color
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.11.1 – Total
          Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.13.1 – LargeSize
           
          Fax TX
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.9.1
          Fax RX
          .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.10.1
           
          Total Scans:
          1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.0 – Total
           
          Color Toner: (percentage remaining)
          .1.3.6.1.2.1.43.11.1.1.9.1.1 – Yellow
          .1.3.6.1.2.1.43.11.1.1.9.1.2 – Magenta
          .1.3.6.1.2.1.43.11.1.1.9.1.3 – Cyan
          .1.3.6.1.2.1.43.11.1.1.9.1.4 – Black
          

          landy Mike Stupalov added a comment - NOTE for self: Total Counters:   .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.1.0 – Total .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.3.0 – Total Duplex .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.8.0 – Number of Originals .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.9.0 – Number of Prints   Copy Counters: Total .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.2.1 – Full Color .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.1.1 – Black LargeSize .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.1.1 – Black .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.2.1 – Full Color   Print Counters: Total .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.2.2 – Full Color .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.1.2 – Black .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.5.4.2 – 2 Color Large Size .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.2.2 – Full Color .1.3.6.1.4.1.18334.1.1.1.5.7.2.2.1.7.1.2 – Black   Scans/Fax Scans Counters Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.0 – Total Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.5.1 Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.6.1 – LargeSize   Print Black Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.7.1 – Total Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.12.1 – LargeSize   Print Color Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.11.1 – Total Name/OID: .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.13.1 – LargeSize   Fax TX .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.9.1 Fax RX .1.3.6.1.4.1.18334.1.1.1.5.7.2.3.1.10.1   Total Scans: 1.3.6.1.4.1.18334.1.1.1.5.7.2.1.5.0 – Total   Color Toner: (percentage remaining) .1.3.6.1.2.1.43.11.1.1.9.1.1 – Yellow .1.3.6.1.2.1.43.11.1.1.9.1.2 – Magenta .1.3.6.1.2.1.43.11.1.1.9.1.3 – Cyan .1.3.6.1.2.1.43.11.1.1.9.1.4 – Black

          Adding 

          $config['os'][$os]['mibs'][] = "KONICA-PRINTER-MIB";   to the end of the "$os = "konica-printer";" section, and including the attached file in ./includes/discovery/sensors/konica-printer-mib.inc.php adds the required counters. 

          Konica seem to want payment in order to see the full MIB, but I worked these counters out by cross-referencing some of our printers with their SNMP output. 

          stevenr Steven Robson added a comment - Adding  $config ['os'] [$os] ['mibs'] [] = "KONICA-PRINTER-MIB";   to the end of the "$os = "konica-printer";" section, and including the attached file in ./includes/discovery/sensors/konica-printer-mib.inc.php adds the required counters.  Konica seem to want payment in order to see the full MIB, but I worked these counters out by cross-referencing some of our printers with their SNMP output. 

          People

            landy Mike Stupalov
            stevenr Steven Robson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: