@cryptotaxi247 / netdata-1 / commits / 80de5439b

SNMP: brother profile (#20548)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

Fotis Voutsas committed Jun 29, 2025 at 18:09 UTC 80de5439bb14834dc2324df2b46ee70adcc1670d
2 files changed +47 -26
src/go/plugin/go.d/config/go.d/snmp.profiles/default/brother-net-printer.yaml
+46 -25
@@ -1,55 +1,76 @@
1 extends:
2 - brother.yaml
3 -sysobjectid:
4 - - 1.3.6.1.4.1.2435.2.3.9.1
3 +
4 metadata:
5 device:
6 fields:
7 type:
9 - value: "printer"
8 + value: "Printer"
9 +
10 +sysobjectid:
11 + - 1.3.6.1.4.1.2435.2.3.9.1
12 metrics:
13 - MIB: BROTHER-MIB
14 symbol:
15 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.9.0
16 name: brJamPlace
15 - description: Location of jam
16 - unit: "{jam_location}"
17 + description: Location of jam
18 + family: Printer/Jam/Location/Status
19 + unit: "{status}"
20 + mapping:
21 + 0: No Jam
22 + 1: Trays
23 + 2: Inside
24 + 3: Rear
25 + 4: Duplex unit
26 - MIB: BROTHER-MIB
27 symbol:
28 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.1.0
29 name: brToner1Low
21 - description: Black toner status
22 - unit: "{status}"
30 + description: Black toner status
31 + family: Printer/Toner/Black/Status
32 + unit: "{status}"
33 + mapping:
34 + 0: Toner Full
35 + 1: Toner Low
36 + 2: No Toner Cartridge
37 + 3: Toner Empty
38 - MIB: BROTHER-MIB
39 symbol:
40 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.2.0
41 name: brToner2Low
27 - description: Cyan toner status
28 - unit: "{status}"
42 + description: Cyan toner status
43 + family: Printer/Toner/Cyan/Status
44 + unit: "{status}"
45 + mapping:
46 + 0: Toner Ready
47 + 1: Toner Low
48 + 2: No Toner Cartridge
49 + 3: Toner Empty
50 - MIB: BROTHER-MIB
51 symbol:
52 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.3.0
53 name: brToner3Low
33 - description: Magenta toner status
34 - unit: "{status}"
54 + description: Magenta toner status
55 + family: Printer/Toner/Magenta/Status
56 + unit: "{status}"
57 + mapping:
58 + 0: Toner Ready
59 + 1: Toner Low
60 + 2: No Toner Cartridge
61 + 3: Toner Empty
62 - MIB: BROTHER-MIB
63 symbol:
64 OID: 1.3.6.1.4.1.2435.2.3.9.1.1.2.10.4.0
65 name: brToner4Low
39 - description: Yellow toner status
40 - unit: "{status}"
41 - - MIB: BROTHER-MIB
42 - table:
43 - name: brErrorHistoryTable
44 - OID: 1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.51.2
45 - symbols:
46 - - name: brErrorHistory
47 - constant_value_one: true
48 - metric_tags:
49 - - symbol:
50 - OID: 1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.51.2.1.2
51 - name: brErrorHistoryDescription
52 - tag: br_error_history_description
66 + description: Yellow toner status
67 + family: Printer/Toner/Yellow/Status
68 + unit: "{status}"
69 + mapping:
70 + 0: Toner Ready
71 + 1: Toner Low
72 + 2: No Toner Cartridge
73 + 3: Toner Empty
74 metric_tags:
75 - OID: 1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0
76 symbol: brInfoSerialNumber
src/go/plugin/go.d/config/go.d/snmp.profiles/default/brother.yaml
+1 -1
@@ -5,4 +5,4 @@ metadata:
5 device:
6 fields:
7 vendor:
8 - value: "brother"
8 + value: "Brother"