Feature Request: Printer Counter Breakdown by Paper Size (A3, A4) #918
Replies: 5 comments 1 reply
-
Hi @hlebuschek if glpi-agent doesn't report all counters, this is probably because we don't know where to find the data in snmp OIDs for Kyocera printers. This is probably still supported for other printer manufacturers. Can you provide snmpwalk output in the expected format for your printer providing a screenshot of the printer web interface showing effective counters ? This way, I should be able to identify the expected OIDs. |
Beta Was this translation helpful? Give feedback.
-
Hi @g-bougard, Thank you for your response! To be honest, I haven’t seen GLPI providing a breakdown by paper size (A4, A3, or others) for any printer, not just Kyocera. It seems like this feature might not be implemented yet, even for other printer manufacturers. I will collect the snmpwalk output for my Kyocera TASKalfa 3011i printer tomorrow and share it along with a screenshot of the printer web interface showing the counters. Hopefully, this will help identify the correct OIDs. |
Beta Was this translation helpful? Give feedback.
-
I just checked inventory format for pagecounters. It seems only I'll check the walk and will tell you if we can develop such feature. |
Beta Was this translation helpful? Give feedback.
-
I understand that the current inventory format only supports copyblack_a3 and copycolor_a3 counters, and an update to the format might be needed. I appreciate you looking into this. A3 Counter: .1.3.6.1.4.1.1347.42.2.1.1.1.6.1.1 = INTEGER: 54926 Attachments Screenshot of the Printer Web Interface: This shows the "Printed Pages by Paper Size" section with the counters (A3: 54926, A4: 351988, etc.). snmpwalk Output: The full snmpwalk output for the printer. I hope this information helps in evaluating the feasibility of adding support for a breakdown by paper size in GLPI Agent. Let me know if you need any additional details! |
Beta Was this translation helpful? Give feedback.
-
Hi @hlebuschek indeed, with the data you provided I'm able to report all counters to something like:
But this will be useless as indeed more work is required in GLPI itself: it would probably even require a large rewrite as actually page counters are hard-coded as table columns. I'll move this issue as "Ideas" discussion to keep it in mind. You should after that open an entry on the GLPI UserEcho linking the discussion to ask for support of other counters. Of course, you can also contact a GLPI partner to obtain a quotation for such an evolution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently, the GLPI Agent collects printer counters as a total count (e.g., total pages printed). However, I need the ability to collect printer counters with a breakdown by paper size, specifically for A3 and A4 formats. This is critical for my use case as my printing is outsourced to a third-party organization, and they charge based on the paper size. I would like to automate the collection of these counters to streamline billing and monitoring processes.
For example, my printer (Kyocera TASKalfa 3011i, as shown in the attached screenshots) provides counters for A3, A4, and other paper sizes separately via its web interface. However, GLPI Agent only collects the total counter (e.g., 407852 total pages in one screenshot and 407731 in another).
Feature Request
Environment
Screenshots
[Attached screenshot of the graph]
[Attached screenshot of the web interface]
Additional Context
My printing operations are managed by a third-party organization, and they charge based on the paper size (e.g., A3 and A4). Having an automated breakdown by paper size in GLPI Agent would significantly improve the accuracy of billing and usage monitoring. This feature would be highly beneficial for users with similar outsourced printing setups.
Thank you for considering this request!
Beta Was this translation helpful? Give feedback.
All reactions