Skip to content

Commit

Permalink
Merge branch 'main' into web-external-url
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilt committed Feb 19, 2025
2 parents 54fbbbf + 9f9547f commit 0d9c3b4
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.28.0 / 2025-05-07

BREAKING CHANGES:

In this version of the exporter the sysUpTime metric has been removed from the if_mib module and
is now part of the new system module, along with other useful system related metrics.
Please update your scrape definitions to include the system module if you need sysUpTime.

* [ENHANCEMENT] allow module-qualified labels in generator #1333
* [ENHANCEMENT] add healthcheck endpoint #1358
* [ENHANCEMENT] Override Metric Name in Generator #1341
* [BUGFIX] cleanup docker container after running #1330

snmp.yml changes:
* moved system related oids to the new system module #1334
* add UBNT AirOS module, DLink and Eltex MES #1344
* add JunOS module #1348
* enhancements on the hrStorage module, cleanup unused lookups for mikrotik module #1349
* update JunOS module and add Juniper Optics (DOM) module #1351
* added page counters to the printer module #1353

## 0.27.0 / 2025-01-03
BREAKING CHANGES:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.28.0
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 0d9c3b4

Please # to comment.