File tree 4 files changed +47
-1
lines changed 4 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
22
## 0.27.0 / 2025-01-03
2
23
BREAKING CHANGES:
3
24
Original file line number Diff line number Diff line change 1
- 0.27 .0
1
+ 0.28 .0
Original file line number Diff line number Diff line change @@ -602,6 +602,8 @@ modules:
602
602
- prtAlertCriticalEvents
603
603
- prtAlertAllEvents
604
604
- prtCoverStatus
605
+ - prtMarkerLifeCount
606
+ - prtMarkerPowerOnCount
605
607
- prtMarkerSuppliesDescription
606
608
- prtMarkerSuppliesLevel
607
609
- prtMarkerSuppliesMaxCapacity
Original file line number Diff line number Diff line change @@ -35008,6 +35008,8 @@ modules:
35008
35008
value. - 1.3.6.1.4.1.935.1.1.1.9.2.4
35009
35009
printer_mib:
35010
35010
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
35011
35013
- 1.3.6.1.2.1.43.11.1.1.5
35012
35014
- 1.3.6.1.2.1.43.11.1.1.6
35013
35015
- 1.3.6.1.2.1.43.11.1.1.8
@@ -35020,6 +35022,27 @@ modules:
35020
35022
- 1.3.6.1.2.1.43.5.1.1.3
35021
35023
- 1.3.6.1.2.1.43.6.1.1.3
35022
35024
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
35023
35046
- name: prtMarkerSuppliesType
35024
35047
oid: 1.3.6.1.2.1.43.11.1.1.5
35025
35048
type: gauge
You can’t perform that action at this time.
0 commit comments