Skip to content

Commit 0d9c3b4

Browse files
committed
Merge branch 'main' into web-external-url
2 parents 54fbbbf + 9f9547f commit 0d9c3b4

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.28.0 / 2025-05-07
2+
3+
BREAKING CHANGES:
4+
5+
In this version of the exporter the sysUpTime metric has been removed from the if_mib module and
6+
is now part of the new system module, along with other useful system related metrics.
7+
Please update your scrape definitions to include the system module if you need sysUpTime.
8+
9+
* [ENHANCEMENT] allow module-qualified labels in generator #1333
10+
* [ENHANCEMENT] add healthcheck endpoint #1358
11+
* [ENHANCEMENT] Override Metric Name in Generator #1341
12+
* [BUGFIX] cleanup docker container after running #1330
13+
14+
snmp.yml changes:
15+
* moved system related oids to the new system module #1334
16+
* add UBNT AirOS module, DLink and Eltex MES #1344
17+
* add JunOS module #1348
18+
* enhancements on the hrStorage module, cleanup unused lookups for mikrotik module #1349
19+
* update JunOS module and add Juniper Optics (DOM) module #1351
20+
* added page counters to the printer module #1353
21+
122
## 0.27.0 / 2025-01-03
223
BREAKING CHANGES:
324

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.28.0

generator/generator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,8 @@ modules:
602602
- prtAlertCriticalEvents
603603
- prtAlertAllEvents
604604
- prtCoverStatus
605+
- prtMarkerLifeCount
606+
- prtMarkerPowerOnCount
605607
- prtMarkerSuppliesDescription
606608
- prtMarkerSuppliesLevel
607609
- prtMarkerSuppliesMaxCapacity

snmp.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35008,6 +35008,8 @@ modules:
3500835008
value. - 1.3.6.1.4.1.935.1.1.1.9.2.4
3500935009
printer_mib:
3501035010
walk:
35011+
- 1.3.6.1.2.1.43.10.2.1.4
35012+
- 1.3.6.1.2.1.43.10.2.1.5
3501135013
- 1.3.6.1.2.1.43.11.1.1.5
3501235014
- 1.3.6.1.2.1.43.11.1.1.6
3501335015
- 1.3.6.1.2.1.43.11.1.1.8
@@ -35020,6 +35022,27 @@ modules:
3502035022
- 1.3.6.1.2.1.43.5.1.1.3
3502135023
- 1.3.6.1.2.1.43.6.1.1.3
3502235024
metrics:
35025+
- name: prtMarkerLifeCount
35026+
oid: 1.3.6.1.2.1.43.10.2.1.4
35027+
type: counter
35028+
help: The count of the number of units of measure counted during the life of
35029+
printer using units of measure as specified by prtMarkerCounterUnit - 1.3.6.1.2.1.43.10.2.1.4
35030+
indexes:
35031+
- labelname: hrDeviceIndex
35032+
type: gauge
35033+
- labelname: prtMarkerIndex
35034+
type: gauge
35035+
- name: prtMarkerPowerOnCount
35036+
oid: 1.3.6.1.2.1.43.10.2.1.5
35037+
type: counter
35038+
help: The count of the number of units of measure counted since the equipment
35039+
was most recently powered on using units of measure as specified by prtMarkerCounterUnit.
35040+
- 1.3.6.1.2.1.43.10.2.1.5
35041+
indexes:
35042+
- labelname: hrDeviceIndex
35043+
type: gauge
35044+
- labelname: prtMarkerIndex
35045+
type: gauge
3502335046
- name: prtMarkerSuppliesType
3502435047
oid: 1.3.6.1.2.1.43.11.1.1.5
3502535048
type: gauge

0 commit comments

Comments
 (0)