@cryptotaxi247 / netdata / commits / ef566d957

SNMP: avtech Profiles (#20535)

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

Fotis Voutsas committed Jun 29, 2025 at 22:10 UTC ef566d957599c3295b508f93c190071ad162fa95
5 files changed +654 -616
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-if.yaml
+17 -17
@@ -7,7 +7,7 @@ metrics:
7 OID: 1.3.6.1.2.1.2.1.0
8 name: ifNumber
9 description: Number of network interfaces regardless of their current state present on this system
10 - family: Interfaces/Count
10 + family: Interfaces/Total
11 unit: "{interface}"
12 - MIB: IF-MIB
13 table:
@@ -17,27 +17,27 @@ metrics:
17 - OID: 1.3.6.1.2.1.2.2.1.14
18 name: ifInErrors
19 description: Number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol
20 - family: Interfaces/Errors
20 + family: Interfaces/Error/In
21 unit: "{error}/s"
22 - OID: 1.3.6.1.2.1.2.2.1.20
23 name: ifOutErrors
24 description: Number of outbound packets that could not be transmitted because of errors
25 - family: Interfaces/Errors
25 + family: Interfaces/Error/Out
26 unit: "{error}/s"
27 - OID: 1.3.6.1.2.1.2.2.1.13
28 name: ifInDiscards
29 description: Number of inbound packets chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol
30 - family: Interfaces/Discards
30 + family: Interfaces/Discard/In
31 unit: "{discard}/s"
32 - OID: 1.3.6.1.2.1.2.2.1.19
33 name: ifOutDiscards
34 description: Number of outbound packets chosen to be discarded even though no errors had been detected to prevent their being transmitted
35 - family: Interfaces/Discards
35 + family: Interfaces/Discard/Out
36 unit: "{discard}/s"
37 - OID: 1.3.6.1.2.1.2.2.1.7
38 name: ifAdminStatus
39 description: Current administrative state of the interface
40 - family: Interfaces/Status
40 + family: Interfaces/Admin/Status
41 unit: "{status}"
42 mapping:
43 1: up
@@ -46,7 +46,7 @@ metrics:
46 - OID: 1.3.6.1.2.1.2.2.1.8
47 name: ifOperStatus
48 description: Current operational state of the interface
49 - family: Interfaces/Status
49 + family: Interfaces/Operational/Status
50 unit: "{status}"
51 mapping:
52 1: up
@@ -79,44 +79,44 @@ metrics:
79 - OID: 1.3.6.1.2.1.31.1.1.1.6
80 name: ifHCInOctets
81 description: Total number of octets received on the interface including framing characters
82 - family: Interfaces/Traffic
83 - scale_factor: 8 # octets => bits
82 + family: Interfaces/Traffic/In
83 unit: "bit/s"
84 + scale_factor: 8 # octets => bits
85 - OID: 1.3.6.1.2.1.31.1.1.1.10
86 name: ifHCOutOctets
87 description: Total number of octets transmitted out of the interface including framing characters
88 - family: Interfaces/Traffic
89 - scale_factor: 8 # octets => bits
88 + family: Interfaces/Traffic/Out
89 unit: "bit/s"
90 + scale_factor: 8 # octets => bits
91 - OID: 1.3.6.1.2.1.31.1.1.1.7
92 name: ifHCInUcastPkts
93 description: Number of packets delivered by this sub-layer to a higher layer which were not addressed to a multicast or broadcast address
94 - family: Interfaces/Packets/Unicast
94 + family: Interfaces/Packet/Unicast/In
95 unit: "{packet}/s"
96 - OID: 1.3.6.1.2.1.31.1.1.1.8
97 name: ifHCInMulticastPkts
98 description: Number of packets delivered by this sub-layer to a higher layer which were addressed to a multicast address
99 - family: Interfaces/Packets/Multicast
99 + family: Interfaces/Packet/Multicast/In
100 unit: "{packet}/s"
101 - OID: 1.3.6.1.2.1.31.1.1.1.9
102 name: ifHCInBroadcastPkts
103 description: Number of packets delivered by this sub-layer to a higher layer which were addressed to a broadcast address
104 - family: Interfaces/Packets/Broadcast
104 + family: Interfaces/Packet/Broadcast/In
105 unit: "{packet}/s"
106 - OID: 1.3.6.1.2.1.31.1.1.1.11
107 name: ifHCOutUcastPkts
108 description: Total number of packets that higher-level protocols requested be transmitted and which were not addressed to a multicast or broadcast address
109 - family: Interfaces/Packets/Unicast
109 + family: Interfaces/Packet/Unicast/Out
110 unit: "{packet}/s"
111 - OID: 1.3.6.1.2.1.31.1.1.1.12
112 name: ifHCOutMulticastPkts
113 description: Total number of packets that higher-level protocols requested be transmitted and which were addressed to a multicast address
114 - family: Interfaces/Packets/Multicast
114 + family: Interfaces/Packet/Multicast/Out
115 unit: "{packet}/s"
116 - OID: 1.3.6.1.2.1.31.1.1.1.13
117 name: ifHCOutBroadcastPkts
118 description: Total number of packets that higher-level protocols requested be transmitted and which were addressed to a broadcast address
119 - family: Interfaces/Packets/Broadcast
119 + family: Interfaces/Packet/Broadcast/Out
120 unit: "{packet}/s"
121 - OID: 1.3.6.1.2.1.31.1.1.1.15
122 name: ifHighSpeed
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-32s.yaml
+404 -396
@@ -1,424 +1,432 @@
1 -sysobjectid:
2 - - 1.3.6.1.4.1.20916.1.11
1 +extends:
2 + - avtech.yaml
3 +
4 metadata:
5 device:
6 fields:
7 type:
7 - value: "sensor"
8 -extends:
9 - - avtech.yaml
8 + value: "Room Alert Monitor"
9 +
10 +sysobjectid:
11 + - 1.3.6.1.4.1.20916.1.11
12 +
13 metrics:
14 - MIB: ROOMALERT32S-MIB
15 symbol:
16 OID: 1.3.6.1.4.1.20916.1.11.1.1.1.1.0
17 name: roomalert.32s.internal_tempf
15 - description: Internal temperature in degrees Fahrenheit
16 - unit: "degF"
18 + description: Internal temperature
19 + family: Sensor/Internal/Temperature/Value
20 + unit: "degF"
21 - MIB: ROOMALERT32S-MIB
22 symbol:
23 OID: 1.3.6.1.4.1.20916.1.11.1.1.1.2.0
24 name: roomalert.32s.internal_tempc
21 - description: Internal temperature in degrees Celsius
22 - unit: "Cel"
25 + description: Internal temperature
26 + family: Sensor/Internal/Temperature/Value
27 + unit: "Cel"
28 - MIB: ROOMALERT32S-MIB
29 symbol:
30 OID: 1.3.6.1.4.1.20916.1.11.1.1.2.1.0
31 name: roomalert.32s.internal_humidity
27 - description: Internal relative humidity percentage
28 - unit: "%"
29 -# - MIB: ROOMALERT32S-MIB
30 -# symbol:
31 -# OID: 1.3.6.1.4.1.20916.1.11.1.1.3.1.0
32 -# name: roomalert.32s.internal_power
33 -# enum:
34 -# battery: 0
35 -# ac: 1
36 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
37 -# comment in profile until it's fixed)
32 + description: Internal relative humidity percentage
33 + family: Sensor/Internal/Humidity/Value
34 + unit: "%"
35 + # - MIB: ROOMALERT32S-MIB
36 + # symbol:
37 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.3.1.0
38 + # name: roomalert.32s.internal_power
39 + # enum:
40 + # battery: 0
41 + # ac: 1
42 + # TODO: can't find MIB
43 - MIB: ROOMALERT32S-MIB
44 symbol:
45 OID: 1.3.6.1.4.1.20916.1.11.1.1.4.1.0
46 name: roomalert.32s.internal_heat_index
42 - description: Internal heat index in degrees Fahrenheit
43 - unit: "degF"
47 + description: Internal heat index
48 + family: Sensor/Internal/HeatIndex/Value
49 + unit: "degF"
50 - MIB: ROOMALERT32S-MIB
51 symbol:
52 OID: 1.3.6.1.4.1.20916.1.11.1.1.4.2.0
53 name: roomalert.32s.internal_heat_indexC
48 - description: Internal heat index in degrees Celsius
49 - unit: "Cel"
50 - - MIB: ROOMALERT32S-MIB
51 - symbol:
52 - OID: 1.3.6.1.4.1.20916.1.11.1.1.5.1.0
53 - name: roomalert.32s.internal_analog1
54 - description: Internal analog sensor 1 reading
55 - unit: "TBD"
56 - - MIB: ROOMALERT32S-MIB
57 - symbol:
58 - OID: 1.3.6.1.4.1.20916.1.11.1.1.5.2.0
59 - name: roomalert.32s.internal_analog2
60 - description: Internal analog sensor 2 reading
61 - unit: "TBD"
62 - - MIB: ROOMALERT32S-MIB
63 - symbol:
64 - OID: 1.3.6.1.4.1.20916.1.11.1.1.6.1.0
65 - name: roomalert.32s.internal_relay1
66 - description: Internal relay 1 state
67 - unit: "{relay}"
68 - - MIB: ROOMALERT32S-MIB
69 - symbol:
70 - OID: 1.3.6.1.4.1.20916.1.11.1.1.6.2.0
71 - name: roomalert.32s.internal_relay2
72 - description: Internal relay 2 state
73 - unit: "{relay}"
74 - - MIB: ROOMALERT32S-MIB
75 - symbol:
76 - OID: 1.3.6.1.4.1.20916.1.11.1.1.7.1.0
77 - name: roomalert.32s.internal_dew_point_c
78 - description: Internal dew point in degrees Celsius
79 - unit: "Cel"
80 - - MIB: ROOMALERT32S-MIB
81 - symbol:
82 - OID: 1.3.6.1.4.1.20916.1.11.1.1.7.2.0
83 - name: roomalert.32s.internal_dew_point_f
84 - description: Internal dew point in degrees Fahrenheit
85 - unit: "degF"
86 - - MIB: ROOMALERT32S-MIB
87 - symbol:
88 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.1.0
89 - name: roomalert.32s.digital_sen1_1
90 - description: Digital sensor 1 channel 1 state
91 - unit: "{sensor}"
92 - - MIB: ROOMALERT32S-MIB
93 - symbol:
94 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.2.0
95 - name: roomalert.32s.digital_sen1_2
96 - description: Digital sensor 1 channel 2 state
97 - unit: "{sensor}"
98 - - MIB: ROOMALERT32S-MIB
99 - symbol:
100 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.3.0
101 - name: roomalert.32s.digital_sen1_3
102 - description: Digital sensor 1 channel 3 state
103 - unit: "{sensor}"
104 - - MIB: ROOMALERT32S-MIB
105 - symbol:
106 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.4.0
107 - name: roomalert.32s.digital_sen1_4
108 - description: Digital sensor 1 channel 4 state
109 - unit: "{sensor}"
110 - - MIB: ROOMALERT32S-MIB
111 - symbol:
112 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.5.0
113 - name: roomalert.32s.digital_sen1_5
114 - description: Digital sensor 1 channel 5 state
115 - unit: "{sensor}"
116 - - MIB: ROOMALERT32S-MIB
117 - symbol:
118 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.6.0
119 - name: roomalert.32s.digital_sen1_6
120 - description: Digital sensor 1 channel 6 state
121 - unit: "{sensor}"
122 - - MIB: ROOMALERT32S-MIB
123 - symbol:
124 - OID: 1.3.6.1.4.1.20916.1.11.1.2.1.7.0
125 - name: roomalert.32s.digital_sen1_7
126 - description: Digital sensor 1 channel 7 state
127 - unit: "{sensor}"
128 - - MIB: ROOMALERT32S-MIB
129 - symbol:
130 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.1.0
131 - name: roomalert.32s.digital_sen2_1
132 - description: Digital sensor 2 channel 1 state
133 - unit: "{sensor}"
134 - - MIB: ROOMALERT32S-MIB
135 - symbol:
136 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.2.0
137 - name: roomalert.32s.digital_sen2_2
138 - description: Digital sensor 2 channel 2 state
139 - unit: "{sensor}"
140 - - MIB: ROOMALERT32S-MIB
141 - symbol:
142 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.3.0
143 - name: roomalert.32s.digital_sen2_3
144 - description: Digital sensor 2 channel 3 state
145 - unit: "{sensor}"
146 - - MIB: ROOMALERT32S-MIB
147 - symbol:
148 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.4.0
149 - name: roomalert.32s.digital_sen2_4
150 - description: Digital sensor 2 channel 4 state
151 - unit: "{sensor}"
152 - - MIB: ROOMALERT32S-MIB
153 - symbol:
154 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.5.0
155 - name: roomalert.32s.digital_sen2_5
156 - description: Digital sensor 2 channel 5 state
157 - unit: "{sensor}"
158 - - MIB: ROOMALERT32S-MIB
159 - symbol:
160 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.6.0
161 - name: roomalert.32s.digital_sen2_6
162 - description: Digital sensor 2 channel 6 state
163 - unit: "{sensor}"
164 - - MIB: ROOMALERT32S-MIB
165 - symbol:
166 - OID: 1.3.6.1.4.1.20916.1.11.1.2.2.7.0
167 - name: roomalert.32s.digital_sen2_7
168 - description: Digital sensor 2 channel 7 state
169 - unit: "{sensor}"
170 - - MIB: ROOMALERT32S-MIB
171 - symbol:
172 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.1.0
173 - name: roomalert.32s.digital_sen3_1
174 - description: Digital sensor 3 channel 1 state
175 - unit: "{sensor}"
176 - - MIB: ROOMALERT32S-MIB
177 - symbol:
178 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.2.0
179 - name: roomalert.32s.digital_sen3_2
180 - description: Digital sensor 3 channel 2 state
181 - unit: "{sensor}"
182 - - MIB: ROOMALERT32S-MIB
183 - symbol:
184 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.3.0
185 - name: roomalert.32s.digital_sen3_3
186 - description: Digital sensor 3 channel 3 state
187 - unit: "{sensor}"
188 - - MIB: ROOMALERT32S-MIB
189 - symbol:
190 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.4.0
191 - name: roomalert.32s.digital_sen3_4
192 - description: Digital sensor 3 channel 4 state
193 - unit: "{sensor}"
194 - - MIB: ROOMALERT32S-MIB
195 - symbol:
196 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.5.0
197 - name: roomalert.32s.digital_sen3_5
198 - description: Digital sensor 3 channel 5 state
199 - unit: "{sensor}"
200 - - MIB: ROOMALERT32S-MIB
201 - symbol:
202 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.6.0
203 - name: roomalert.32s.digital_sen3_6
204 - description: Digital sensor 3 channel 6 state
205 - unit: "{sensor}"
206 - - MIB: ROOMALERT32S-MIB
207 - symbol:
208 - OID: 1.3.6.1.4.1.20916.1.11.1.2.3.7.0
209 - name: roomalert.32s.digital_sen3_7
210 - description: Digital sensor 3 channel 7 state
211 - unit: "{sensor}"
212 - - MIB: ROOMALERT32S-MIB
213 - symbol:
214 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.1.0
215 - name: roomalert.32s.digital_sen4_1
216 - description: Digital sensor 4 channel 1 state
217 - unit: "{sensor}"
218 - - MIB: ROOMALERT32S-MIB
219 - symbol:
220 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.2.0
221 - name: roomalert.32s.digital_sen4_2
222 - description: Digital sensor 4 channel 2 state
223 - unit: "{sensor}"
224 - - MIB: ROOMALERT32S-MIB
225 - symbol:
226 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.3.0
227 - name: roomalert.32s.digital_sen4_3
228 - description: Digital sensor 4 channel 3 state
229 - unit: "{sensor}"
230 - - MIB: ROOMALERT32S-MIB
231 - symbol:
232 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.4.0
233 - name: roomalert.32s.digital_sen4_4
234 - description: Digital sensor 4 channel 4 state
235 - unit: "{sensor}"
236 - - MIB: ROOMALERT32S-MIB
237 - symbol:
238 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.5.0
239 - name: roomalert.32s.digital_sen4_5
240 - description: Digital sensor 4 channel 5 state
241 - unit: "{sensor}"
242 - - MIB: ROOMALERT32S-MIB
243 - symbol:
244 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.6.0
245 - name: roomalert.32s.digital_sen4_6
246 - description: Digital sensor 4 channel 6 state
247 - unit: "{sensor}"
248 - - MIB: ROOMALERT32S-MIB
249 - symbol:
250 - OID: 1.3.6.1.4.1.20916.1.11.1.2.4.7.0
251 - name: roomalert.32s.digital_sen4_7
252 - description: Digital sensor 4 channel 7 state
253 - unit: "{sensor}"
254 - - MIB: ROOMALERT32S-MIB
255 - symbol:
256 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.1.0
257 - name: roomalert.32s.digital_sen5_1
258 - description: Digital sensor 5 channel 1 state
259 - unit: "{sensor}"
260 - - MIB: ROOMALERT32S-MIB
261 - symbol:
262 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.2.0
263 - name: roomalert.32s.digital_sen5_2
264 - description: Digital sensor 5 channel 2 state
265 - unit: "{sensor}"
266 - - MIB: ROOMALERT32S-MIB
267 - symbol:
268 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.3.0
269 - name: roomalert.32s.digital_sen5_3
270 - description: Digital sensor 5 channel 3 state
271 - unit: "{sensor}"
272 - - MIB: ROOMALERT32S-MIB
273 - symbol:
274 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.4.0
275 - name: roomalert.32s.digital_sen5_4
276 - description: Digital sensor 5 channel 4 state
277 - unit: "{sensor}"
278 - - MIB: ROOMALERT32S-MIB
279 - symbol:
280 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.5.0
281 - name: roomalert.32s.digital_sen5_5
282 - description: Digital sensor 5 channel 5 state
283 - unit: "{sensor}"
284 - - MIB: ROOMALERT32S-MIB
285 - symbol:
286 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.6.0
287 - name: roomalert.32s.digital_sen5_6
288 - description: Digital sensor 5 channel 6 state
289 - unit: "{sensor}"
290 - - MIB: ROOMALERT32S-MIB
291 - symbol:
292 - OID: 1.3.6.1.4.1.20916.1.11.1.2.5.7.0
293 - name: roomalert.32s.digital_sen5_7
294 - description: Digital sensor 5 channel 7 state
295 - unit: "{sensor}"
296 - - MIB: ROOMALERT32S-MIB
297 - symbol:
298 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.1.0
299 - name: roomalert.32s.digital_sen6_1
300 - description: Digital sensor 6 channel 1 state
301 - unit: "{sensor}"
302 - - MIB: ROOMALERT32S-MIB
303 - symbol:
304 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.2.0
305 - name: roomalert.32s.digital_sen6_2
306 - description: Digital sensor 6 channel 2 state
307 - unit: "{sensor}"
308 - - MIB: ROOMALERT32S-MIB
309 - symbol:
310 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.3.0
311 - name: roomalert.32s.digital_sen6_3
312 - description: Digital sensor 6 channel 3 state
313 - unit: "{sensor}"
314 - - MIB: ROOMALERT32S-MIB
315 - symbol:
316 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.4.0
317 - name: roomalert.32s.digital_sen6_4
318 - description: Digital sensor 6 channel 4 state
319 - unit: "{sensor}"
320 - - MIB: ROOMALERT32S-MIB
321 - symbol:
322 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.5.0
323 - name: roomalert.32s.digital_sen6_5
324 - description: Digital sensor 6 channel 5 state
325 - unit: "{sensor}"
326 - - MIB: ROOMALERT32S-MIB
327 - symbol:
328 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.6.0
329 - name: roomalert.32s.digital_sen6_6
330 - description: Digital sensor 6 channel 6 state
331 - unit: "{sensor}"
332 - - MIB: ROOMALERT32S-MIB
333 - symbol:
334 - OID: 1.3.6.1.4.1.20916.1.11.1.2.6.7.0
335 - name: roomalert.32s.digital_sen6_7
336 - description: Digital sensor 6 channel 7 state
337 - unit: "{sensor}"
338 - - MIB: ROOMALERT32S-MIB
339 - symbol:
340 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.1.0
341 - name: roomalert.32s.digital_sen7_1
342 - description: Digital sensor 7 channel 1 state
343 - unit: "{sensor}"
344 - - MIB: ROOMALERT32S-MIB
345 - symbol:
346 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.2.0
347 - name: roomalert.32s.digital_sen7_2
348 - description: Digital sensor 7 channel 2 state
349 - unit: "{sensor}"
350 - - MIB: ROOMALERT32S-MIB
351 - symbol:
352 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.3.0
353 - name: roomalert.32s.digital_sen7_3
354 - description: Digital sensor 7 channel 3 state
355 - unit: "{sensor}"
356 - - MIB: ROOMALERT32S-MIB
357 - symbol:
358 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.4.0
359 - name: roomalert.32s.digital_sen7_4
360 - description: Digital sensor 7 channel 4 state
361 - unit: "{sensor}"
362 - - MIB: ROOMALERT32S-MIB
363 - symbol:
364 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.5.0
365 - name: roomalert.32s.digital_sen7_5
366 - description: Digital sensor 7 channel 5 state
367 - unit: "{sensor}"
368 - - MIB: ROOMALERT32S-MIB
369 - symbol:
370 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.6.0
371 - name: roomalert.32s.digital_sen7_6
372 - description: Digital sensor 7 channel 6 state
373 - unit: "{sensor}"
374 - - MIB: ROOMALERT32S-MIB
375 - symbol:
376 - OID: 1.3.6.1.4.1.20916.1.11.1.2.7.7.0
377 - name: roomalert.32s.digital_sen7_7
378 - description: Digital sensor 7 channel 7 state
379 - unit: "{sensor}"
380 - - MIB: ROOMALERT32S-MIB
381 - symbol:
382 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.1.0
383 - name: roomalert.32s.digital_sen8_1
384 - description: Digital sensor 8 channel 1 state
385 - unit: "{sensor}"
386 - - MIB: ROOMALERT32S-MIB
387 - symbol:
388 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.2.0
389 - name: roomalert.32s.digital_sen8_2
390 - description: Digital sensor 8 channel 2 state
391 - unit: "{sensor}"
392 - - MIB: ROOMALERT32S-MIB
393 - symbol:
394 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.3.0
395 - name: roomalert.32s.digital_sen8_3
396 - description: Digital sensor 8 channel 3 state
397 - unit: "{sensor}"
398 - - MIB: ROOMALERT32S-MIB
399 - symbol:
400 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.4.0
401 - name: roomalert.32s.digital_sen8_4
402 - description: Digital sensor 8 channel 4 state
403 - unit: "{sensor}"
404 - - MIB: ROOMALERT32S-MIB
405 - symbol:
406 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.5.0
407 - name: roomalert.32s.digital_sen8_5
408 - description: Digital sensor 8 channel 5 state
409 - unit: "{sensor}"
410 - - MIB: ROOMALERT32S-MIB
411 - symbol:
412 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.6.0
413 - name: roomalert.32s.digital_sen8_6
414 - description: Digital sensor 8 channel 6 state
415 - unit: "{sensor}"
416 - - MIB: ROOMALERT32S-MIB
417 - symbol:
418 - OID: 1.3.6.1.4.1.20916.1.11.1.2.8.7.0
419 - name: roomalert.32s.digital_sen8_7
420 - description: Digital sensor 8 channel 7 state
421 - unit: "{sensor}"
54 + description: Internal heat index
55 + family: Sensor/Internal/HeatIndex/Value
56 + unit: "Cel"
57 + # TODO, can't find MIB, so can't fill in descriptions and know what each metric is
58 + # - MIB: ROOMALERT32S-MIB
59 + # symbol:
60 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.5.1.0
61 + # name: roomalert.32s.internal_analog1
62 + # description: Internal analog sensor 1 reading
63 + # unit: "TBD"
64 + # - MIB: ROOMALERT32S-MIB
65 + # symbol:
66 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.5.2.0
67 + # name: roomalert.32s.internal_analog2
68 + # description: Internal analog sensor 2 reading
69 + # unit: "TBD"
70 + # - MIB: ROOMALERT32S-MIB
71 + # symbol:
72 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.6.1.0
73 + # name: roomalert.32s.internal_relay1
74 + # description: Internal relay 1 state
75 + # unit: "{relay}"
76 + # - MIB: ROOMALERT32S-MIB
77 + # symbol:
78 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.6.2.0
79 + # name: roomalert.32s.internal_relay2
80 + # description: Internal relay 2 state
81 + # unit: "{relay}"
82 + # - MIB: ROOMALERT32S-MIB
83 + # symbol:
84 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.7.1.0
85 + # name: roomalert.32s.internal_dew_point_c
86 + # description: Internal dew point in degrees Celsius
87 + # unit: "Cel"
88 + # - MIB: ROOMALERT32S-MIB
89 + # symbol:
90 + # OID: 1.3.6.1.4.1.20916.1.11.1.1.7.2.0
91 + # name: roomalert.32s.internal_dew_point_f
92 + # description: Internal dew point in degrees Fahrenheit
93 + # unit: "degF"
94 + # - MIB: ROOMALERT32S-MIB
95 + # symbol:
96 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.1.0
97 + # name: roomalert.32s.digital_sen1_1
98 + # description: Digital sensor 1 channel 1 state
99 + # unit: "{sensor}"
100 + # - MIB: ROOMALERT32S-MIB
101 + # symbol:
102 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.2.0
103 + # name: roomalert.32s.digital_sen1_2
104 + # description: Digital sensor 1 channel 2 state
105 + # unit: "{sensor}"
106 + # - MIB: ROOMALERT32S-MIB
107 + # symbol:
108 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.3.0
109 + # name: roomalert.32s.digital_sen1_3
110 + # description: Digital sensor 1 channel 3 state
111 + # unit: "{sensor}"
112 + # - MIB: ROOMALERT32S-MIB
113 + # symbol:
114 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.4.0
115 + # name: roomalert.32s.digital_sen1_4
116 + # description: Digital sensor 1 channel 4 state
117 + # unit: "{sensor}"
118 + # - MIB: ROOMALERT32S-MIB
119 + # symbol:
120 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.5.0
121 + # name: roomalert.32s.digital_sen1_5
122 + # description: Digital sensor 1 channel 5 state
123 + # unit: "{sensor}"
124 + # - MIB: ROOMALERT32S-MIB
125 + # symbol:
126 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.6.0
127 + # name: roomalert.32s.digital_sen1_6
128 + # description: Digital sensor 1 channel 6 state
129 + # unit: "{sensor}"
130 + # - MIB: ROOMALERT32S-MIB
131 + # symbol:
132 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.1.7.0
133 + # name: roomalert.32s.digital_sen1_7
134 + # description: Digital sensor 1 channel 7 state
135 + # unit: "{sensor}"
136 + # - MIB: ROOMALERT32S-MIB
137 + # symbol:
138 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.1.0
139 + # name: roomalert.32s.digital_sen2_1
140 + # description: Digital sensor 2 channel 1 state
141 + # unit: "{sensor}"
142 + # - MIB: ROOMALERT32S-MIB
143 + # symbol:
144 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.2.0
145 + # name: roomalert.32s.digital_sen2_2
146 + # description: Digital sensor 2 channel 2 state
147 + # unit: "{sensor}"
148 + # - MIB: ROOMALERT32S-MIB
149 + # symbol:
150 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.3.0
151 + # name: roomalert.32s.digital_sen2_3
152 + # description: Digital sensor 2 channel 3 state
153 + # unit: "{sensor}"
154 + # - MIB: ROOMALERT32S-MIB
155 + # symbol:
156 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.4.0
157 + # name: roomalert.32s.digital_sen2_4
158 + # description: Digital sensor 2 channel 4 state
159 + # unit: "{sensor}"
160 + # - MIB: ROOMALERT32S-MIB
161 + # symbol:
162 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.5.0
163 + # name: roomalert.32s.digital_sen2_5
164 + # description: Digital sensor 2 channel 5 state
165 + # unit: "{sensor}"
166 + # - MIB: ROOMALERT32S-MIB
167 + # symbol:
168 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.6.0
169 + # name: roomalert.32s.digital_sen2_6
170 + # description: Digital sensor 2 channel 6 state
171 + # unit: "{sensor}"
172 + # - MIB: ROOMALERT32S-MIB
173 + # symbol:
174 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.2.7.0
175 + # name: roomalert.32s.digital_sen2_7
176 + # description: Digital sensor 2 channel 7 state
177 + # unit: "{sensor}"
178 + # - MIB: ROOMALERT32S-MIB
179 + # symbol:
180 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.1.0
181 + # name: roomalert.32s.digital_sen3_1
182 + # description: Digital sensor 3 channel 1 state
183 + # unit: "{sensor}"
184 + # - MIB: ROOMALERT32S-MIB
185 + # symbol:
186 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.2.0
187 + # name: roomalert.32s.digital_sen3_2
188 + # description: Digital sensor 3 channel 2 state
189 + # unit: "{sensor}"
190 + # - MIB: ROOMALERT32S-MIB
191 + # symbol:
192 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.3.0
193 + # name: roomalert.32s.digital_sen3_3
194 + # description: Digital sensor 3 channel 3 state
195 + # unit: "{sensor}"
196 + # - MIB: ROOMALERT32S-MIB
197 + # symbol:
198 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.4.0
199 + # name: roomalert.32s.digital_sen3_4
200 + # description: Digital sensor 3 channel 4 state
201 + # unit: "{sensor}"
202 + # - MIB: ROOMALERT32S-MIB
203 + # symbol:
204 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.5.0
205 + # name: roomalert.32s.digital_sen3_5
206 + # description: Digital sensor 3 channel 5 state
207 + # unit: "{sensor}"
208 + # - MIB: ROOMALERT32S-MIB
209 + # symbol:
210 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.6.0
211 + # name: roomalert.32s.digital_sen3_6
212 + # description: Digital sensor 3 channel 6 state
213 + # unit: "{sensor}"
214 + # - MIB: ROOMALERT32S-MIB
215 + # symbol:
216 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.3.7.0
217 + # name: roomalert.32s.digital_sen3_7
218 + # description: Digital sensor 3 channel 7 state
219 + # unit: "{sensor}"
220 + # - MIB: ROOMALERT32S-MIB
221 + # symbol:
222 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.1.0
223 + # name: roomalert.32s.digital_sen4_1
224 + # description: Digital sensor 4 channel 1 state
225 + # unit: "{sensor}"
226 + # - MIB: ROOMALERT32S-MIB
227 + # symbol:
228 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.2.0
229 + # name: roomalert.32s.digital_sen4_2
230 + # description: Digital sensor 4 channel 2 state
231 + # unit: "{sensor}"
232 + # - MIB: ROOMALERT32S-MIB
233 + # symbol:
234 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.3.0
235 + # name: roomalert.32s.digital_sen4_3
236 + # description: Digital sensor 4 channel 3 state
237 + # unit: "{sensor}"
238 + # - MIB: ROOMALERT32S-MIB
239 + # symbol:
240 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.4.0
241 + # name: roomalert.32s.digital_sen4_4
242 + # description: Digital sensor 4 channel 4 state
243 + # unit: "{sensor}"
244 + # - MIB: ROOMALERT32S-MIB
245 + # symbol:
246 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.5.0
247 + # name: roomalert.32s.digital_sen4_5
248 + # description: Digital sensor 4 channel 5 state
249 + # unit: "{sensor}"
250 + # - MIB: ROOMALERT32S-MIB
251 + # symbol:
252 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.6.0
253 + # name: roomalert.32s.digital_sen4_6
254 + # description: Digital sensor 4 channel 6 state
255 + # unit: "{sensor}"
256 + # - MIB: ROOMALERT32S-MIB
257 + # symbol:
258 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.4.7.0
259 + # name: roomalert.32s.digital_sen4_7
260 + # description: Digital sensor 4 channel 7 state
261 + # unit: "{sensor}"
262 + # - MIB: ROOMALERT32S-MIB
263 + # symbol:
264 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.1.0
265 + # name: roomalert.32s.digital_sen5_1
266 + # description: Digital sensor 5 channel 1 state
267 + # unit: "{sensor}"
268 + # - MIB: ROOMALERT32S-MIB
269 + # symbol:
270 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.2.0
271 + # name: roomalert.32s.digital_sen5_2
272 + # description: Digital sensor 5 channel 2 state
273 + # unit: "{sensor}"
274 + # - MIB: ROOMALERT32S-MIB
275 + # symbol:
276 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.3.0
277 + # name: roomalert.32s.digital_sen5_3
278 + # description: Digital sensor 5 channel 3 state
279 + # unit: "{sensor}"
280 + # - MIB: ROOMALERT32S-MIB
281 + # symbol:
282 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.4.0
283 + # name: roomalert.32s.digital_sen5_4
284 + # description: Digital sensor 5 channel 4 state
285 + # unit: "{sensor}"
286 + # - MIB: ROOMALERT32S-MIB
287 + # symbol:
288 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.5.0
289 + # name: roomalert.32s.digital_sen5_5
290 + # description: Digital sensor 5 channel 5 state
291 + # unit: "{sensor}"
292 + # - MIB: ROOMALERT32S-MIB
293 + # symbol:
294 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.6.0
295 + # name: roomalert.32s.digital_sen5_6
296 + # description: Digital sensor 5 channel 6 state
297 + # unit: "{sensor}"
298 + # - MIB: ROOMALERT32S-MIB
299 + # symbol:
300 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.5.7.0
301 + # name: roomalert.32s.digital_sen5_7
302 + # description: Digital sensor 5 channel 7 state
303 + # unit: "{sensor}"
304 + # - MIB: ROOMALERT32S-MIB
305 + # symbol:
306 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.1.0
307 + # name: roomalert.32s.digital_sen6_1
308 + # description: Digital sensor 6 channel 1 state
309 + # unit: "{sensor}"
310 + # - MIB: ROOMALERT32S-MIB
311 + # symbol:
312 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.2.0
313 + # name: roomalert.32s.digital_sen6_2
314 + # description: Digital sensor 6 channel 2 state
315 + # unit: "{sensor}"
316 + # - MIB: ROOMALERT32S-MIB
317 + # symbol:
318 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.3.0
319 + # name: roomalert.32s.digital_sen6_3
320 + # description: Digital sensor 6 channel 3 state
321 + # unit: "{sensor}"
322 + # - MIB: ROOMALERT32S-MIB
323 + # symbol:
324 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.4.0
325 + # name: roomalert.32s.digital_sen6_4
326 + # description: Digital sensor 6 channel 4 state
327 + # unit: "{sensor}"
328 + # - MIB: ROOMALERT32S-MIB
329 + # symbol:
330 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.5.0
331 + # name: roomalert.32s.digital_sen6_5
332 + # description: Digital sensor 6 channel 5 state
333 + # unit: "{sensor}"
334 + # - MIB: ROOMALERT32S-MIB
335 + # symbol:
336 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.6.0
337 + # name: roomalert.32s.digital_sen6_6
338 + # description: Digital sensor 6 channel 6 state
339 + # unit: "{sensor}"
340 + # - MIB: ROOMALERT32S-MIB
341 + # symbol:
342 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.6.7.0
343 + # name: roomalert.32s.digital_sen6_7
344 + # description: Digital sensor 6 channel 7 state
345 + # unit: "{sensor}"
346 + # - MIB: ROOMALERT32S-MIB
347 + # symbol:
348 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.1.0
349 + # name: roomalert.32s.digital_sen7_1
350 + # description: Digital sensor 7 channel 1 state
351 + # unit: "{sensor}"
352 + # - MIB: ROOMALERT32S-MIB
353 + # symbol:
354 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.2.0
355 + # name: roomalert.32s.digital_sen7_2
356 + # description: Digital sensor 7 channel 2 state
357 + # unit: "{sensor}"
358 + # - MIB: ROOMALERT32S-MIB
359 + # symbol:
360 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.3.0
361 + # name: roomalert.32s.digital_sen7_3
362 + # description: Digital sensor 7 channel 3 state
363 + # unit: "{sensor}"
364 + # - MIB: ROOMALERT32S-MIB
365 + # symbol:
366 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.4.0
367 + # name: roomalert.32s.digital_sen7_4
368 + # description: Digital sensor 7 channel 4 state
369 + # unit: "{sensor}"
370 + # - MIB: ROOMALERT32S-MIB
371 + # symbol:
372 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.5.0
373 + # name: roomalert.32s.digital_sen7_5
374 + # description: Digital sensor 7 channel 5 state
375 + # unit: "{sensor}"
376 + # - MIB: ROOMALERT32S-MIB
377 + # symbol:
378 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.6.0
379 + # name: roomalert.32s.digital_sen7_6
380 + # description: Digital sensor 7 channel 6 state
381 + # unit: "{sensor}"
382 + # - MIB: ROOMALERT32S-MIB
383 + # symbol:
384 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.7.7.0
385 + # name: roomalert.32s.digital_sen7_7
386 + # description: Digital sensor 7 channel 7 state
387 + # unit: "{sensor}"
388 + # - MIB: ROOMALERT32S-MIB
389 + # symbol:
390 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.1.0
391 + # name: roomalert.32s.digital_sen8_1
392 + # description: Digital sensor 8 channel 1 state
393 + # unit: "{sensor}"
394 + # - MIB: ROOMALERT32S-MIB
395 + # symbol:
396 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.2.0
397 + # name: roomalert.32s.digital_sen8_2
398 + # description: Digital sensor 8 channel 2 state
399 + # unit: "{sensor}"
400 + # - MIB: ROOMALERT32S-MIB
401 + # symbol:
402 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.3.0
403 + # name: roomalert.32s.digital_sen8_3
404 + # description: Digital sensor 8 channel 3 state
405 + # unit: "{sensor}"
406 + # - MIB: ROOMALERT32S-MIB
407 + # symbol:
408 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.4.0
409 + # name: roomalert.32s.digital_sen8_4
410 + # description: Digital sensor 8 channel 4 state
411 + # unit: "{sensor}"
412 + # - MIB: ROOMALERT32S-MIB
413 + # symbol:
414 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.5.0
415 + # name: roomalert.32s.digital_sen8_5
416 + # description: Digital sensor 8 channel 5 state
417 + # unit: "{sensor}"
418 + # - MIB: ROOMALERT32S-MIB
419 + # symbol:
420 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.6.0
421 + # name: roomalert.32s.digital_sen8_6
422 + # description: Digital sensor 8 channel 6 state
423 + # unit: "{sensor}"
424 + # - MIB: ROOMALERT32S-MIB
425 + # symbol:
426 + # OID: 1.3.6.1.4.1.20916.1.11.1.2.8.7.0
427 + # name: roomalert.32s.digital_sen8_7
428 + # description: Digital sensor 8 channel 7 state
429 + # unit: "{sensor}"
430 # - MIB: ROOMALERT32S-MIB
431 # symbol:
432 # OID: 1.3.6.1.4.1.20916.1.11.1.3.1.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-3e.yaml
+130 -111
@@ -1,6 +1,3 @@
1 -sysobjectid:
2 - - 1.3.6.1.4.1.20916.1.9.*
3 -
1 extends:
2 - avtech.yaml
3
@@ -8,146 +5,168 @@ metadata:
5 device:
6 fields:
7 type:
11 - value: "sensor"
8 + value: "Room Alert Monitor"
9 +
10 +sysobjectid:
11 + - 1.3.6.1.4.1.20916.1.9.*
12
13 metrics:
14 - MIB: ROOMALERT3E-MIB
15 symbol:
16 OID: 1.3.6.1.4.1.20916.1.9.1.1.1.1.0
17 name: roomalert.3e.digital_sen1_1
18 - description: The current temperature reading in Celsius of the Internal Temperature Sensor
19 - unit: "Cel"
18 + description: The current temperature reading of the Internal Temperature Sensor
19 + family: Sensor/Internal/Temperature/Value
20 + unit: "Cel"
21 - MIB: ROOMALERT3E-MIB
22 symbol:
23 OID: 1.3.6.1.4.1.20916.1.9.1.1.1.2.0
24 name: roomalert.3e.digital_sen1_2
24 - description: The current temperature reading in Fahrenheit of the Internal Temperature Sensor
25 - unit: "degF"
26 -# - MIB: ROOMALERT3E-MIB
27 -# symbol:
28 -# OID: 1.3.6.1.4.1.20916.1.9.1.1.1.3.0
29 -# name: roomalert.3e.digital_sen1_label
30 -# format: TODO_handle_conversion_to_one
25 + description: The current temperature reading of the Internal Temperature Sensor
26 + family: Sensor/Internal/Temperature/Value
27 + unit: "degF"
28 + # - MIB: ROOMALERT3E-MIB
29 + # symbol:
30 + # OID: 1.3.6.1.4.1.20916.1.9.1.1.1.3.0
31 + # name: roomalert.3e.digital_sen1_label
32 + # format: TODO_handle_conversion_to_one
33 - MIB: ROOMALERT3E-MIB
34 symbol:
35 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.1.0
36 name: roomalert.3e.digital_sen2_1
35 - description: If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Celsius
36 - unit: "Cel"
37 + description: Current temperature
38 + family: Sensor/External/Temperature/Value
39 + unit: "Cel"
40 - MIB: ROOMALERT3E-MIB
41 symbol:
42 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.2.0
43 name: roomalert.3e.digital_sen2_2
41 - description: If this sensor is a Temperature or Temp/Humidity sensor, this value represents the current temperature in Fahrenheit
42 - unit: "degF"
44 + description: Current temperature
45 + family: Sensor/External/Temperature/Value
46 + unit: "degF"
47 - MIB: ROOMALERT3E-MIB
48 symbol:
49 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.3.0
50 name: roomalert.3e.digital_sen2_3
47 - description: If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity
48 - unit: "%"
49 - - MIB: ROOMALERT3E-MIB
50 - symbol:
51 - OID: 1.3.6.1.4.1.20916.1.9.1.1.2.4.0
52 - name: roomalert.3e.digital_sen2_4
53 - description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit
54 - unit: "degF"
51 + description: Current relative humidity
52 + family: Sensor/External/Humidity/Value
53 + unit: "%"
54 - MIB: ROOMALERT3E-MIB
55 symbol:
56 OID: 1.3.6.1.4.1.20916.1.9.1.1.2.5.0
57 name: roomalert.3e.digital_sen2_5
59 - description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius
60 - unit: "Cel"
61 -# - MIB: ROOMALERT3E-MIB
62 -# symbol:
63 -# OID: 1.3.6.1.4.1.20916.1.9.1.1.2.6.0
64 -# name: roomalert.3e.digital_sen2_label
65 -# format: TODO_handle_conversion_to_one
58 + description: Current heat index
59 + family: Sensor/External/HeatIndex/Value
60 + unit: "Cel"
61 - MIB: ROOMALERT3E-MIB
62 symbol:
68 - OID: 1.3.6.1.4.1.20916.1.9.1.1.2.7.0
69 - name: roomalert.3e.digital_sen2_7
70 - description: TBD
71 - unit: "TBD"
72 -# - MIB: ROOMALERT3E-MIB
73 -# symbol:
74 -# OID: 1.3.6.1.4.1.20916.1.9.1.1.2.8.0
75 -# name: roomalert.3e.digital_sen2_label
76 -# format: TODO_handle_conversion_to_one
63 + OID: 1.3.6.1.4.1.20916.1.9.1.1.2.4.0
64 + name: roomalert.3e.digital_sen2_4
65 + description: Current heat index
66 + family: Sensor/External/HeatIndex/Value
67 + unit: "degF"
68 + # - MIB: ROOMALERT3E-MIB
69 + # symbol:
70 + # OID: 1.3.6.1.4.1.20916.1.9.1.1.2.6.0
71 + # name: roomalert.3e.digital_sen2_label
72 + # format: TODO_handle_conversion_to_one
73 + # - MIB: ROOMALERT3E-MIB
74 + # symbol:
75 + # OID: 1.3.6.1.4.1.20916.1.9.1.1.2.7.0
76 + # name: roomalert.3e.digital_sen2_7
77 + # description: TBD
78 + # unit: "TBD"
79 + # TODO, no such OID
80 + # - MIB: ROOMALERT3E-MIB
81 + # symbol:
82 + # OID: 1.3.6.1.4.1.20916.1.9.1.1.2.8.0
83 + # name: roomalert.3e.digital_sen2_label
84 + # format: TODO_handle_conversion_to_one
85 - MIB: ROOMALERT3E-MIB
86 symbol:
87 OID: 1.3.6.1.4.1.20916.1.9.1.2.1.0
88 name: roomalert.3e.switch_sen1
81 - description: The reading for the switch sensor (0 = OPEN, 1 = CLOSED)
82 - unit: "1"
83 -# - MIB: ROOMALERT3E-MIB
84 -# symbol:
85 -# OID: 1.3.6.1.4.1.20916.1.9.1.2.2.0
86 -# name: roomalert.3e.switch_label
87 -# format: TODO_handle_conversion_to_one
88 -# - MIB: ROOMALERT3E-MIB
89 -# symbol:
90 -# OID: 1.3.6.1.4.1.20916.1.9.2.1.0
91 -# name: roomalert.3e.red_led
92 -# enum:
93 -# off: 0
94 -# on: 1
95 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
96 -# comment in profile until it's fixed)
97 -# - MIB: ROOMALERT3E-MIB
98 -# symbol:
99 -# OID: 1.3.6.1.4.1.20916.1.9.2.2.0
100 -# name: roomalert.3e.amber_led
101 -# enum:
102 -# off: 0
103 -# on: 1
104 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
105 -# comment in profile until it's fixed)
106 -# - MIB: ROOMALERT3E-MIB
107 -# symbol:
108 -# OID: 1.3.6.1.4.1.20916.1.9.2.3.0
109 -# name: roomalert.3e.green_led
110 -# enum:
111 -# off: 0
112 -# on: 1
113 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
114 -# comment in profile until it's fixed)
115 -# - MIB: ROOMALERT3E-MIB
116 -# symbol:
117 -# OID: 1.3.6.1.4.1.20916.1.9.2.4.0
118 -# name: roomalert.3e.blue_led
119 -# enum:
120 -# off: 0
121 -# on: 1
122 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
123 -# comment in profile until it's fixed)
124 -# - MIB: ROOMALERT3E-MIB
125 -# symbol:
126 -# OID: 1.3.6.1.4.1.20916.1.9.2.5.0
127 -# name: roomalert.3e.white_led
128 -# enum:
129 -# off: 0
130 -# on: 1
131 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
132 -# comment in profile until it's fixed)
133 -# - MIB: ROOMALERT3E-MIB
134 -# symbol:
135 -# OID: 1.3.6.1.4.1.20916.1.9.2.6.0
136 -# name: roomalert.3e.alarm1
137 -# enum:
138 -# off: 0
139 -# on: 1
140 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
141 -# comment in profile until it's fixed)
142 -# - MIB: ROOMALERT3E-MIB
143 -# symbol:
144 -# OID: 1.3.6.1.4.1.20916.1.9.2.7.0
145 -# name: roomalert.3e.alarm2
146 -# enum:
147 -# off: 0
148 -# on: 1
149 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
150 -# comment in profile until it's fixed)
89 + description: The reading for the switch sensor
90 + family: Sensor/Switch/Status
91 + unit: "{status}"
92 + mapping:
93 + 0: open
94 + 1: closed
95 + # - MIB: ROOMALERT3E-MIB
96 + # symbol:
97 + # OID: 1.3.6.1.4.1.20916.1.9.1.2.2.0
98 + # name: roomalert.3e.switch_label
99 + # format: TODO_handle_conversion_to_one
100 + - MIB: ROOMALERT3E-MIB
101 + symbol:
102 + OID: 1.3.6.1.4.1.20916.1.9.2.1.0
103 + name: roomalert.3e.red_led
104 + description: The status of the red Signal Tower LED
105 + family: SignalTower/LED/Red/Status
106 + unit: "{status}"
107 + mapping:
108 + 0: off
109 + 1: on
110 + - MIB: ROOMALERT3E-MIB
111 + symbol:
112 + OID: 1.3.6.1.4.1.20916.1.9.2.2.0
113 + name: roomalert.3e.amber_led
114 + description: The status of the amber Signal Tower LED
115 + family: SignalTower/LED/Amber/Status
116 + unit: "{status}"
117 + mapping:
118 + 0: off
119 + 1: on
120 + - MIB: ROOMALERT3E-MIB
121 + symbol:
122 + OID: 1.3.6.1.4.1.20916.1.9.2.3.0
123 + name: roomalert.3e.green_led
124 + description: The status of the green Signal Tower LED
125 + family: SignalTower/LED/Green/Status
126 + unit: "{status}"
127 + mapping:
128 + 0: off
129 + 1: on
130 + - MIB: ROOMALERT3E-MIB
131 + symbol:
132 + OID: 1.3.6.1.4.1.20916.1.9.2.4.0
133 + name: roomalert.3e.blue_led
134 + description: The status of the blue Signal Tower LED
135 + family: SignalTower/LED/Blue/Status
136 + unit: "{status}"
137 + mapping:
138 + 0: off
139 + 1: on
140 + - MIB: ROOMALERT3E-MIB
141 + symbol:
142 + OID: 1.3.6.1.4.1.20916.1.9.2.5.0
143 + name: roomalert.3e.white_led
144 + description: The status of the white Signal Tower LED
145 + family: SignalTower/LED/White/Status
146 + unit: "{status}"
147 + mapping:
148 + 0: off
149 + 1: on
150 + - MIB: ROOMALERT3E-MIB
151 + symbol:
152 + OID: 1.3.6.1.4.1.20916.1.9.2.6.0
153 + name: roomalert.3e.alarm1
154 + description: The status of the Signal Tower alarm1
155 + family: SignalTower/Alarm/1/Status
156 + unit: "{status}"
157 + mapping:
158 + 0: off
159 + 1: on
160 + - MIB: ROOMALERT3E-MIB
161 + symbol:
162 + OID: 1.3.6.1.4.1.20916.1.9.2.7.0
163 + name: roomalert.3e.alarm2
164 + description: The status of the Signal Tower alarm2
165 + family: SignalTower/Alarm/2/Status
166 + unit: "{status}"
167 + mapping:
168 + 0: off
169 + 1: on
170 # - MIB: ROOMALERT3E-MIB
171 # symbol:
172 # OID: 1.3.6.1.4.1.20916.1.9.3.1.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech-roomalert-3s.yaml
+102 -90
@@ -1,121 +1,133 @@
1 extends:
2 - avtech.yaml
3 -sysobjectid:
4 - - 1.3.6.1.4.1.20916.1.13.*
3 +
4 metadata:
5 device:
6 fields:
7 type:
9 - value: "sensor"
8 + value: "Room Alert Monitor"
9 +
10 +sysobjectid:
11 + - 1.3.6.1.4.1.20916.1.13.*
12 +
13 metrics:
14 - MIB: ROOMALERT3S-MIB
15 symbol:
16 OID: 1.3.6.1.4.1.20916.1.13.1.1.1.1.0
17 name: roomalert.3s.internal_tempf
15 - description: Internal temperature in degrees Fahrenheit
16 - unit: "degF"
18 + description: Internal temperature
19 + family: Sensor/Internal/Temperature/Value
20 + unit: "degF"
21 - MIB: ROOMALERT3S-MIB
22 symbol:
23 OID: 1.3.6.1.4.1.20916.1.13.1.1.1.2.0
24 name: roomalert.3s.internal_tempc
21 - description: Internal temperature in degrees Celsius
22 - unit: "Cel"
25 + description: Internal temperature
26 + family: Sensor/Internal/Temperature/Value
27 + unit: "Cel"
28 - MIB: ROOMALERT3S-MIB
29 symbol:
30 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.1.0
31 name: roomalert.3s.digital_sen1_1
27 - description: Digital sensor 1 state 1
28 - unit: "TBD"
32 + description: Current temperature
33 + family: Sensor/Digital/Temperature/Value
34 + unit: "Cel"
35 - MIB: ROOMALERT3S-MIB
36 symbol:
37 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.2.0
38 name: roomalert.3s.digital_sen1_2
33 - description: Digital sensor 1 state 2
34 - unit: "TBD"
35 - - MIB: ROOMALERT3S-MIB
36 - symbol:
37 - OID: 1.3.6.1.4.1.20916.1.13.1.2.1.3.0
38 - name: roomalert.3s.digital_sen1_3
39 - description: Digital sensor 1 state 3
40 - unit: "TBD"
41 - - MIB: ROOMALERT3S-MIB
42 - symbol:
43 - OID: 1.3.6.1.4.1.20916.1.13.1.2.1.4.0
44 - name: roomalert.3s.digital_sen1_4
45 - description: Digital sensor 1 state 4
46 - unit: "TBD"
47 - - MIB: ROOMALERT3S-MIB
48 - symbol:
49 - OID: 1.3.6.1.4.1.20916.1.13.1.2.1.5.0
50 - name: roomalert.3s.digital_sen1_5
51 - description: Digital sensor 1 state 5
52 - unit: "TBD"
39 + description: Current temperature
40 + family: Sensor/Digital/Temperature/Value
41 + unit: "degF"
42 + # - MIB: ROOMALERT3S-MIB
43 + # symbol:
44 + # OID: 1.3.6.1.4.1.20916.1.13.1.2.1.3.0
45 + # name: roomalert.3s.digital_sen1_3
46 + # description: If this sensor is a Temp/Humidity sensor, this value represents the current relative humidity in % Relative Humidity. If this sensor is a Temp/Analog sensor, this value represents the current Voltage reading. If this is a Temp/Active Power sensor, this value represents the current power state (1=Power Detected, 0=No Power Detected). If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Celsius.
47 + # unit: "TBD"
48 + # - MIB: ROOMALERT3S-MIB
49 + # symbol:
50 + # OID: 1.3.6.1.4.1.20916.1.13.1.2.1.4.0
51 + # name: roomalert.3s.digital_sen1_4
52 + # description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Fahrenheit. If this sensor is a Temp/Analog sensor, this value represents the current custom reading. If this is a Digital Extreme Temperature sensor, this value represents the current temperature from the thermocouple in Fahrenheit.
53 + # unit: "TBD"
54 + # - MIB: ROOMALERT3S-MIB
55 + # symbol:
56 + # OID: 1.3.6.1.4.1.20916.1.13.1.2.1.5.0
57 + # name: roomalert.3s.digital_sen1_5
58 + # description: If this sensor is a Temp/Humidity sensor, this value represents the current heat index in Celsius. If this is a Digital Extreme Temperature Sensor, this value is a fault code. 0 = no fault.
59 + # unit: "TBD"
60 + # TODO, here we don't have an OID giving us sensor type
61 - MIB: ROOMALERT3S-MIB
62 symbol:
63 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.6.0
64 name: roomalert.3s.digital_sen1_6
57 - description: Digital sensor 1 state 6
58 - unit: "TBD"
65 + description: Current dew point
66 + family: Sensor/Digital/DewPoint/Value
67 + unit: "Cel"
68 - MIB: ROOMALERT3S-MIB
69 symbol:
70 OID: 1.3.6.1.4.1.20916.1.13.1.2.1.7.0
71 name: roomalert.3s.digital_sen1_7
63 - description: Digital sensor 1 state 7
64 - unit: "TBD"
65 -# - MIB: ROOMALERT3S-MIB
66 -# symbol:
67 -# OID: 1.3.6.1.4.1.20916.1.13.1.3.1.0
68 -# name: roomalert.3s.switch_sen1
69 -# enum:
70 -# open: 0
71 -# closed: 1
72 -# TODO: enum in scalar metric is not supported yet (keep this metric and this
73 -# comment in profile until it's fixed)
74 - - MIB: ROOMALERT3S-MIB
75 - symbol:
76 - OID: 1.3.6.1.4.1.20916.1.13.3.1.1.0
77 - name: roomalert.3s.externalrelay1_element_one
78 - description: External relay 1 element one state
79 - unit: "TBD"
80 - - MIB: ROOMALERT3S-MIB
81 - symbol:
82 - OID: 1.3.6.1.4.1.20916.1.13.3.1.2.0
83 - name: roomalert.3s.externalrelay1_element_two
84 - description: External relay 1 element two state
85 - unit: "TBD"
86 - - MIB: ROOMALERT3S-MIB
87 - symbol:
88 - OID: 1.3.6.1.4.1.20916.1.13.3.1.3.0
89 - name: roomalert.3s.externalrelay1_element_three
90 - description: External relay 1 element three state
91 - unit: "TBD"
92 - - MIB: ROOMALERT3S-MIB
93 - symbol:
94 - OID: 1.3.6.1.4.1.20916.1.13.3.1.4.0
95 - name: roomalert.3s.externalrelay1_element_four
96 - description: External relay 1 element four state
97 - unit: "TBD"
98 - - MIB: ROOMALERT3S-MIB
99 - symbol:
100 - OID: 1.3.6.1.4.1.20916.1.13.3.1.5.0
101 - name: roomalert.3s.externalrelay1_element_five
102 - description: External relay 1 element five state
103 - unit: "TBD"
104 - - MIB: ROOMALERT3S-MIB
105 - symbol:
106 - OID: 1.3.6.1.4.1.20916.1.13.3.1.6.0
107 - name: roomalert.3s.externalrelay1_element_six
108 - description: External relay 1 element six state
109 - unit: "TBD"
110 - - MIB: ROOMALERT3S-MIB
111 - symbol:
112 - OID: 1.3.6.1.4.1.20916.1.13.3.1.7.0
113 - name: roomalert.3s.externalrelay1_element_seven
114 - description: External relay 1 element seven state
115 - unit: "TBD"
116 - - MIB: ROOMALERT3S-MIB
117 - symbol:
118 - OID: 1.3.6.1.4.1.20916.1.13.3.1.8.0
119 - name: roomalert.3s.externalrelay1_element_eight
120 - description: External relay 1 element eight state
121 - unit: "TBD"
72 + description: Current dew point
73 + family: Sensor/Digital/DewPoint/Value
74 + unit: "degF"
75 + - MIB: ROOMALERT3S-MIB
76 + symbol:
77 + OID: 1.3.6.1.4.1.20916.1.13.1.3.1.0
78 + name: roomalert.3s.switch_sen1
79 + description: The reading for switch sensor 1
80 + family: Sensor/Switch/Status
81 + unit: "{status}"
82 + mapping:
83 + 0: open
84 + 1: closed
85 + # - MIB: ROOMALERT3S-MIB
86 + # symbol:
87 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.1.0
88 + # name: roomalert.3s.externalrelay1_element_one
89 + # description: External relay 1 element one state
90 + # unit: "TBD"
91 + # - MIB: ROOMALERT3S-MIB
92 + # symbol:
93 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.2.0
94 + # name: roomalert.3s.externalrelay1_element_two
95 + # description: External relay 1 element two state
96 + # unit: "TBD"
97 + # - MIB: ROOMALERT3S-MIB
98 + # symbol:
99 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.3.0
100 + # name: roomalert.3s.externalrelay1_element_three
101 + # description: External relay 1 element three state
102 + # unit: "TBD"
103 + # - MIB: ROOMALERT3S-MIB
104 + # symbol:
105 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.4.0
106 + # name: roomalert.3s.externalrelay1_element_four
107 + # description: External relay 1 element four state
108 + # unit: "TBD"
109 + # - MIB: ROOMALERT3S-MIB
110 + # symbol:
111 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.5.0
112 + # name: roomalert.3s.externalrelay1_element_five
113 + # description: External relay 1 element five state
114 + # unit: "TBD"
115 + # - MIB: ROOMALERT3S-MIB
116 + # symbol:
117 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.6.0
118 + # name: roomalert.3s.externalrelay1_element_six
119 + # description: External relay 1 element six state
120 + # unit: "TBD"
121 + # - MIB: ROOMALERT3S-MIB
122 + # symbol:
123 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.7.0
124 + # name: roomalert.3s.externalrelay1_element_seven
125 + # description: External relay 1 element seven state
126 + # unit: "TBD"
127 + # - MIB: ROOMALERT3S-MIB
128 + # symbol:
129 + # OID: 1.3.6.1.4.1.20916.1.13.3.1.8.0
130 + # name: roomalert.3s.externalrelay1_element_eight
131 + # description: External relay 1 element eight state
132 + # unit: "TBD"
133 + # TODO no status found
src/go/plugin/go.d/config/go.d/snmp.profiles/default/avtech.yaml
+1 -2
@@ -5,8 +5,7 @@ metadata:
5 device:
6 fields:
7 vendor:
8 - value: "avtech"
8 + value: "AVTECH"
9
10 sysobjectid:
11 - 1.3.6.1.4.1.20916.1.* # avtech products
12 -