Skip to content

Commit

Permalink
Merge pull request #1353 from eflumerf/main
Browse files Browse the repository at this point in the history
Add Printer pages counters
  • Loading branch information
bastischubert authored Feb 6, 2025
2 parents cf200d0 + 79ea3b4 commit be3dcf7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,8 @@ modules:
- prtAlertCriticalEvents
- prtAlertAllEvents
- prtCoverStatus
- prtMarkerLifeCount
- prtMarkerPowerOnCount
- prtMarkerSuppliesDescription
- prtMarkerSuppliesLevel
- prtMarkerSuppliesMaxCapacity
Expand Down
23 changes: 23 additions & 0 deletions snmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35008,6 +35008,8 @@ modules:
value. - 1.3.6.1.4.1.935.1.1.1.9.2.4
printer_mib:
walk:
- 1.3.6.1.2.1.43.10.2.1.4
- 1.3.6.1.2.1.43.10.2.1.5
- 1.3.6.1.2.1.43.11.1.1.5
- 1.3.6.1.2.1.43.11.1.1.6
- 1.3.6.1.2.1.43.11.1.1.8
Expand All @@ -35020,6 +35022,27 @@ modules:
- 1.3.6.1.2.1.43.5.1.1.3
- 1.3.6.1.2.1.43.6.1.1.3
metrics:
- name: prtMarkerLifeCount
oid: 1.3.6.1.2.1.43.10.2.1.4
type: counter
help: The count of the number of units of measure counted during the life of
printer using units of measure as specified by prtMarkerCounterUnit - 1.3.6.1.2.1.43.10.2.1.4
indexes:
- labelname: hrDeviceIndex
type: gauge
- labelname: prtMarkerIndex
type: gauge
- name: prtMarkerPowerOnCount
oid: 1.3.6.1.2.1.43.10.2.1.5
type: counter
help: The count of the number of units of measure counted since the equipment
was most recently powered on using units of measure as specified by prtMarkerCounterUnit.
- 1.3.6.1.2.1.43.10.2.1.5
indexes:
- labelname: hrDeviceIndex
type: gauge
- labelname: prtMarkerIndex
type: gauge
- name: prtMarkerSuppliesType
oid: 1.3.6.1.2.1.43.11.1.1.5
type: gauge
Expand Down

0 comments on commit be3dcf7

Please sign in to comment.