chore(go.d/snmp-profiles): charts meta fixes and fam updates p8 (#20660)
Ilya Mashchenko committed
Jul 12, 2025 at 18:58 UTC
ecf20fec5904bdb746a580a2319d9cdb043d6b8f
31 files changed
+1802
-1162
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_dell-rac.yaml
+178
-161
@@ -1,5 +1,12 @@
1
# Provide metrics that can be found in Dell devices that are or contain DRAC components
2
3
+# 1. DELL-RAC-MIB
4
+# https://mibbrowser.online/mibdb_search.php?mib=DELL-RAC-MIB
5
+# https://github.com/librenms/librenms/blob/master/mibs/dell/DELL-RAC-MIB
6
+# 2. IDRAC-MIB-SMIv2
7
+# https://mibbrowser.online/mibdb_search.php?mib=IDRAC-MIB-SMIv2
8
+# https://github.com/librenms/librenms/blob/master/mibs/dell/IDRAC-MIB-SMIv2
9
+
10
metrics:
11
- MIB: IDRAC-MIB-SMIv2
12
table:
@@ -9,7 +16,7 @@ metrics:
16
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.4
17
name: systemStateChassisStatus
18
chart_meta:
12
- family: 'Chassis/Status'
19
+ family: 'Hardware/Chassis/Status'
20
description: Chassis status of the system state
21
unit: "{status}"
22
mapping:
@@ -22,7 +29,7 @@ metrics:
29
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.6
30
name: systemStatePowerUnitStatusRedundancy
31
chart_meta:
25
- family: 'PowerUnit/Redundancy/Status'
32
+ family: 'Hardware/Power/Unit/Redundancy/Status'
33
description: Power unit status redundancy of the system state
34
unit: "{status}"
35
mapping:
@@ -36,7 +43,7 @@ metrics:
43
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.9
44
name: systemStatePowerSupplyStatusCombined
45
chart_meta:
39
- family: 'PowerSupply/Status/Combined'
46
+ family: 'Hardware/Power/Supply/Status/Combined'
47
description: Combined power supply status of the system state
48
unit: "{state}"
49
mapping:
@@ -49,7 +56,7 @@ metrics:
56
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.15
57
name: systemStateAmperageStatusCombined
58
chart_meta:
52
- family: 'Amperage/Status/Combined'
59
+ family: 'Hardware/Sensor/Amperage/Status/Combined'
60
description: Combined amperage status of the system state
61
unit: "{status}"
62
mapping:
@@ -62,7 +69,7 @@ metrics:
69
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.18
70
name: systemStateCoolingUnitStatusRedundancy
71
chart_meta:
65
- family: 'CoolingUnit/Redundancy/Status'
72
+ family: 'Hardware/Cooling/Unit/Redundancy/Status'
73
description: Cooling unit status redundancy of the system state
74
unit: "{status}"
75
mapping:
@@ -76,7 +83,7 @@ metrics:
83
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.21
84
name: systemStateCoolingDeviceStatusCombined
85
chart_meta:
79
- family: 'CoolingDevice/Status/Combined'
86
+ family: 'Hardware/Cooling/Device/Status/Combined'
87
description: Combined cooling device status of the system state
88
unit: "{status}"
89
mapping:
@@ -89,7 +96,7 @@ metrics:
96
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.24
97
name: systemStateTemperatureStatusCombined
98
chart_meta:
92
- family: 'Temperature/Status/Combined'
99
+ family: 'Hardware/Sensor/Temperature/Status/Combined'
100
description: Combined temperature status of the system state
101
unit: "{status}"
102
mapping:
@@ -102,7 +109,7 @@ metrics:
109
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.27
110
name: systemStateMemoryDeviceStatusCombined
111
chart_meta:
105
- family: 'MemoryDevice/Status/Combined'
112
+ family: 'Hardware/Memory/Device/Status/Combined'
113
description: Combined memory device status of the system state
114
unit: "{status}"
115
mapping:
@@ -115,7 +122,7 @@ metrics:
122
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.30
123
name: systemStateChassisIntrusionStatusCombined
124
chart_meta:
118
- family: 'ChassisIntrusion/Status/Combined'
125
+ family: 'Hardware/Chassis/Intrusion/Status/Combined'
126
description: Combined chassis intrusion status of the system state
127
unit: "{status}"
128
mapping:
@@ -128,7 +135,7 @@ metrics:
135
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.42
136
name: systemStatePowerUnitStatusCombined
137
chart_meta:
131
- family: 'PowerUnit/Status/Combined'
138
+ family: 'Hardware/Power/Unit/Status/Combined'
139
description: Combined power unit status of the system state
140
unit: "{status}"
141
mapping:
@@ -141,7 +148,7 @@ metrics:
148
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.44
149
name: systemStateCoolingUnitStatusCombined
150
chart_meta:
144
- family: 'CoolingUnit/Status/Combined'
151
+ family: 'Hardware/Cooling/Unit/Status/Combined'
152
description: Combined cooling unit status of the system state
153
unit: "{status}"
154
mapping:
@@ -154,7 +161,7 @@ metrics:
161
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.50
162
name: systemStateProcessorDeviceStatusCombined
163
chart_meta:
157
- family: 'ProcessorDevice/Status/Combined'
164
+ family: 'Hardware/Processor/Device/Status/Combined'
165
description: Combined processor device status of the system state
166
unit: "{status}"
167
mapping:
@@ -167,7 +174,7 @@ metrics:
174
- OID: 1.3.6.1.4.1.674.10892.5.4.200.10.1.63
175
name: systemStateTemperatureStatisticsStatusCombined
176
chart_meta:
170
- family: 'TemperatureStatistics/Status/Combined'
177
+ family: 'Hardware/Sensor/Temperature/Statistics/Status/Combined'
178
description: Combined temperature statistics status of the system state
179
unit: "{status}"
180
mapping:
@@ -191,7 +198,7 @@ metrics:
198
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.4
199
name: physicalDiskState
200
chart_meta:
194
- family: 'Disk/Physical/State'
201
+ family: 'Hardware/Disk/Physical/State'
202
description: State of the physical disk
203
unit: "{status}"
204
mapping:
@@ -209,21 +216,21 @@ metrics:
216
name: physicalDiskCapacityInMB
217
scale_factor: 1048576
218
chart_meta:
212
- family: 'Disk/Physical/Capacity'
219
+ family: 'Hardware/Disk/Physical/Capacity'
220
description: Capacity of the physical disk in megabytes
221
unit: "By"
222
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.17
223
name: physicalDiskUsedSpaceInMB
224
scale_factor: 1048576
225
chart_meta:
219
- family: 'Disk/Physical/Used'
226
+ family: 'Hardware/Disk/Physical/Used'
227
description: Used space of the physical disk in megabytes
228
unit: "By"
229
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.19
230
name: physicalDiskFreeSpaceInMB
231
scale_factor: 1048576
232
chart_meta:
226
- family: 'Disk/Physical/Free'
233
+ family: 'Hardware/Disk/Physical/Free'
234
description: Free space of the physical disk in megabytes
235
unit: "By"
236
metric_tags:
@@ -232,7 +239,7 @@ metrics:
239
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.1
240
name: physicalDiskNumber
241
- tag: disk_name
235
- - symbol:
242
+ symbol:
243
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
244
name: physicalDiskName
245
@@ -244,7 +251,7 @@ metrics:
251
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.4
252
name: enclosurePowerSupplyState
253
chart_meta:
247
- family: 'Enclosure/PowerSupply/State'
254
+ family: 'Hardware/Enclosure/PowerSupply/State'
255
description: State of the enclosure power supply
256
unit: "{status}"
257
mapping:
@@ -275,7 +282,7 @@ metrics:
282
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.15.1.4
283
name: batteryState
284
chart_meta:
278
- family: 'Battery/State'
285
+ family: 'Hardware/Battery/State'
286
description: State of the battery
287
unit: "{status}"
288
mapping:
@@ -304,7 +311,7 @@ metrics:
311
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.37
312
name: controllerRollUpStatus
313
chart_meta:
307
- family: 'Controller/Status/RollUp'
314
+ family: 'Hardware/Controller/Status/RollUp'
315
description: Roll up status of the controller
316
unit: "{status}"
317
mapping:
@@ -340,7 +347,7 @@ metrics:
347
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.5
348
name: pCIDeviceStatus
349
chart_meta:
343
- family: 'PCIDevice/Status'
350
+ family: 'Hardware/PCIDevice/Status'
351
description: Status of the PCI device
352
unit: "{status}"
353
mapping:
@@ -368,7 +375,7 @@ metrics:
375
- OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.5
376
name: systemSlotStatus
377
chart_meta:
371
- family: 'Slot/Status'
378
+ family: 'Hardware/Slot/Status'
379
description: Status of the system slot
380
unit: "{status}"
381
mapping:
@@ -396,7 +403,7 @@ metrics:
403
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.90.1.3
404
name: networkDeviceStatus
405
chart_meta:
399
- family: 'NetworkDevice/Status'
406
+ family: 'Network/Device/Status'
407
description: Status of the network device
408
unit: "{status}"
409
mapping:
@@ -428,7 +435,7 @@ metrics:
435
- OID: 1.3.6.1.4.1.674.10892.5.4.300.50.1.5
436
name: systemBIOSStatus
437
chart_meta:
431
- family: 'BIOS/Status'
438
+ family: 'System/BIOS/Status'
439
description: Status of the system BIOS
440
unit: "{status}"
441
mapping:
@@ -456,7 +463,7 @@ metrics:
463
- OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.5
464
name: intrusionStatus
465
chart_meta:
459
- family: 'Intrusion/Status'
466
+ family: 'Hardware/Intrusion/Status'
467
description: Status of the intrusion
468
unit: "{status}"
469
mapping:
@@ -469,7 +476,7 @@ metrics:
476
- OID: 1.3.6.1.4.1.674.10892.5.4.300.70.1.6
477
name: intrusionReading
478
chart_meta:
472
- family: 'Intrusion/Reading'
479
+ family: 'Hardware/Intrusion/Reading'
480
description: Reading of the intrusion
481
unit: "{reading}"
482
metric_tags:
@@ -494,19 +501,19 @@ metrics:
501
- OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.6
502
name: powerSupplyOutputWatts
503
chart_meta:
497
- family: 'PowerSupply/Output/Power'
504
+ family: 'Hardware/PowerSupply/Output/Power'
505
description: Output power of the power supply in watts
506
unit: "W"
507
- OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.9
508
name: powerSupplyMaximumInputVoltage
509
chart_meta:
503
- family: 'PowerSupply/Input/Voltage/Maximum'
510
+ family: 'Hardware/PowerSupply/Input/Voltage/Maximum'
511
description: Maximum input voltage of the power supply
512
unit: "V"
513
- OID: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16
514
name: powerSupplyCurrentInputVoltage
515
chart_meta:
509
- family: 'PowerSupply/Input/Voltage/Current'
516
+ family: 'Hardware/PowerSupply/Input/Voltage/Current'
517
description: Current input voltage of the power supply
518
unit: "V"
519
metric_tags:
@@ -531,7 +538,7 @@ metrics:
538
- OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.5
539
name: amperageProbeStatus
540
chart_meta:
534
- family: 'Sensor/Amperage/Status'
541
+ family: 'Hardware/Sensor/Amperage/Status'
542
description: Status of the amperage probe
543
unit: "{status}"
544
mapping:
@@ -548,7 +555,7 @@ metrics:
555
- OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6
556
name: amperageProbeReading
557
chart_meta:
551
- family: 'Sensor/Amperage/Value'
558
+ family: 'Hardware/Sensor/Amperage/Value'
559
description: Reading of the amperage probe in amperes
560
unit: "A"
561
metric_tags:
@@ -557,26 +564,26 @@ metrics:
564
OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.7
565
name: amperageProbeType
566
mapping:
560
- 1: amperage_probe_type_is_other
561
- 2: amperage_probe_type_is_unknown
562
- 3: amperage_probe_type_is_1point5_volt # 1.5 volt
563
- 4: amperage_probe_type_is_3point3_volt # 3.3 volt
564
- 5: amperage_probe_type_is_5_volt # 5 volt
565
- 6: amperage_probe_type_is_minus5_volt # -5 volt
566
- 7: amperage_probe_type_is_12_volt # 12 volt
567
- 8: amperage_probe_type_is_minus12_volt # -12 volt
568
- 9: amperage_probe_type_is_io
569
- 10: amperage_probe_type_is_core
570
- 11: amperage_probe_type_is_flea
571
- 12: amperage_probe_type_is_battery
572
- 13: amperage_probe_type_is_terminator
573
- 14: amperage_probe_type_is_2point5_volt # 2.5 volt
574
- 15: amperage_probe_type_is_gtl
575
- 16: amperage_probe_type_is_discrete
576
- 23: amperage_probe_type_is_power_supply_amps
577
- 24: amperage_probe_type_is_power_supply_watts
578
- 25: amperage_probe_type_is_system_amps
579
- 26: amperage_probe_type_is_system_watts
567
+ 1: other
568
+ 2: unknown
569
+ 3: 1point5_volt # 1.5 volt
570
+ 4: 3point3_volt # 3.3 volt
571
+ 5: 5_volt # 5 volt
572
+ 6: minus5_volt # -5 volt
573
+ 7: 12_volt # 12 volt
574
+ 8: minus12_volt # -12 volt
575
+ 9: io
576
+ 10: core
577
+ 11: flea
578
+ 12: battery
579
+ 13: terminator
580
+ 14: 2point5_volt # 2.5 volt
581
+ 15: gtl
582
+ 16: discrete
583
+ 23: power_supply_amps
584
+ 24: power_supply_watts
585
+ 25: system_amps
586
+ 26: system_watts
587
- tag: chassis_index
588
symbol:
589
OID: 1.3.6.1.4.1.674.10892.5.4.600.30.1.1
@@ -594,7 +601,7 @@ metrics:
601
- OID: 1.3.6.1.4.1.674.10892.5.4.600.60.1.5
602
name: powerUsageStatus
603
chart_meta:
597
- family: 'PowerUsage/Status'
604
+ family: 'System/Power/Usage/Status'
605
description: Status of the power usage
606
unit: "{status}"
607
mapping:
@@ -626,7 +633,7 @@ metrics:
633
- OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.5
634
name: voltageProbeStatus
635
chart_meta:
629
- family: 'Sensor/Voltage/Status'
636
+ family: 'Hardware/Sensor/Voltage/Status'
637
description: Status of the voltage probe
638
unit: "{status}"
639
mapping:
@@ -643,7 +650,7 @@ metrics:
650
- OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.6
651
name: voltageProbeReading
652
chart_meta:
646
- family: 'Sensor/Voltage/Value'
653
+ family: 'Hardware/Sensor/Voltage/Value'
654
description: Reading of the voltage probe in volts
655
unit: "V"
656
metric_tags:
@@ -660,25 +667,25 @@ metrics:
667
OID: 1.3.6.1.4.1.674.10892.5.4.600.20.1.7
668
name: voltageProbeType
669
mapping:
663
- 1: voltage_probe_type_is_other
664
- 2: voltage_probe_type_is_unknown
665
- 3: voltage_probe_type_is_1point5_volt # 1.5 volt
666
- 4: voltage_probe_type_is_3point3_volt # 3.3 volt
667
- 5: voltage_probe_type_is_5_volt # 5 volt
668
- 6: voltage_probe_type_is_minus5_volt # -5 volt
669
- 7: voltage_probe_type_is_12_volt # 12 volt
670
- 8: voltage_probe_type_is_minus12_volt # -12 volt
671
- 9: voltage_probe_type_is_io
672
- 10: voltage_probe_type_is_core
673
- 11: voltage_probe_type_is_flea
674
- 12: voltage_probe_type_is_battery
675
- 13: voltage_probe_type_is_terminator
676
- 14: voltage_probe_type_is_2point5_volt # 2.5 volt
677
- 15: voltage_probe_type_is_gtl
678
- 16: voltage_probe_type_is_discrete
679
- 17: voltage_probe_type_is_generic_discrete
680
- 18: voltage_probe_type_is_ps_voltage
681
- 19: voltage_probe_type_is_memory_status
670
+ 1: other
671
+ 2: unknown
672
+ 3: 1point5_volt # 1.5 volt
673
+ 4: 3point3_volt # 3.3 volt
674
+ 5: 5_volt # 5 volt
675
+ 6: minus5_volt # -5 volt
676
+ 7: 12_volt # 12 volt
677
+ 8: minus12_volt # -12 volt
678
+ 9: io
679
+ 10: core
680
+ 11: flea
681
+ 12: battery
682
+ 13: terminator
683
+ 14: 2point5_volt # 2.5 volt
684
+ 15: gtl
685
+ 16: discrete
686
+ 17: generic_discrete
687
+ 18: ps_voltage
688
+ 19: memory_status
689
690
- MIB: IDRAC-MIB-SMIv2
691
table:
@@ -688,7 +695,7 @@ metrics:
695
- OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.5
696
name: systemBatteryStatus
697
chart_meta:
691
- family: 'SystemBattery/Status'
698
+ family: 'Hardware/Battery/System/Status'
699
description: Status of the system battery
700
unit: "{status}"
701
mapping:
@@ -701,7 +708,7 @@ metrics:
708
- OID: 1.3.6.1.4.1.674.10892.5.4.600.50.1.6
709
name: systemBatteryReading
710
chart_meta:
704
- family: 'SystemBattery/Reading'
711
+ family: 'Hardware/Battery/System/Reading'
712
description: Reading of the system battery
713
unit: "{reading}"
714
metric_tags:
@@ -726,7 +733,7 @@ metrics:
733
- OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.5
734
name: coolingUnitRedundancyStatus
735
chart_meta:
729
- family: 'CoolingUnit/Redundancy/Status'
736
+ family: 'Hardware/Cooling/Unit/Redundancy/Status'
737
description: Redundancy status of the cooling unit
738
unit: "{status}"
739
mapping:
@@ -740,7 +747,7 @@ metrics:
747
- OID: 1.3.6.1.4.1.674.10892.5.4.700.10.1.8
748
name: coolingUnitStatus
749
chart_meta:
743
- family: 'CoolingUnit/Status'
750
+ family: 'Hardware/Cooling/Unit/Status'
751
description: Status of the cooling unit
752
unit: "{status}"
753
mapping:
@@ -773,7 +780,7 @@ metrics:
780
- OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.5
781
name: coolingDeviceStatus
782
chart_meta:
776
- family: 'CoolingDevice/Status'
783
+ family: 'Hardware/Cooling/Device/Status'
784
description: Status of the cooling device
785
unit: "{status}"
786
mapping:
@@ -790,13 +797,13 @@ metrics:
797
- OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6
798
name: coolingDeviceReading
799
chart_meta:
793
- family: 'CoolingDevice/Speed'
800
+ family: 'Hardware/Cooling/Device/Speed'
801
description: Reading of the cooling device
802
unit: "rpm"
803
- OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.18
804
name: coolingDeviceDiscreteReading
805
chart_meta:
799
- family: 'CoolingDevice/DiscreteReading'
806
+ family: 'Hardware/Cooling/Device/DiscreteReading'
807
description: Discrete reading of the cooling device
808
unit: "{reading}"
809
metric_tags:
@@ -813,17 +820,17 @@ metrics:
820
OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.7
821
name: coolingDeviceType
822
mapping:
816
- 1: cooling_device_type_is_other
817
- 2: cooling_device_type_is_unknown
818
- 3: cooling_device_type_is_a_fan
819
- 4: cooling_device_type_is_a_blower
820
- 5: cooling_device_type_is_a_chip_fan
821
- 6: cooling_device_type_is_a_cabinet_fan
822
- 7: cooling_device_type_is_a_power_supply_fan
823
- 8: cooling_device_type_is_a_heat_pipe
824
- 9: cooling_device_type_is_refrigeration
825
- 10: cooling_device_type_is_active_cooling
826
- 11: cooling_device_type_is_passive_cooling
823
+ 1: other
824
+ 2: unknown
825
+ 3: a_fan
826
+ 4: a_blower
827
+ 5: a_chip_fan
828
+ 6: a_cabinet_fan
829
+ 7: a_power_supply_fan
830
+ 8: a_heat_pipe
831
+ 9: refrigeration
832
+ 10: active_cooling
833
+ 11: passive_cooling
834
- tag: cooling_device_location_name
835
symbol:
836
OID: 1.3.6.1.4.1.674.10892.5.4.700.12.1.8
@@ -841,7 +848,7 @@ metrics:
848
- OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.5
849
name: temperatureProbeStatus
850
chart_meta:
844
- family: 'Sensor/Temperature/Status'
851
+ family: 'Hardware/Sensor/Temperature/Status'
852
description: Status of the temperature probe
853
unit: "{status}"
854
mapping:
@@ -858,13 +865,13 @@ metrics:
865
- OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.6
866
name: temperatureProbeReading
867
chart_meta:
861
- family: 'Sensor/Temperature/Value'
868
+ family: 'Hardware/Sensor/Temperature/Value'
869
description: Reading of the temperature probe in degrees Celsius
870
unit: "Cel"
871
- OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.16
872
name: temperatureProbeDiscreteReading
873
chart_meta:
867
- family: 'Sensor/Temperature/DiscreteReading'
874
+ family: 'Hardware/Sensor/Temperature/DiscreteReading'
875
description: Discrete reading of the temperature probe
876
unit: "{reading}"
877
metric_tags:
@@ -881,10 +888,10 @@ metrics:
888
OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.7
889
name: temperatureProbeType
890
mapping:
884
- 1: temperature_probe_type_is_other
885
- 2: temperature_probe_type_is_unknown
886
- 3: temperature_probe_type_is_ambient_esm
887
- 16: temperature_probe_type_is_discrete
891
+ 1: other
892
+ 2: unknown
893
+ 3: ambient_esm
894
+ 16: discrete
895
- tag: temperature_probe_location_name
896
symbol:
897
OID: 1.3.6.1.4.1.674.10892.5.4.700.20.1.8
@@ -898,7 +905,7 @@ metrics:
905
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.5
906
name: processorDeviceStatus
907
chart_meta:
901
- family: 'Processor/Status'
908
+ family: 'Hardware/Processor/Status'
909
description: Status of the processor device
910
unit: "{status}"
911
mapping:
@@ -911,19 +918,19 @@ metrics:
918
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.11
919
name: processorDeviceMaximumSpeed
920
chart_meta:
914
- family: 'Processor/Speed/Maximum'
921
+ family: 'Hardware/Processor/Speed/Maximum'
922
description: Maximum speed of the processor device in megahertz
923
unit: "MHz"
924
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.12
925
name: processorDeviceCurrentSpeed
926
chart_meta:
920
- family: 'Processor/Speed/Current'
927
+ family: 'Hardware/Processor/Speed/Current'
928
description: Current speed of the processor device in megahertz
929
unit: "MHz"
930
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.30.1.14
931
name: processorDeviceVoltage
932
chart_meta:
926
- family: 'Processor/Voltage'
933
+ family: 'Hardware/Processor/Voltage'
934
description: Voltage of the processor device in volts
935
unit: "V"
936
metric_tags:
@@ -952,7 +959,7 @@ metrics:
959
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.5
960
name: processorDeviceStatusStatus
961
chart_meta:
955
- family: 'ProcessorDeviceStatus/Status'
962
+ family: 'Hardware/Processor/Device/Status/Status'
963
description: Status of the processor device status
964
unit: "{status}"
965
mapping:
@@ -965,7 +972,7 @@ metrics:
972
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.32.1.6
973
name: processorDeviceStatusReading
974
chart_meta:
968
- family: 'ProcessorDeviceStatus/Reading'
975
+ family: 'Hardware/Processor/Device/Status/Reading'
976
description: Reading of the processor device status
977
unit: "{reading}"
978
metric_tags:
@@ -990,7 +997,7 @@ metrics:
997
- OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.5
998
name: memoryDeviceStatus
999
chart_meta:
993
- family: 'Memory/Status'
1000
+ family: 'Hardware/Memory/Status'
1001
description: Status of the memory device
1002
unit: "{status}"
1003
mapping:
@@ -1018,29 +1025,29 @@ metrics:
1025
OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.7
1026
name: memoryDeviceType
1027
mapping:
1021
- 1: device_type_is_other
1022
- 2: device_type_is_unknown
1023
- 3: device_type_is_dram
1024
- 4: device_type_is_edram
1025
- 5: device_type_is_vram
1026
- 6: device_type_is_sram
1027
- 7: device_type_is_ram
1028
- 8: device_type_is_rom
1029
- 9: device_type_is_flash
1030
- 10: device_type_is_eeprom
1031
- 11: device_type_is_feprom
1032
- 12: device_type_is_eprom
1033
- 13: device_type_is_cdram
1034
- 14: device_type_is_3dram
1035
- 15: device_type_is_sdram
1036
- 16: device_type_is_sgram
1037
- 17: device_type_is_rdram
1038
- 18: device_type_is_ddr
1039
- 19: device_type_is_ddr2
1040
- 20: device_type_is_ddr2_fbdimm
1041
- 24: device_type_is_ddr3
1042
- 25: device_type_is_fbd2
1043
- 26: device_type_is_ddr4
1028
+ 1: other
1029
+ 2: unknown
1030
+ 3: dram
1031
+ 4: edram
1032
+ 5: vram
1033
+ 6: sram
1034
+ 7: ram
1035
+ 8: rom
1036
+ 9: flash
1037
+ 10: eeprom
1038
+ 11: feprom
1039
+ 12: eprom
1040
+ 13: cdram
1041
+ 14: 3dram
1042
+ 15: sdram
1043
+ 16: sgram
1044
+ 17: rdram
1045
+ 18: ddr
1046
+ 19: ddr2
1047
+ 20: ddr2_fbdimm
1048
+ 24: ddr3
1049
+ 25: fbd2
1050
+ 26: ddr4
1051
1052
- MIB: IDRAC-MIB-SMIv2
1053
table:
@@ -1050,7 +1057,7 @@ metrics:
1057
- OID: 1.3.6.1.4.1.674.10892.5.4.2000.10.1.3
1058
name: fruInformationStatus
1059
chart_meta:
1053
- family: 'FRU/Status'
1060
+ family: 'Hardware/FRU/Status'
1061
description: Status of the FRU information
1062
unit: "{status}"
1063
mapping:
@@ -1082,7 +1089,7 @@ metrics:
1089
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.4
1090
name: virtualDiskState
1091
chart_meta:
1085
- family: 'Disk/Virtual/State'
1092
+ family: 'System/Disk/Virtual/State'
1093
description: State of the virtual disk
1094
unit: "{status}"
1095
mapping:
@@ -1094,13 +1101,13 @@ metrics:
1101
name: virtualDiskSizeInMB
1102
scale_factor: 1048576
1103
chart_meta:
1097
- family: 'Disk/Virtual/Size'
1104
+ family: 'System/Disk/Virtual/Size'
1105
description: Size of the virtual disk in megabytes
1106
unit: "By"
1107
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.20
1108
name: virtualDiskComponentStatus
1109
chart_meta:
1103
- family: 'Disk/Virtual/ComponentStatus'
1110
+ family: 'System/Disk/Virtual/ComponentStatus'
1111
description: Component status of the virtual disk
1112
unit: "{status}"
1113
mapping:
@@ -1113,7 +1120,7 @@ metrics:
1120
- OID: 1.3.6.1.4.1.674.10892.5.5.1.20.140.1.1.37
1121
name: virtualDiskT10PIStatus
1122
chart_meta:
1116
- family: 'Disk/Virtual/T10PIStatus'
1123
+ family: 'System/Disk/Virtual/T10PIStatus'
1124
description: T10 PI status of the virtual disk
1125
unit: "{status}"
1126
mapping:
@@ -1139,7 +1146,7 @@ metrics:
1146
OID: 1.3.6.1.4.1.674.10892.2.3.1.9.0
1147
name: drsCMCCurrStatus
1148
chart_meta:
1142
- family: 'CMC/Status'
1149
+ family: 'Hardware/CMC/Status'
1150
description: CMC health status being monitored by the chassis management card
1151
unit: "{status}"
1152
mapping:
@@ -1155,7 +1162,7 @@ metrics:
1162
OID: 1.3.6.1.4.1.674.10892.2.3.1.1.0
1163
name: drsGlobalCurrStatus
1164
chart_meta:
1158
- family: 'Global/Status'
1165
+ family: 'System/Global/Status'
1166
description: Overall chassis status being monitored by the chassis management card
1167
unit: "{status}"
1168
mapping:
@@ -1171,7 +1178,7 @@ metrics:
1178
OID: 1.3.6.1.4.1.674.10892.2.3.1.5.0
1179
name: drsPowerCurrStatus
1180
chart_meta:
1174
- family: 'Power/Status'
1181
+ family: 'Hardware/Power/Status'
1182
description: Power subsystem health status being monitored by the chassis management card
1183
unit: "{status}"
1184
mapping:
@@ -1186,29 +1193,33 @@ metrics:
1193
symbol:
1194
OID: 1.3.6.1.4.1.674.10892.2.3.1.4.0
1195
name: drsRedCurrStatus
1189
- description: Redundancy status being monitored by the chassis management card
1190
- unit: "{status}"
1191
- mapping:
1192
- 1: other
1193
- 2: unknown
1194
- 3: ok
1195
- 4: non_critical
1196
- 5: critical
1197
- 6: non_recoverable
1196
+ chart_meta:
1197
+ family: 'System/Redundancy/Status'
1198
+ description: Redundancy status being monitored by the chassis management card
1199
+ unit: "{status}"
1200
+ mapping:
1201
+ 1: other
1202
+ 2: unknown
1203
+ 3: ok
1204
+ 4: non_critical
1205
+ 5: critical
1206
+ 6: non_recoverable
1207
1208
- MIB: DELL-RAC-MIB
1209
symbol:
1210
OID: 1.3.6.1.4.1.674.10892.2.2.1.0
1211
name: drsGlobalSystemStatus
1203
- description: Overall chassis status being monitored by the chassis management card
1204
- unit: "{status}"
1205
- mapping:
1206
- 1: other
1207
- 2: unknown
1208
- 3: ok
1209
- 4: non_critical
1210
- 5: critical
1211
- 6: non_recoverable
1212
+ chart_meta:
1213
+ family: 'System/Global/SystemStatus'
1214
+ description: Overall chassis status being monitored by the chassis management card
1215
+ unit: "{status}"
1216
+ mapping:
1217
+ 1: other
1218
+ 2: unknown
1219
+ 3: ok
1220
+ 4: non_critical
1221
+ 5: critical
1222
+ 6: non_recoverable
1223
1224
- MIB: DELL-RAC-MIB
1225
table:
@@ -1217,12 +1228,16 @@ metrics:
1228
symbols:
1229
- OID: 1.3.6.1.4.1.674.10892.2.4.1.1.13
1230
name: drsWattsReading
1220
- description: Instantaneous chassis power usage in watts
1221
- unit: "W"
1231
+ chart_meta:
1232
+ family: 'Hardware/Power/Usage'
1233
+ description: Instantaneous chassis power usage in watts
1234
+ unit: "W"
1235
- OID: 1.3.6.1.4.1.674.10892.2.4.1.1.14
1236
name: drsAmpsReading
1224
- description: Instantaneous chassis current usage in amperes
1225
- unit: "A"
1237
+ chart_meta:
1238
+ family: 'Hardware/Power/Current'
1239
+ description: Instantaneous chassis current usage in amperes
1240
+ unit: "A"
1241
metric_tags:
1242
- tag: chassis_index
1243
symbol:
@@ -1241,8 +1256,10 @@ metrics:
1256
symbols:
1257
- OID: 1.3.6.1.4.1.674.10892.2.4.1.1.6
1258
name: drsKWhCumulative
1244
- description: Cumulative chassis power usage in kilowatt hours since last reset
1245
- unit: "kW.h"
1259
+ chart_meta:
1260
+ family: 'Hardware/Power/Energy/Cumulative'
1261
+ description: Cumulative chassis power usage in kilowatt hours since last reset
1262
+ unit: "kW.h"
1263
metric_tags:
1264
- tag: chassis_index
1265
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+718
-317
@@ -28,7 +28,11 @@ metadata:
28
value: "dell"
29
30
31
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/dell/MIB-Dell-10892
31
+# 1. DCS3FRU-MIB
32
+# https://mibbrowser.online/mibdb_search.php?mib=DCS3FRU-MIB
33
+# 2. MIB-Dell-10892
34
+# https://mibbrowser.online/mibdb_search.php?mib=MIB-Dell-10892
35
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/dell/MIB-Dell-10892
36
37
metrics:
38
- MIB: MIB-Dell-10892
@@ -38,76 +42,186 @@ metrics:
42
symbols:
43
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.4
44
name: systemStateChassisStatus
41
- description: Status of the chassis
42
- unit: "1"
45
+ chart_meta:
46
+ family: 'Hardware/Chassis/Status'
47
+ description: Status of this chassis
48
+ unit: "{status}"
49
+ mapping:
50
+ 1: other
51
+ 2: unknown
52
+ 3: ok
53
+ 4: nonCritical
54
+ 5: critical
55
+ 6: nonRecoverable
56
+ 7: absent
57
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.6
58
name: systemStatePowerUnitStatusRedundancy
45
- description: Redundancy status of the power unit
46
- unit: "{power_unit}"
59
+ chart_meta:
60
+ family: 'Hardware/Power/Unit/Redundancy/Status'
61
+ description: Combined redundancy status of all power units of this chassis
62
+ unit: "{status}"
63
+ mapping:
64
+ 1: other
65
+ 2: unknown
66
+ 3: full
67
+ 4: degraded
68
+ 5: lost
69
+ 6: notRedundant
70
+ 7: redundancyOffline
71
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
72
name: systemStatePowerSupplyStatusCombined
49
- description: Combined status of the power supply
50
- unit: "{power_supply}"
73
+ chart_meta:
74
+ family: 'Hardware/Power/Supply/Status/Combined'
75
+ description: Combined status of all power supplies of this chassis
76
+ unit: "{status}"
77
+ mapping:
78
+ 1: other
79
+ 2: unknown
80
+ 3: ok
81
+ 4: nonCritical
82
+ 5: critical
83
+ 6: nonRecoverable
84
+ 7: absent
85
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.15
86
name: systemStateAmperageStatusCombined
53
- description: Combined status of amperage
54
- unit: "A"
87
+ chart_meta:
88
+ family: 'Hardware/Sensor/Amperage/Status/Combined'
89
+ description: Combined status of all amperage probes of this chassis
90
+ unit: "{status}"
91
+ mapping:
92
+ 1: other
93
+ 2: unknown
94
+ 3: ok
95
+ 4: nonCritical
96
+ 5: critical
97
+ 6: nonRecoverable
98
+ 7: absent
99
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.18
100
name: systemStateCoolingUnitStatusRedundancy
57
- description: Redundancy status of the cooling unit
58
- unit: "{cooling_unit}"
101
+ chart_meta:
102
+ family: 'Hardware/Cooling/Unit/Redundancy/Status'
103
+ description: Combined redundancy status of all cooling units of this chassis
104
+ unit: "{status}"
105
+ mapping:
106
+ 1: other
107
+ 2: unknown
108
+ 3: full
109
+ 4: degraded
110
+ 5: lost
111
+ 6: notRedundant
112
+ 7: redundancyOffline
113
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.21
114
name: systemStateCoolingDeviceStatusCombined
61
- description: Combined status of the cooling device
62
- unit: "{cooling_device}"
115
+ chart_meta:
116
+ family: 'Hardware/Cooling/Device/Status/Combined'
117
+ description: Combined status of all cooling devices of this chassis
118
+ unit: "{status}"
119
+ mapping:
120
+ 1: other
121
+ 2: unknown
122
+ 3: ok
123
+ 4: nonCritical
124
+ 5: critical
125
+ 6: nonRecoverable
126
+ 7: absent
127
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.24
128
name: systemStateTemperatureStatusCombined
65
- description: Combined status of temperature
66
- unit: "Cel"
129
+ chart_meta:
130
+ family: 'Hardware/Sensor/Temperature/Status/Combined'
131
+ description: Combined status of all temperature probes of this chassis
132
+ unit: "{status}"
133
+ mapping:
134
+ 1: other
135
+ 2: unknown
136
+ 3: ok
137
+ 4: nonCritical
138
+ 5: critical
139
+ 6: nonRecoverable
140
+ 7: absent
141
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.27
142
name: systemStateMemoryDeviceStatusCombined
69
- description: Combined status of the memory device
70
- unit: "{memory_device}"
143
+ chart_meta:
144
+ family: 'Hardware/Memory/Device/Status/Combined'
145
+ description: Combined status of all memory devices of this chassis
146
+ unit: "{status}"
147
+ mapping:
148
+ 1: other
149
+ 2: unknown
150
+ 3: ok
151
+ 4: nonCritical
152
+ 5: critical
153
+ 6: nonRecoverable
154
+ 7: absent
155
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.30
156
name: systemStateChassisIntrusionStatusCombined
73
- description: Combined status of chassis intrusion
74
- unit: "{intrusion}"
157
+ chart_meta:
158
+ family: 'Hardware/Chassis/Intrusion/Status/Combined'
159
+ description: Combined status of all intrusion detection devices of this chassis
160
+ unit: "{status}"
161
+ mapping:
162
+ 1: other
163
+ 2: unknown
164
+ 3: ok
165
+ 4: nonCritical
166
+ 5: critical
167
+ 6: nonRecoverable
168
+ 7: absent
169
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.42
170
name: systemStatePowerUnitStatusCombined
77
- description: Combined status of the power unit
78
- unit: "{power_unit}"
171
+ chart_meta:
172
+ family: 'Hardware/Power/Unit/Status/Combined'
173
+ description: Combined status of all power units of this chassis
174
+ unit: "{status}"
175
+ mapping:
176
+ 1: other
177
+ 2: unknown
178
+ 3: ok
179
+ 4: nonCritical
180
+ 5: critical
181
+ 6: nonRecoverable
182
+ 7: absent
183
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.44
184
name: systemStateCoolingUnitStatusCombined
81
- description: Combined status of the cooling unit
82
- unit: "{cooling_unit}"
185
+ chart_meta:
186
+ family: 'Hardware/Cooling/Unit/Status/Combined'
187
+ description: Combined status of all cooling units of this chassis
188
+ unit: "{status}"
189
+ mapping:
190
+ 1: other
191
+ 2: unknown
192
+ 3: ok
193
+ 4: nonCritical
194
+ 5: critical
195
+ 6: nonRecoverable
196
+ 7: absent
197
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.50
198
name: systemStateProcessorDeviceStatusCombined
85
- description: Combined status of the processor device
86
- unit: "{processor_device}"
87
- metric_tags:
88
- - symbol:
89
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.1
90
- name: systemStatechassisIndex
91
- tag: chassis_index
92
-
93
- - MIB: MIB-Dell-10892
94
- table:
95
- OID: 1.3.6.1.4.1.674.10892.1.200.10
96
- name: systemStateTable
97
- symbols:
98
- - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
99
- name: systemStatePowerSupplyStatusCombined
199
chart_meta:
101
- description: Current administrative state of the interface
102
- family: ' '
200
+ family: 'Hardware/Processor/Device/Status/Combined'
201
+ description: Combined status of all processor devices of this chassis
202
unit: "{status}"
203
mapping:
204
1: other
205
2: unknown
206
3: ok
108
- 4: non_critical
207
+ 4: nonCritical
208
5: critical
110
- 6: non_recoverable
209
+ 6: nonRecoverable
210
+ 7: absent
211
+ - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.52
212
+ name: systemStateBatteryStatusCombined
213
+ chart_meta:
214
+ family: 'Hardware/Battery/Status/Combined'
215
+ description: Combined status of all batteries of this chassis
216
+ unit: "{status}"
217
+ mapping:
218
+ 1: other
219
+ 2: unknown
220
+ 3: ok
221
+ 4: nonCritical
222
+ 5: critical
223
+ 6: nonRecoverable
224
+ 7: absent
225
metric_tags:
226
- tag: chassis_index
227
symbol:
@@ -121,24 +235,34 @@ metrics:
235
symbols:
236
- OID: 1.3.6.1.4.1.674.10892.1.400.20.1.6
237
name: operatingSystemMemoryAvailablePhysicalSize
124
- description: Available physical memory size
125
- unit: "By"
238
+ chart_meta:
239
+ family: 'System/Memory/Physical/Available'
240
+ description: Available physical memory size
241
+ unit: "By"
242
- OID: 1.3.6.1.4.1.674.10892.1.400.20.1.7
243
name: operatingSystemMemoryTotalPageFileSize
128
- description: Total page file size of operating system memory
129
- unit: "By"
244
+ chart_meta:
245
+ family: 'System/Memory/PageFile/Total'
246
+ description: Total page file size of operating system memory
247
+ unit: "By"
248
- OID: 1.3.6.1.4.1.674.10892.1.400.20.1.8
249
name: operatingSystemMemoryAvailablePageFileSize
132
- description: Available page file size of operating system memory
133
- unit: "By"
250
+ chart_meta:
251
+ family: 'System/Memory/PageFile/Available'
252
+ description: Available page file size of operating system memory
253
+ unit: "By"
254
- OID: 1.3.6.1.4.1.674.10892.1.400.20.1.9
255
name: operatingSystemMemoryTotalVirtualSize
136
- description: Total virtual memory size
137
- unit: "By"
256
+ chart_meta:
257
+ family: 'System/Memory/Virtual/Total'
258
+ description: Total virtual memory size
259
+ unit: "By"
260
- OID: 1.3.6.1.4.1.674.10892.1.400.20.1.10
261
name: operatingSystemMemoryAvailableVirtualSize
140
- description: Available virtual memory size
141
- unit: "By"
262
+ chart_meta:
263
+ family: 'System/Memory/Virtual/Available'
264
+ description: Available virtual memory size
265
+ unit: "By"
266
metric_tags:
267
- tag: chassis_index
268
symbol:
@@ -152,12 +276,23 @@ metrics:
276
symbols:
277
- OID: 1.3.6.1.4.1.674.10892.1.600.50.1.5
278
name: batteryStatus
155
- description: Status of the battery
156
- unit: "1"
157
- - OID: 1.3.6.1.4.1.674.10892.1.600.50.1.6
158
- name: batteryReading
159
- description: Reading value of the battery
160
- unit: "TBD"
279
+ chart_meta:
280
+ family: 'Hardware/Battery/Status'
281
+ description: Status of the battery
282
+ unit: "{status}"
283
+ mapping:
284
+ 1: other
285
+ 2: unknown
286
+ 3: ok
287
+ 4: nonCritical
288
+ 5: critical
289
+ 6: nonRecoverable
290
+ 7: absent
291
+ # TODO: bit mask support (https://github.com/DanielleHuisman/observium-community-edition/blob/9f799d444ac7aee4fff8a87b2daa8a719e24d474/mibs/dell/MIB-Dell-10892#L4607)
292
+ # - OID: 1.3.6.1.4.1.674.10892.1.600.50.1.6
293
+ # name: batteryReading
294
+ # description: Reading value of the battery
295
+ # unit: "TBD"
296
metric_tags:
297
- tag: chassis_index
298
symbol:
@@ -179,17 +314,35 @@ metrics:
314
symbols:
315
- OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.5
316
name: pCIDeviceStatus
182
- description: Status of the PCI device
183
- unit: "{pci_device}"
317
+ chart_meta:
318
+ family: 'Hardware/PCIDevice/Status'
319
+ description: Status of the PCI device
320
+ unit: "{status}"
321
+ mapping:
322
+ 1: other
323
+ 2: unknown
324
+ 3: ok
325
+ 4: nonCritical
326
+ 5: critical
327
+ 6: nonRecoverable
328
+ 7: absent
329
metric_tags:
185
- - symbol:
186
- OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.9
187
- name: pCIDeviceDescriptionName
188
- tag: device_descr_name
189
- - symbol:
330
+ - tag: chassis_index
331
+ symbol:
332
OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.1
333
name: pCIDevicechassisIndex
192
- tag: chassis_index
334
+ - tag: device_index
335
+ symbol:
336
+ OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.2
337
+ name: pCIDeviceIndex
338
+ - tag: device_manufacturer_name
339
+ symbol:
340
+ OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.8
341
+ name: pCIDeviceManufacturerName
342
+ - tag: _device_descr_name
343
+ symbol:
344
+ OID: 1.3.6.1.4.1.674.10892.1.1100.80.1.9
345
+ name: pCIDeviceDescriptionName
346
347
- MIB: MIB-Dell-10892
348
table:
@@ -198,17 +351,27 @@ metrics:
351
symbols:
352
- OID: 1.3.6.1.4.1.674.10892.1.300.50.1.5
353
name: systemBIOSStatus
201
- description: Status of the system BIOS
202
- unit: "1"
354
+ chart_meta:
355
+ family: 'System/BIOS/Status'
356
+ description: Status of the system BIOS
357
+ unit: "{status}"
358
+ mapping:
359
+ 1: other
360
+ 2: unknown
361
+ 3: ok
362
+ 4: nonCritical
363
+ 5: critical
364
+ 6: nonRecoverable
365
+ 7: absent
366
metric_tags:
204
- - symbol:
367
+ - tag: chassis_index
368
+ symbol:
369
OID: 1.3.6.1.4.1.674.10892.1.300.50.1.1
370
name: systemBIOSchassisIndex
207
- tag: chassis_index
208
- - symbol:
371
+ - tag: system_bios_index
372
+ symbol:
373
OID: 1.3.6.1.4.1.674.10892.1.300.50.1.2
374
name: systemBIOSIndex
211
- tag: system_bios_index
375
376
- MIB: MIB-Dell-10892
377
table:
@@ -217,26 +380,45 @@ metrics:
380
symbols:
381
- OID: 1.3.6.1.4.1.674.10892.1.300.70.1.5
382
name: intrusionStatus
220
- description: Status of the intrusion
221
- unit: "{intrusion}"
383
+ chart_meta:
384
+ family: 'Hardware/Intrusion/Status'
385
+ description: Status of the intrusion sensor
386
+ unit: "{status}"
387
+ mapping:
388
+ 1: other
389
+ 2: unknown
390
+ 3: ok
391
+ 4: nonCritical
392
+ 5: critical
393
+ 6: nonRecoverable
394
+ 7: absent
395
- OID: 1.3.6.1.4.1.674.10892.1.300.70.1.6
396
name: intrusionReading
224
- description: Reading value of the intrusion
225
- unit: "TBD"
226
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
397
+ chart_meta:
398
+ family: 'Hardware/Intrusion/Reading'
399
+ description: Reading of the intrusion sensor.
400
+ unit: "{status}"
401
+ mapping:
402
+ 1: chassisNotBreached
403
+ 2: chassisBreached
404
+ 3: chassisBreachedPrior
405
+ 4: chassisBreachSensorFailure
406
+ 5: driveBayOpen
407
+ 6: driveBayOpenExtended
408
metric_tags:
228
- - symbol:
409
+ - tag: chassis_index
410
+ symbol:
411
OID: 1.3.6.1.4.1.674.10892.1.300.70.1.1
230
- name: intrusionchassisIndex
231
- tag: chassis_index
232
- - symbol:
412
+ name: intrusionChassisIndex
413
+ - tag: intrusion_index
414
+ symbol:
415
OID: 1.3.6.1.4.1.674.10892.1.300.70.1.2
416
name: intrusionIndex
235
- tag: intrusion_index
236
- - symbol:
417
+ - tag: intrusion_location_name
418
+ symbol:
419
OID: 1.3.6.1.4.1.674.10892.1.300.70.1.8
420
name: intrusionLocationName
239
- tag: intrusion_location_name
421
+
422
- MIB: MIB-Dell-10892
423
table:
424
OID: 1.3.6.1.4.1.674.10892.1.600.20
@@ -244,46 +426,61 @@ metrics:
426
symbols:
427
- OID: 1.3.6.1.4.1.674.10892.1.600.20.1.5
428
name: voltageProbeStatus
247
- description: Status of the voltage probe
248
- unit: "{voltage_probe}"
429
+ chart_meta:
430
+ family: 'Hardware/Sensor/Voltage/Status'
431
+ description: Status of the voltage probe
432
+ unit: "{status}"
433
+ mapping:
434
+ 1: other
435
+ 2: unknown
436
+ 3: ok
437
+ 4: nonCriticalUpper
438
+ 5: criticalUpper
439
+ 6: nonRecoverableUpper
440
+ 7: nonCriticalLower
441
+ 8: criticalLower
442
+ 9: nonRecoverableLower
443
+ 10: failed
444
- OID: 1.3.6.1.4.1.674.10892.1.600.20.1.6
445
name: voltageProbeReading
251
- description: Reading value of the voltage probe
252
- unit: "V"
253
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
446
+ chart_meta:
447
+ family: 'Hardware/Sensor/Voltage/Value'
448
+ description: Reading value of the voltage probe
449
+ unit: "mV"
450
metric_tags:
255
- - symbol:
451
+ - tag: chassis_index
452
+ symbol:
453
OID: 1.3.6.1.4.1.674.10892.1.600.20.1.1
454
name: voltageProbechassisIndex
258
- tag: chassis_index
259
- - symbol:
455
+ - tag: voltage_probe_index
456
+ symbol:
457
OID: 1.3.6.1.4.1.674.10892.1.600.20.1.2
458
name: voltageProbeIndex
262
- tag: voltage_probe_index
263
- - symbol:
459
+ - tag: probe_type
460
+ symbol:
461
OID: 1.3.6.1.4.1.674.10892.1.600.20.1.7
462
name: voltageProbeType
266
- tag: probe_type
267
- mapping:
268
- 1: voltage_probe_type_is_other
269
- 2: voltage_probe_type_is_unknown
270
- 3: voltage_probe_type_is_1point5_volt # 1.5 volt
271
- 4: voltage_probe_type_is_3point3_volt # 3.3 volt
272
- 5: voltage_probe_type_is_5_volt # 5 volt
273
- 6: voltage_probe_type_is_minus5_volt # -5 volt
274
- 7: voltage_probe_type_is_12_volt # 12 volt
275
- 8: voltage_probe_type_is_minus12_volt # -12 volt
276
- 9: voltage_probe_type_is_io
277
- 10: voltage_probe_type_is_core
278
- 11: voltage_probe_type_is_flea
279
- 12: voltage_probe_type_is_battery
280
- 13: voltage_probe_type_is_terminator
281
- 14: voltage_probe_type_is_2point5_volt # 2.5 volt
282
- 15: voltage_probe_type_is_gtl
283
- 16: voltage_probe_type_is_discrete
284
- 17: voltage_probe_type_is_generic_discrete
285
- 18: voltage_probe_type_is_ps_voltage
286
- 19: voltage_probe_type_is_memory_status
463
+ mapping:
464
+ 1: other
465
+ 2: unknown
466
+ 3: 1point5_volt # 1.5 volt
467
+ 4: 3point3_volt # 3.3 volt
468
+ 5: 5_volt # 5 volt
469
+ 6: minus5_volt # -5 volt
470
+ 7: 12_volt # 12 volt
471
+ 8: minus12_volt # -12 volt
472
+ 9: io
473
+ 10: core
474
+ 11: flea
475
+ 12: battery
476
+ 13: terminator
477
+ 14: 2point5_volt # 2.5 volt
478
+ 15: gtl
479
+ 16: discrete
480
+ 17: generic_discrete
481
+ 18: ps_voltage
482
+ 19: memory_status
483
+
484
- MIB: MIB-Dell-10892
485
table:
486
OID: 1.3.6.1.4.1.674.10892.1.600.30
@@ -291,47 +488,61 @@ metrics:
488
symbols:
489
- OID: 1.3.6.1.4.1.674.10892.1.600.30.1.5
490
name: amperageProbeStatus
294
- description: Status of the amperage probe
295
- unit: "1"
296
- - OID: 1.3.6.1.4.1.674.10892.1.600.30.1.6
297
- name: amperageProbeReading
298
- description: Reading value of the amperage probe
299
- unit: "A"
300
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
491
+ chart_meta:
492
+ family: 'Hardware/Sensor/Amperage/Status'
493
+ description: Status of the amperage probe
494
+ unit: "{status}"
495
+ mapping:
496
+ 1: other
497
+ 2: unknown
498
+ 3: ok
499
+ 4: nonCriticalUpper
500
+ 5: criticalUpper
501
+ 6: nonRecoverableUpper
502
+ 7: nonCriticalLower
503
+ 8: criticalLower
504
+ 9: nonRecoverableLower
505
+ 10: failed
506
+ # TODO: value/unit depends on the probe type
507
+ # - OID: 1.3.6.1.4.1.674.10892.1.600.30.1.6
508
+ # name: amperageProbeReading
509
+ # description: Reading value of the amperage probe
510
+ # unit: "A"
511
metric_tags:
302
- - symbol:
512
+ - tag: probe_type
513
+ symbol:
514
OID: 1.3.6.1.4.1.674.10892.1.600.30.1.7
515
name: amperageProbeType
305
- tag: probe_type
306
- mapping:
307
- 1: amperage_probe_type_is_other
308
- 2: amperage_probe_type_is_unknown
309
- 3: amperage_probe_type_is_1point5_volt # 1.5 volt
310
- 4: amperage_probe_type_is_3point3_volt # 3.3 volt
311
- 5: amperage_probe_type_is_5_volt # 5 volt
312
- 6: amperage_probe_type_is_minus5_volt # -5 volt
313
- 7: amperage_probe_type_is_12_volt # 12 volt
314
- 8: amperage_probe_type_is_minus12_volt # -12 volt
315
- 9: amperage_probe_type_is_io
316
- 10: amperage_probe_type_is_core
317
- 11: amperage_probe_type_is_flea
318
- 12: amperage_probe_type_is_battery
319
- 13: amperage_probe_type_is_terminator
320
- 14: amperage_probe_type_is_2point5_volt # 2.5 volt
321
- 15: amperage_probe_type_is_gtl
322
- 16: amperage_probe_type_is_discrete
323
- 23: amperage_probe_type_is_power_supply_amps
324
- 24: amperage_probe_type_is_power_supply_watts
325
- 25: amperage_probe_type_is_system_amps
326
- 26: amperage_probe_type_is_system_watts
327
- - symbol:
516
+ mapping:
517
+ 1: other
518
+ 2: unknown
519
+ 3: 1point5_volt # 1.5 volt
520
+ 4: 3point3_volt # 3.3 volt
521
+ 5: 5_volt # 5 volt
522
+ 6: minus5_volt # -5 volt
523
+ 7: 12_volt # 12 volt
524
+ 8: minus12_volt # -12 volt
525
+ 9: io
526
+ 10: core
527
+ 11: flea
528
+ 12: battery
529
+ 13: terminator
530
+ 14: 2point5_volt # 2.5 volt
531
+ 15: gtl
532
+ 16: discrete
533
+ 23: power_supply_amps
534
+ 24: power_supply_watts
535
+ 25: system_amps
536
+ 26: system_watts
537
+ - tag: chassis_index
538
+ symbol:
539
OID: 1.3.6.1.4.1.674.10892.1.600.30.1.1
540
name: amperageProbechassisIndex
330
- tag: chassis_index
331
- - symbol:
541
+ - tag: amperage_probe_index
542
+ symbol:
543
OID: 1.3.6.1.4.1.674.10892.1.600.30.1.2
544
name: amperageProbeIndex
334
- tag: amperage_probe_index
545
+
546
- MIB: MIB-Dell-10892
547
metric_type: gauge # Sent as integers
548
table:
@@ -340,30 +551,90 @@ metrics:
551
symbols:
552
- OID: 1.3.6.1.4.1.674.10892.1.600.12.1.5
553
name: powerSupplyStatus
343
- description: Status of the power supply
344
- unit: "{power_supply}"
554
+ chart_meta:
555
+ family: 'Hardware/PowerSupply/Status'
556
+ description: Status of the power supply
557
+ unit: "{status}"
558
+ mapping:
559
+ 1: other
560
+ 2: unknown
561
+ 3: ok
562
+ 4: nonCritical
563
+ 5: critical
564
+ 6: nonRecoverable
565
+ 7: absent
566
+ - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.11
567
+ name: powerSupplySensorState
568
+ chart_meta:
569
+ family: 'Hardware/PowerSupply/Sensor/State'
570
+ description: Status reported by the power supply sensor
571
+ unit: "{status}"
572
+ mapping:
573
+ 1: presenceDetected
574
+ 2: psFailureDetected
575
+ 3: predictiveFailure
576
+ 4: psACLost
577
+ 5: acLostOrOutOfRange
578
+ 6: acOutOfRangeButPresent
579
+ 7: configurationError
580
+ - OID: 1.3.6.1.4.1.674.10892.1.600.12.1.12
581
+ name: powerSupplyConfigurationErrorType
582
+ chart_meta:
583
+ family: 'Hardware/PowerSupply/ConfigurationError/Type'
584
+ description: Type of configuration error reported by the power supply sensor.
585
+ unit: "{status}"
586
+ mapping:
587
+ 1: vendorMismatch
588
+ 2: revisionMismatch
589
+ 3: processorMissing
590
- OID: 1.3.6.1.4.1.674.10892.1.600.12.1.6
591
name: powerSupplyOutputWatts
347
- description: Output power in watts of the power supply
348
- unit: "W"
592
+ chart_meta:
593
+ family: 'Hardware/PowerSupply/Output/Power'
594
+ description: Output power in watts of the power supply
595
+ unit: "W"
596
- OID: 1.3.6.1.4.1.674.10892.1.600.12.1.9
597
name: powerSupplyMaximumInputVoltage
351
- description: Maximum input voltage of the power supply
352
- unit: "V"
598
+ chart_meta:
599
+ family: 'Hardware/PowerSupply/Input/Voltage/Maximum'
600
+ description: Maximum input voltage of the power supply
601
+ unit: "V"
602
- OID: 1.3.6.1.4.1.674.10892.1.600.12.1.16
603
name: powerSupplyCurrentInputVoltage
355
- description: Current input voltage of the power supply
356
- unit: "V"
357
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
604
+ chart_meta:
605
+ family: 'Hardware/PowerSupply/Input/Voltage/Current'
606
+ description: Current input voltage of the power supply
607
+ unit: "V"
608
metric_tags:
359
- - symbol:
609
+ - tag: chassis_index
610
+ symbol:
611
OID: 1.3.6.1.4.1.674.10892.1.600.12.1.1
612
name: powerSupplychassisIndex
362
- tag: chassis_index
363
- - symbol:
613
+ - tag: power_supply_index
614
+ symbol:
615
OID: 1.3.6.1.4.1.674.10892.1.600.12.1.2
616
name: powerSupplyIndex
366
- tag: index
617
+ - tag: power_supply_type
618
+ symbol:
619
+ OID: 1.3.6.1.4.1.674.10892.1.600.12.1.7
620
+ name: powerSupplyType
621
+ mapping:
622
+ 1: other
623
+ 2: unknown
624
+ 3: linear
625
+ 4: switching
626
+ 5: battery
627
+ 6: ups
628
+ 7: converter
629
+ 8: regulator
630
+ 9: ac
631
+ 10: dc
632
+ 11: vrm
633
+ - tag: _power_supply_location_name
634
+ symbol:
635
+ OID: 1.3.6.1.4.1.674.10892.1.600.12.1.8
636
+ name: powerSupplyLocationName
637
+
638
- MIB: MIB-Dell-10892
639
table:
640
OID: 1.3.6.1.4.1.674.10892.1.600.60
@@ -371,22 +642,32 @@ metrics:
642
symbols:
643
- OID: 1.3.6.1.4.1.674.10892.1.600.60.1.5
644
name: powerUsageStatus
374
- description: Status of the power usage
375
- unit: "{power_usage}"
376
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
645
+ chart_meta:
646
+ family: 'System/Power/Usage/Status'
647
+ description: Status of the power usage information
648
+ unit: "{status}"
649
+ mapping:
650
+ 1: other
651
+ 2: unknown
652
+ 3: ok
653
+ 4: nonCritical
654
+ 5: critical
655
+ 6: nonRecoverable
656
+ 7: absent
657
metric_tags:
378
- - symbol:
658
+ - tag: chassis_index
659
+ symbol:
660
OID: 1.3.6.1.4.1.674.10892.1.600.60.1.1
661
name: powerUsageChassisIndex
381
- tag: chassis_index
382
- - symbol:
662
+ - tag: power_usage_index
663
+ symbol:
664
OID: 1.3.6.1.4.1.674.10892.1.600.60.1.2
665
name: powerUsageIndex
385
- tag: power_usage_index
386
- - symbol:
666
+ - tag: power_usage_entity_name
667
+ symbol:
668
OID: 1.3.6.1.4.1.674.10892.1.600.60.1.6
669
name: powerUsageEntityName
389
- tag: power_usage_entity_name
670
+
671
- MIB: MIB-Dell-10892
672
table:
673
OID: 1.3.6.1.4.1.674.10892.1.700.10
@@ -394,26 +675,46 @@ metrics:
675
symbols:
676
- OID: 1.3.6.1.4.1.674.10892.1.700.10.1.5
677
name: coolingUnitRedundancyStatus
397
- description: Redundancy status of the cooling unit
398
- unit: "{cooling_unit}"
678
+ chart_meta:
679
+ family: 'Hardware/Cooling/Unit/Redundancy/Status'
680
+ description: Redundancy status of the cooling unit
681
+ unit: "{status}"
682
+ mapping:
683
+ 1: other
684
+ 2: unknown
685
+ 3: full
686
+ 4: degraded
687
+ 5: lost
688
+ 6: notRedundant
689
+ 7: redundancyOffline
690
- OID: 1.3.6.1.4.1.674.10892.1.700.10.1.8
691
name: coolingUnitStatus
401
- description: Status of the cooling unit
402
- unit: "{cooling_unit}"
403
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
692
+ chart_meta:
693
+ family: 'Hardware/Cooling/Unit/Status'
694
+ description: Status of the cooling unit
695
+ unit: "{status}"
696
+ mapping:
697
+ 1: other
698
+ 2: unknown
699
+ 3: ok
700
+ 4: nonCritical
701
+ 5: critical
702
+ 6: nonRecoverable
703
+ 7: absent
704
metric_tags:
405
- - symbol:
705
+ - tag: chassis_index
706
+ symbol:
707
OID: 1.3.6.1.4.1.674.10892.1.700.10.1.1
708
name: coolingUnitchassisIndex
408
- tag: chassis_index
409
- - symbol:
709
+ - tag: cooling_unit_index
710
+ symbol:
711
OID: 1.3.6.1.4.1.674.10892.1.700.10.1.2
712
name: coolingUnitIndex
412
- tag: cooling_unit_index
413
- - symbol:
713
+ - tag: cooling_unit_name
714
+ symbol:
715
OID: 1.3.6.1.4.1.674.10892.1.700.10.1.7
716
name: coolingUnitName
416
- tag: cooling_unit_name
717
+
718
- MIB: MIB-Dell-10892
719
table:
720
OID: 1.3.6.1.4.1.674.10892.1.700.12
@@ -421,46 +722,53 @@ metrics:
722
symbols:
723
- OID: 1.3.6.1.4.1.674.10892.1.700.12.1.5
724
name: coolingDeviceStatus
424
- description: Status of the cooling device
425
- unit: "{cooling_device}"
426
- - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.6
427
- name: coolingDeviceReading
428
- description: Reading value of the cooling device
429
- unit: "TBD"
430
- - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.18
431
- name: coolingDeviceDiscreteReading
432
- description: Discrete reading of the cooling device
433
- unit: "TBD"
434
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
725
+ chart_meta:
726
+ family: 'Hardware/Cooling/Device/Status'
727
+ description: Status of the cooling device
728
+ unit: "{status}"
729
+ mapping:
730
+ 1: other
731
+ 2: unknown
732
+ 3: ok
733
+ 4: nonCritical
734
+ 5: critical
735
+ 6: nonRecoverable
736
+ 7: absent
737
+ # TODO: value/unit depends on the probe type
738
+ # - OID: 1.3.6.1.4.1.674.10892.1.700.12.1.6
739
+ # name: coolingDeviceReading
740
+ # description: Reading value of the cooling device
741
+ # unit: "TBD"
742
metric_tags:
436
- - symbol:
743
+ - tag: chassis_index
744
+ symbol:
745
OID: 1.3.6.1.4.1.674.10892.1.700.12.1.1
746
name: coolingDevicechassisIndex
439
- tag: chassis_index
440
- - symbol:
747
+ - tag: cooling_device_name
748
+ symbol:
749
OID: 1.3.6.1.4.1.674.10892.1.700.12.1.2
750
name: coolingDeviceIndex
443
- tag: cooling_device_name
444
- - symbol:
751
+ - tag: cooling_device_name
752
+ symbol:
753
OID: 1.3.6.1.4.1.674.10892.1.700.12.1.7
754
name: coolingDeviceType
447
- tag: cooling_device_type
448
- mapping:
449
- 1: cooling_device_type_is_other
450
- 2: cooling_device_type_is_unknown
451
- 3: cooling_device_type_is_a_fan
452
- 4: cooling_device_type_is_a_blower
453
- 5: cooling_device_type_is_a_chip_fan
454
- 6: cooling_device_type_is_a_cabinet_fan
455
- 7: cooling_device_type_is_a_power_supply_fan
456
- 8: cooling_device_type_is_a_heat_pipe
457
- 9: cooling_device_type_is_refrigeration
458
- 10: cooling_device_type_is_active_cooling
459
- 11: cooling_device_type_is_passive_cooling
460
- - symbol:
755
+ mapping:
756
+ 1: other
757
+ 2: unknown
758
+ 3: a_fan
759
+ 4: a_blower
760
+ 5: a_chip_fan
761
+ 6: a_cabinet_fan
762
+ 7: a_power_supply_fan
763
+ 8: a_heat_pipe
764
+ 9: refrigeration
765
+ 10: active_cooling
766
+ 11: passive_cooling
767
+ - tag: cooling_device_location_name
768
+ symbol:
769
OID: 1.3.6.1.4.1.674.10892.1.700.12.1.8
770
name: coolingDeviceLocationName
463
- tag: cooling_device_location_name
771
+
772
- MIB: MIB-Dell-10892
773
metric_type: gauge # Sent as integers
774
table:
@@ -469,35 +777,50 @@ metrics:
777
symbols:
778
- OID: 1.3.6.1.4.1.674.10892.1.700.20.1.5
779
name: temperatureProbeStatus
472
- description: Status of the temperature probe
473
- unit: "{temperature_probe}"
780
+ chart_meta:
781
+ family: 'Hardware/Sensor/Temperature/Status'
782
+ description: Status of the temperature probe
783
+ unit: "{status}"
784
+ mapping:
785
+ 1: other
786
+ 2: unknown
787
+ 3: ok
788
+ 4: nonCriticalUpper
789
+ 5: criticalUpper
790
+ 6: nonRecoverableUpper
791
+ 7: nonCriticalLower
792
+ 8: criticalLower
793
+ 9: nonRecoverableLower
794
+ 10: failed
795
- OID: 1.3.6.1.4.1.674.10892.1.700.20.1.6
796
name: temperatureProbeReading
476
- description: Reading value of the temperature probe
477
- unit: "Cel"
478
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
797
+ chart_meta:
798
+ family: 'Hardware/Sensor/Temperature/Value'
799
+ description: Reading value of the temperature probe
800
+ unit: "Cel"
801
metric_tags:
480
- - symbol:
802
+ - tag: chassis_index
803
+ symbol:
804
OID: 1.3.6.1.4.1.674.10892.1.700.20.1.1
805
name: temperatureProbechassisIndex
483
- tag: chassis_index
484
- - symbol:
806
+ - tag: temperature_probe_index
807
+ symbol:
808
OID: 1.3.6.1.4.1.674.10892.1.700.20.1.2
809
name: temperatureProbeIndex
487
- tag: index
488
- - symbol:
810
+ - tag: temperature_probe_type
811
+ symbol:
812
OID: 1.3.6.1.4.1.674.10892.1.700.20.1.7
813
name: temperatureProbeType
491
- tag: temperature_probe_type
814
mapping:
493
- 1: temperature_probe_type_is_other
494
- 2: temperature_probe_type_is_unknown
495
- 3: temperature_probe_type_is_ambient_esm
496
- 16: temperature_probe_type_is_discrete
497
- - symbol:
815
+ 1: other
816
+ 2: unknown
817
+ 3: ambient_esm
818
+ 16: discrete
819
+ - tag: temperature_probe_location_name
820
+ symbol:
821
OID: 1.3.6.1.4.1.674.10892.1.700.20.1.8
822
name: temperatureProbeLocationName
500
- tag: temperature_probe_location_name
823
+
824
- MIB: MIB-Dell-10892
825
metric_type: gauge # Sent as integers
826
table:
@@ -506,22 +829,34 @@ metrics:
829
symbols:
830
- OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.5
831
name: processorDeviceStatus
509
- description: Status of the processor device
510
- unit: "{processor_device}"
832
+ chart_meta:
833
+ family: 'Hardware/Processor/Status'
834
+ description: Status of the processor device
835
+ unit: "{status}"
836
+ mapping:
837
+ 1: other
838
+ 2: unknown
839
+ 3: ok
840
+ 4: nonCritical
841
+ 5: critical
842
+ 6: nonRecoverable
843
+ 7: absent
844
- OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.19
845
name: processorDeviceThreadCount
513
- description: Number of threads in the processor device
514
- unit: "{thread}"
515
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
846
+ chart_meta:
847
+ family: 'Hardware/Processor/Thread/Count'
848
+ description: Number of threads in the processor device
849
+ unit: "{thread}"
850
metric_tags:
517
- - symbol:
851
+ - tag: chassis_index
852
+ symbol:
853
OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.1
854
name: processorDevicechassisIndex
520
- tag: chassis_index
521
- - symbol:
855
+ - tag: processor_device_index
856
+ symbol:
857
OID: 1.3.6.1.4.1.674.10892.1.1100.30.1.2
858
name: processorDeviceIndex
524
- tag: index
859
+
860
- MIB: MIB-Dell-10892
861
table:
862
OID: 1.3.6.1.4.1.674.10892.1.1100.32
@@ -529,26 +864,37 @@ metrics:
864
symbols:
865
- OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.5
866
name: processorDeviceStatusStatus
532
- description: Status of the processor device status
533
- unit: "{processor_device_status}"
534
- - OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.6
535
- name: processorDeviceStatusReading
536
- description: Reading value of the processor device status
537
- unit: "TBD"
538
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
867
+ chart_meta:
868
+ family: 'Hardware/Processor/Device/Status/Status'
869
+ description: Status of the processor device status probe
870
+ unit: "{status}"
871
+ mapping:
872
+ 1: other
873
+ 2: unknown
874
+ 3: ok
875
+ 4: nonCritical
876
+ 5: critical
877
+ 6: nonRecoverable
878
+ 7: absent
879
+ # TODO: bitmask support (https://github.com/DanielleHuisman/observium-community-edition/blob/9f799d444ac7aee4fff8a87b2daa8a719e24d474/mibs/dell/MIB-Dell-10892#L7869)
880
+ # - OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.6
881
+ # name: processorDeviceStatusReading
882
+ # description: Reading value of the processor device status probe
883
+ # unit: "TBD"
884
metric_tags:
540
- - symbol:
885
+ - tag: chassis_index
886
+ symbol:
887
OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.1
888
name: processorDeviceStatusChassisIndex
543
- tag: chassis_index
544
- - symbol:
889
+ - tag: processor_device_status_index
890
+ symbol:
891
OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.2
892
name: processorDeviceStatusIndex
547
- tag: processor_device_status_index
548
- - symbol:
893
+ - tag: processor_device_status_location_name
894
+ symbol:
895
OID: 1.3.6.1.4.1.674.10892.1.1100.32.1.7
896
name: processorDeviceStatusLocationName
551
- tag: processor_device_status_location_name
897
+
898
- MIB: MIB-Dell-10892
899
metric_type: gauge # Sent as integers
900
table:
@@ -557,26 +903,52 @@ metrics:
903
symbols:
904
- OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.5
905
name: cacheDeviceStatus
560
- description: Status of the cache device
561
- unit: "1"
906
+ chart_meta:
907
+ family: 'Hardware/Cache/Status'
908
+ description: Status of the cache device
909
+ unit: "{status}"
910
+ mapping:
911
+ 1: other
912
+ 2: unknown
913
+ 3: ok
914
+ 4: nonCritical
915
+ 5: critical
916
+ 6: nonRecoverable
917
+ 7: absent
918
+ - OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.9
919
+ name: cacheDeviceStatusState
920
+ chart_meta:
921
+ family: 'Hardware/Cache/Status/State'
922
+ description: Status state of the cache device
923
+ unit: "{status}"
924
+ mapping:
925
+ 1: other
926
+ 2: unknown
927
+ 3: enabled
928
+ 4: userDisabled
929
+ 5: biosDisabled
930
- OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.12
931
name: cacheDeviceMaximumSize
564
- description: Maximum size of the cache device
565
- unit: "By"
932
+ chart_meta:
933
+ family: 'Hardware/Cache/Size/Maximum'
934
+ description: Maximum size of the cache device
935
+ unit: "By"
936
- OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.13
937
name: cacheDeviceCurrentSize
568
- description: Current size of the cache device
569
- unit: "By"
570
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
938
+ chart_meta:
939
+ family: 'Hardware/Cache/Size/Current'
940
+ description: Current size of the cache device
941
+ unit: "By"
942
metric_tags:
572
- - symbol:
943
+ - tag: chassis_index
944
+ symbol:
945
OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.1
946
name: cacheDevicechassisIndex
575
- tag: chassis_index
576
- - symbol:
947
+ - tag: cache_device_index
948
+ symbol:
949
OID: 1.3.6.1.4.1.674.10892.1.1100.40.1.2
950
name: cacheDeviceIndex
579
- tag: index
951
+
952
- MIB: MIB-Dell-10892
953
metric_type: gauge # Sent as integers
954
table:
@@ -585,33 +957,37 @@ metrics:
957
symbols:
958
- OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.5
959
name: memoryDeviceStatus
588
- description: Status of the memory device
589
- unit: "{memory_device}"
590
- - OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.20
591
- name: memoryDeviceFailureModes
592
- description: Failure modes of the memory device
593
- unit: "TBD"
594
- # Sent as bit masks:
595
- # (0) -- memory device has no faults.
596
- # (1) -- ECC single bit correction warning rate exceeded
597
- # (2) -- ECC single bit correction failure rate exceeded
598
- # (4),-- ECC multibit fault encountered
599
- # (8) -- ECC single bit correction logging disabled
600
- # (16) -- device disabled because of spare activation
601
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
960
+ chart_meta:
961
+ family: 'Hardware/Memory/Status'
962
+ description: Status of the memory device
963
+ unit: "{status}"
964
+ mapping:
965
+ 1: other
966
+ 2: unknown
967
+ 3: ok
968
+ 4: nonCritical
969
+ 5: critical
970
+ 6: nonRecoverable
971
+ 7: absent
972
+ # TODO: bitmask support (https://github.com/DanielleHuisman/observium-community-edition/blob/9f799d444ac7aee4fff8a87b2daa8a719e24d474/mibs/dell/MIB-Dell-10892#L8324)
973
+ # - OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.20
974
+ # name: memoryDeviceFailureModes
975
+ # description: Failure modes of the memory device
976
+ # unit: "TBD"
977
metric_tags:
603
- - symbol:
978
+ - tag: chassis_index
979
+ symbol:
980
OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.1
981
name: memoryDevicechassisIndex
606
- tag: chassis_index
607
- - symbol:
982
+ - tag: device_index
983
+ symbol:
984
OID: 1.3.6.1.4.1.674.10892.5.4.1100.50.1.2
985
name: memoryDeviceIndex
610
- tag: device_index
611
- - symbol:
986
+ - tag: _device_serial_number_name
987
+ symbol:
988
OID: 1.3.6.1.4.1.674.10892.1.1100.50.1.23
989
name: memoryDeviceSerialNumberName
614
- tag: serial_number_name
990
+
991
- MIB: MIB-Dell-10892
992
metric_type: gauge # Sent as integers
993
table:
@@ -620,13 +996,44 @@ metrics:
996
symbols:
997
- OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.3
998
name: networkDeviceStatus
623
- description: Status of the network device
624
- unit: "{network_device}"
999
+ chart_meta:
1000
+ family: 'Network/Device/Status'
1001
+ description: Status of the network device
1002
+ unit: "{status}"
1003
+ mapping:
1004
+ 1: other
1005
+ 2: unknown
1006
+ 3: ok
1007
+ 4: nonCritical
1008
+ 5: critical
1009
+ 6: nonRecoverable
1010
+ 7: absent
1011
+ - OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.4
1012
+ name: networkDeviceConnectionStatus
1013
+ chart_meta:
1014
+ family: 'Network/Device/Connection/Status'
1015
+ description: Connection status of the network device
1016
+ unit: "{status}"
1017
+ mapping:
1018
+ 0: unknown
1019
+ 1: connected
1020
+ 2: disconnected
1021
+ 3: driverBad
1022
+ 4: driverDisabled
1023
+ 10: hardwareInitalizing
1024
+ 11: hardwareResetting
1025
+ 12: hardwareClosing
1026
+ 13: hardwareNotReady
1027
metric_tags:
626
- - symbol:
627
- OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.11
628
- name: networkDeviceIPAddress
629
- tag: ip_address
1028
+ - tag: chassis_index
1029
+ symbol:
1030
+ OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.1
1031
+ name: networkDeviceChassisIndex
1032
+ - tag: network_device_index
1033
+ symbol:
1034
+ OID: 1.3.6.1.4.1.674.10892.1.1100.90.1.2
1035
+ name: networkDeviceIndex
1036
+
1037
- MIB: MIB-Dell-10892
1038
table:
1039
OID: 1.3.6.1.4.1.674.10892.1.1200.10
@@ -634,34 +1041,28 @@ metrics:
1041
symbols:
1042
- OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.5
1043
name: systemSlotStatus
637
- description: Status of the system slot
638
- unit: "{system_slot}"
639
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1044
+ chart_meta:
1045
+ family: 'Hardware/Slot/Status'
1046
+ description: Status of the system slot
1047
+ unit: "{status}"
1048
+ mapping:
1049
+ 1: other
1050
+ 2: unknown
1051
+ 3: ok
1052
+ 4: nonCritical
1053
+ 5: critical
1054
+ 6: nonRecoverable
1055
+ 7: absent
1056
metric_tags:
641
- - symbol:
642
- OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.8
643
- name: systemSlotSlotExternalSlotName
644
- tag: slot_name
645
- - symbol:
1057
+ - tag: chassis_index
1058
+ symbol:
1059
OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.1
1060
name: systemSlotchassisIndex
648
- tag: chassis_index
649
- - MIB: DCS3FRU-MIB
650
- table:
651
- OID: 1.3.6.1.4.1.674.10892.1.2000.10
652
- name: fruTable
653
- symbols:
654
- - OID: 1.3.6.1.4.1.674.10892.1.2000.10.1.3
655
- name: fruInformationStatus
656
- description: Status of the field replaceable unit information
657
- unit: "{fru_information}"
658
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
659
- metric_tags:
660
- - symbol:
661
- OID: 1.3.6.1.4.1.674.10892.1.2000.10.1.1
662
- name: fruChassisIndex
663
- tag: chassis_index
664
- - symbol:
665
- OID: 1.3.6.1.4.1.674.10892.1.2000.10.1.2
666
- name: fruIndex
667
- tag: fru_index
1061
+ - tag: slot_index
1062
+ symbol:
1063
+ OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.2
1064
+ name: systemSlotIndex
1065
+ - tag: slot_name
1066
+ symbol:
1067
+ OID: 1.3.6.1.4.1.674.10892.1.1200.10.1.8
1068
+ name: systemSlotSlotExternalSlotName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netapp.yaml
+42
-42
@@ -62,7 +62,7 @@ metrics:
62
# The partialFailure(3) status indicates that one of the links in the interconnect hardware is down.
63
chart_meta:
64
description: The current status of the interconnect
65
- family: 'ClusterFailover/Interconnect/Status'
65
+ family: 'System/ClusterFailover/Interconnect/Status'
66
unit: "{status}"
67
- MIB: NETAPP-MIB
68
symbol:
@@ -74,7 +74,7 @@ metrics:
74
# buffer cache age will be very low.
75
chart_meta:
76
description: Age in minutes of the oldest read-only blocks in the buffer cache
77
- family: 'Cache/Buffer/Age'
77
+ family: 'Storage/Cache/Buffer/Age'
78
unit: "min"
79
- MIB: NETAPP-MIB
80
symbol:
@@ -91,7 +91,7 @@ metrics:
91
name: extcache64Hits
92
chart_meta:
93
description: Number of wafl buffers read from the external cache
94
- family: 'Cache/External/Hit/Count'
94
+ family: 'Storage/Cache/External/Hit'
95
unit: "{buffer}/s"
96
97
# Snap vaults (https://oidref.com/1.3.6.1.4.1.789.1.19.11.1.15)
@@ -104,32 +104,32 @@ metrics:
104
name: svTotalTransMBs
105
chart_meta:
106
description: Transfer size
107
- family: 'SnapVault/Transfer/Throughput/Total'
107
+ family: 'Storage/SnapVault/Transfer/Throughput'
108
unit: "By/s"
109
scale_factor: 1048576
110
- OID: 1.3.6.1.4.1.789.1.19.11.1.7
111
name: svTotalSuccesses
112
chart_meta:
113
description: Successful transfers
114
- family: 'SnapVault/Transfer/Success/Count'
114
+ family: 'Storage/SnapVault/Transfer/Success'
115
unit: "{transfer}/s"
116
- OID: 1.3.6.1.4.1.789.1.19.11.1.9
117
name: svTotalFailures
118
chart_meta:
119
description: Failed or aborted transfers
120
- family: 'SnapVault/Transfer/Failure/Count'
120
+ family: 'Storage/SnapVault/Transfer/Failure'
121
unit: "{transfer}/s"
122
- OID: 1.3.6.1.4.1.789.1.19.11.1.6
123
name: svLag
124
chart_meta:
125
description: Shows how far away the destination is from the source.
126
- family: 'SnapVault/Sync/Lag'
126
+ family: 'Storage/SnapVault/Sync/Lag'
127
unit: "cs"
128
- OID: 1.3.6.1.4.1.789.1.19.11.1.4
129
name: svStatus
130
chart_meta:
131
description: Current transfer status
132
- family: 'SnapVault/Transfer/Status'
132
+ family: 'Storage/SnapVault/Transfer/Status'
133
unit: "{status}"
134
mapping:
135
1: idle
@@ -143,7 +143,7 @@ metrics:
143
name: svState
144
chart_meta:
145
description: Current state of the SnapVault relationship
146
- family: 'SnapVault/Relationship/Status'
146
+ family: 'Storage/SnapVault/Relationship/Status'
147
unit: "{status}"
148
mapping:
149
1: uninitialized
@@ -178,32 +178,32 @@ metrics:
178
name: snapmirrorTotalTransMBs
179
chart_meta:
180
description: Transfer size
181
- family: 'SnapMirror/Transfer/Throughput/Total'
181
+ family: 'Storage/SnapMirror/Transfer/Throughput'
182
unit: "By/s"
183
scale_factor: 1048576
184
- OID: 1.3.6.1.4.1.789.1.9.20.1.7
185
name: snapmirrorTotalSuccesses
186
chart_meta:
187
description: Successful transfers
188
- family: 'SnapMirror/Transfer/Success/Count'
188
+ family: 'Storage/SnapMirror/Transfer/Success'
189
unit: "{transfer}/s"
190
- OID: 1.3.6.1.4.1.789.1.9.20.1.9
191
name: snapmirrorTotalFailures
192
chart_meta:
193
description: Failed or aborted transfers
194
- family: 'SnapMirror/Transfer/Failure/Count'
194
+ family: 'Storage/SnapMirror/Transfer/Failure'
195
unit: "{transfer}/s"
196
- OID: 1.3.6.1.4.1.789.1.9.20.1.6
197
name: snapmirrorLag
198
chart_meta:
199
description: How far behind from the source the destination is
200
- family: 'SnapMirror/Sync/Lag'
200
+ family: 'Storage/SnapMirror/Sync/Lag'
201
unit: "cs"
202
- OID: 1.3.6.1.4.1.789.1.9.20.1.4
203
name: snapmirrorStatus
204
chart_meta:
205
description: Current transfer status of the SnapMirror
206
- family: 'SnapMirror/Transfer/Status'
206
+ family: 'Storage/SnapMirror/Transfer/Status'
207
unit: "{status}"
208
mapping:
209
1: uninitialized
@@ -216,7 +216,7 @@ metrics:
216
name: snapmirrorState
217
chart_meta:
218
description: Current state of the SnapMirror
219
- family: 'SnapMirror/Status'
219
+ family: 'Storage/SnapMirror/State/Status'
220
unit: "{status}"
221
mapping:
222
1: idle
@@ -250,7 +250,7 @@ metrics:
250
name: dfStatus
251
chart_meta:
252
description: The status of the file system
253
- family: 'FileSystem/Status'
253
+ family: 'System/FileSystem/Status'
254
unit: "{status}"
255
mapping:
256
1: unmounted
@@ -267,7 +267,7 @@ metrics:
267
name: dfMirrorStatus
268
chart_meta:
269
description: The status of the file system
270
- family: 'FileSystem/Mirror/Status'
270
+ family: 'System/FileSystem/Mirror/Status'
271
unit: "{status}"
272
mapping:
273
1: invalid
@@ -284,34 +284,34 @@ metrics:
284
name: dfHighTotalKBytes
285
chart_meta:
286
description: Total capacity for the referenced file system
287
- family: 'FileSystem/Space/Total'
287
+ family: 'System/FileSystem/Space/Total'
288
unit: "By"
289
scale_factor: 1024
290
- OID: 1.3.6.1.4.1.789.1.5.4.1.16
291
name: dfHighUsedKBytes
292
chart_meta:
293
description: The total disk space that is in use on the referenced file system
294
- family: 'FileSystem/Space/Used'
294
+ family: 'System/FileSystem/Space/Used'
295
unit: "By"
296
scale_factor: 1024
297
- OID: 1.3.6.1.4.1.789.1.5.4.1.18
298
name: dfHighAvailKBytes
299
chart_meta:
300
description: Total disk space that is free for use on the referenced file system
301
- family: 'FileSystem/Space/Available'
301
+ family: 'System/FileSystem/Space/Available'
302
unit: "By"
303
scale_factor: 1024
304
- OID: 1.3.6.1.4.1.789.1.5.4.1.7
305
name: dfInodesUsed
306
chart_meta:
307
description: Total number of inodes in use on the referenced file system
308
- family: 'FileSystem/Inode/Used'
308
+ family: 'System/FileSystem/Inode/Used'
309
unit: "{inode}"
310
- OID: 1.3.6.1.4.1.789.1.5.4.1.8
311
name: dfInodesFree
312
chart_meta:
313
description: Total number of inodes that are available for use on the referenced file system
314
- family: 'FileSystem/Inode/Free'
314
+ family: 'System/FileSystem/Inode/Free'
315
unit: "{inode}"
316
metric_tags:
317
- tag: df_index
@@ -337,70 +337,70 @@ metrics:
337
name: if64InOctets
338
chart_meta:
339
description: The total number of octets received on the interface, including framing characters
340
- family: 'Interfaces/Traffic/Total/In'
340
+ family: 'Network/Interface/Traffic/Total/In'
341
unit: "bit/s"
342
scale_factor: 8
343
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.31
344
name: if64OutOctets
345
chart_meta:
346
description: The total number of octets transmitted out of the interface, including framing characters
347
- family: 'Interfaces/Traffic/Total/Out'
347
+ family: 'Network/Interface/Traffic/Total/Out'
348
unit: "bit/s"
349
scale_factor: 8
350
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.26
351
name: if64InUcastPkts
352
chart_meta:
353
description: The number of unicast packets delivered to a higher-layer protocol
354
- family: 'Interfaces/Packet/Unicast/In'
355
- unit: "packets/s"
354
+ family: 'Network/Interface/Packet/Unicast/In'
355
+ unit: "{packet}/s"
356
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.32
357
name: if64OutUcastPkts
358
chart_meta:
359
description: The total number of unicast packets requested to be transmitted
360
- family: 'Interfaces/Packet/Unicast/Out'
361
- unit: "packets/s"
360
+ family: 'Network/Interface/Packet/Unicast/Out'
361
+ unit: "{packet}/s"
362
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.27
363
name: if64InNUcastPkts
364
chart_meta:
365
description: The number of non-unicast (broadcast/multicast) packets delivered to a higher-layer protocol
366
- family: 'Interfaces/Packet/NonUnicast/In'
367
- unit: "packets/s"
366
+ family: 'Network/Interface/Packet/NonUnicast/In'
367
+ unit: "{packet}/s"
368
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.33
369
name: if64OutNUcastPkts
370
chart_meta:
371
description: The total number of non-unicast packets requested to be transmitted
372
- family: 'Interfaces/Packet/NonUnicast/Out'
373
- unit: "packets/s"
372
+ family: 'Network/Interface/Packet/NonUnicast/Out'
373
+ unit: "{packet}/s"
374
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.28
375
name: if64InDiscards
376
chart_meta:
377
description: The number of inbound packets discarded even though no errors were detected
378
- family: 'Interfaces/Discard/In'
379
- unit: "packets/s"
378
+ family: 'Network/Interface/Packet/Discard/In'
379
+ unit: "{packet}/s"
380
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.34
381
name: if64OutDiscards
382
chart_meta:
383
description: The number of outbound packets discarded even though no errors were detected
384
- family: 'Interfaces/Discard/Out'
385
- unit: "packets/s"
384
+ family: 'Network/Interface/Packet/Discard/Out'
385
+ unit: "{packet}/s"
386
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.29
387
name: if64InErrors
388
chart_meta:
389
description: The number of inbound packets containing errors preventing delivery to higher-layer protocol
390
- family: 'Interfaces/Error/Total/In'
391
- unit: "errors/s"
390
+ family: 'Network/Interface/Error/Total/In'
391
+ unit: "{error}/s"
392
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.35
393
name: if64OutErrors
394
chart_meta:
395
description: The number of outbound packets that could not be transmitted due to errors
396
- family: 'Interfaces/Error/Total/Out'
397
- unit: "errors/s"
396
+ family: 'Network/Interface/Error/Total/Out'
397
+ unit: "{error}/s"
398
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.30
399
name: if64InUnknownProtos
400
chart_meta:
401
description: The number of packets discarded due to unknown or unsupported protocol
402
- family: 'Interfaces/Error/UnknownProtocol/In'
403
- unit: "packets/s"
402
+ family: 'Network/Interface/Error/UnknownProtocol'
403
+ unit: "{packet}/s"
404
metric_tags:
405
- tag: interface_index
406
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-access-point.yaml
+2
@@ -1,7 +1,9 @@
1
extends:
2
- netgear.yaml
3
+
4
sysobjectid:
5
- 1.3.6.1.4.1.4526.100.7.*
6
+
7
metadata:
8
device:
9
fields:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-readynas.yaml
+64
-63
@@ -13,14 +13,9 @@ metadata:
13
14
# READYNASOS-MIB
15
# https://www.downloads.netgear.com/files/ReadyNAS/READYNAS-MIB.txt
16
+# https://github.com/NextDom/plugin-SNMP/blob/master/ressources/READYNAS-MIB.txt
17
18
metrics:
18
- # scalar string metric is not supported yet
19
- # - MIB: READYNASOS-MIB
20
- # symbol:
21
- # OID: 1.3.6.1.4.1.4526.22.1.0
22
- # name: netgear.readynasos.nasMgrSoftwareVersion
23
- # tag: softwareVersion
19
- MIB: READYNASOS-MIB
20
table:
21
OID: 1.3.6.1.4.1.4526.22.3
@@ -28,17 +23,31 @@ metrics:
23
symbols:
24
- OID: 1.3.6.1.4.1.4526.22.3.1.6
25
name: netgear.readynasos.ataError
31
- description: Ata error count
32
- unit: "{error}"
26
+ chart_meta:
27
+ description: Ata error count
28
+ family: 'Hardware/Disk/Error/ATA'
29
+ unit: "{error}"
30
- OID: 1.3.6.1.4.1.4526.22.3.1.7
31
name: netgear.readynasos.diskCapacity
35
- description: Disk capacity
36
- unit: "By"
32
+ chart_meta:
33
+ description: Disk capacity
34
+ family: 'Hardware/Disk/Capacity'
35
+ unit: "By"
36
- OID: 1.3.6.1.4.1.4526.22.3.1.10
37
name: netgear.readynasos.diskTemperature
39
- description: Disk temperature
40
- unit: "Cel"
41
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
38
+ chart_meta:
39
+ description: Disk temperature
40
+ family: 'Hardware/Disk/Temperature/Value'
41
+ unit: "Cel"
42
+ - OID: 1.3.6.1.4.1.4526.22.3.1.9
43
+ name: netgear.readynasos.diskState
44
+ chart_meta:
45
+ description: Current status of the Disk
46
+ family: 'Hardware/Disk/Status'
47
+ unit: "{status}"
48
+ mapping:
49
+ 0: online
50
+ 1: offline
51
metric_tags:
52
- tag: netgear_readynasos_disk_id
53
symbol:
@@ -60,13 +69,7 @@ metrics:
69
symbol:
70
OID: 1.3.6.1.4.1.4526.22.3.1.8
71
name: netgear.readynasos.diskInterface
63
- - symbol:
64
- OID: 1.3.6.1.4.1.4526.22.3.1.9
65
- name: netgear.readynasos.diskState
66
- tag: _netgear_readynasos_disk_state
67
- mapping:
68
- 0: online
69
- 1: offline
72
+
73
- MIB: READYNASOS-MIB
74
table:
75
OID: 1.3.6.1.4.1.4526.22.4
@@ -74,18 +77,20 @@ metrics:
77
symbols:
78
- OID: 1.3.6.1.4.1.4526.22.4.1.2
79
name: netgear.readynasos.fanRPM
77
- description: Fan revolutions per minute
78
- unit: "{revolution}/min"
79
- # - OID: 1.3.6.1.4.1.4526.22.4.1.3
80
- # name: netgear.readynasos.fanStatus
81
- # description: Fan status
82
- # unit: "TBD"
83
- # TODO mapping not found in MIB
80
+ chart_meta:
81
+ description: Fan revolutions per minute
82
+ family: 'Hardware/Fan/Speed'
83
+ unit: "rpm"
84
metric_tags:
85
- - tag: _netgear_readynasos_fan_type
85
+ - tag: netgear_readynasos_fan_number
86
+ symbol:
87
+ OID: 1.3.6.1.4.1.4526.22.4.1.1
88
+ name: netgear.readynasos.fanNumber
89
+ - tag: netgear_readynasos_fan_type
90
symbol:
91
OID: 1.3.6.1.4.1.4526.22.4.1.4
92
name: netgear.readynasos.fanType
93
+
94
- MIB: READYNASOS-MIB
95
table:
96
OID: 1.3.6.1.4.1.4526.22.5
@@ -93,44 +98,53 @@ metrics:
98
symbols:
99
- OID: 1.3.6.1.4.1.4526.22.5.1.2
100
name: netgear.readynasos.temperatureValue
96
- description: Temperature value
97
- unit: "Cel"
101
+ chart_meta:
102
+ description: Temperature value
103
+ family: 'Hardware/Sensor/Temperature/Value'
104
+ unit: "Cel"
105
- OID: 1.3.6.1.4.1.4526.22.5.1.4
106
name: netgear.readynasos.temperatureMin
100
- description: Minimum temperature
101
- unit: "Cel"
107
+ chart_meta:
108
+ description: Minimum temperature
109
+ family: 'Hardware/Sensor/Temperature/Min'
110
+ unit: "Cel"
111
- OID: 1.3.6.1.4.1.4526.22.5.1.5
112
name: netgear.readynasos.temperatureMax
104
- description: Maximum temperature
105
- unit: "Cel"
113
+ chart_meta:
114
+ description: Maximum temperature
115
+ family: 'Hardware/Sensor/Temperature/Max'
116
+ unit: "Cel"
117
metric_tags:
107
- - tag: temp_index
118
+ - tag: netgear_readynasos_temp_index
119
index: 1
120
- tag: netgear_readynasos_temperature_type
121
symbol:
122
OID: 1.3.6.1.4.1.4526.22.5.1.3
123
name: netgear.readynasos.temperatureType
124
+
125
- MIB: READYNASOS-MIB
126
table:
127
OID: 1.3.6.1.4.1.4526.22.7
128
name: volumeTable
129
symbols:
118
- - OID: 1.3.6.1.4.1.4526.22.7.1.3
119
- name: netgear.readynasos.volumeRAIDLevel
120
- description: Volume RAID level
121
- unit: "TBD"
130
- OID: 1.3.6.1.4.1.4526.22.7.1.5
131
name: netgear.readynasos.volumeSize
124
- description: Volume size
125
- unit: "By"
132
+ chart_meta:
133
+ description: Volume size
134
+ family: 'Storage/Volume/Space/Size'
135
+ unit: "By"
136
- OID: 1.3.6.1.4.1.4526.22.7.1.6
137
name: netgear.readynasos.volumeFreeSpace
128
- description: Volume free space
129
- unit: "By"
138
+ chart_meta:
139
+ description: Volume free space
140
+ family: 'Storage/Volume/Space/Free'
141
+ unit: "By"
142
- OID: 1.3.6.1.4.1.4526.22.7.1.4
143
name: netgear.readynasos.volumeStatus
132
- description: Volume severity
133
- unit: "{status}"
144
+ chart_meta:
145
+ description: Volume severity
146
+ family: 'Storage/Volume/Status'
147
+ unit: "{status}"
148
mapping:
149
1: redundant
150
2: unprotected
@@ -139,26 +153,13 @@ metrics:
153
5: inactive
154
6: unknown
155
metric_tags:
142
- - tag: volume_index
156
+ - tag: netgear_readynasos_volume_index
157
index: 1
158
- tag: netgear_readynasos_volume_name
159
symbol:
160
OID: 1.3.6.1.4.1.4526.22.7.1.2
161
name: netgear.readynasos.volumeName
148
- # - MIB: READYNASOS-MIB
149
- # table:
150
- # OID: 1.3.6.1.4.1.4526.22.8
151
- # name: psuTable
152
- # symbols:
153
- # -
154
- # metric_tags:
155
- # - tag: netgear_readynasos_psu_desc
156
- # symbol:
157
- # OID: 1.3.6.1.4.1.4526.22.8.1.2
158
- # name: netgear.readynasos.psuDesc
159
- # # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
160
- # - symbol:
161
- # OID: 1.3.6.1.4.1.4526.22.8.1.3
162
- # name: netgear.readynasos.psuStatus
163
- # tag: netgear_readynasos_psu_status
164
- # only string metrics here
\ No newline at end of file
162
+ - tag: netgear_readynasos_volume_raid_level
163
+ symbol:
164
+ OID: 1.3.6.1.4.1.4526.22.7.1.3
165
+ name: netgear.readynasos.volumeRAIDLevel
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netgear-switch.yaml
+2
-20
@@ -15,26 +15,6 @@ metadata:
15
# https://mibbrowser.online/mibdb_search.php?mib=NETGEAR-SWITCHING-MIB
16
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/netgear/NETGEAR-SWITCHING-MIB
17
18
-metrics:
19
- - MIB: NETGEAR-SWITCHING-MIB
20
- symbol:
21
- name: memory.free
22
- OID: 1.3.6.1.4.1.4526.10.1.1.4.1.0
23
- description: "Serial number of the switch."
24
- unit: "{serial_number}"
25
- - MIB: NETGEAR-SWITCHING-MIB
26
- symbol:
27
- name: memory.total
28
- OID: 1.3.6.1.4.1.4526.10.1.1.4.2.0
29
- description: "FRU Number of the switch"
30
- unit: "{fru_number}"
31
- - MIB: NETGEAR-SWITCHING-MIB
32
- symbol:
33
- name: cpu.usage
34
- OID: 1.3.6.1.4.1.4526.10.1.1.4.9.0 # agentSwitchCpuProcessTotalUtilization.0
35
- extract_value: 60 Secs.*?([\d\.]+)
36
- description: "Burned-In MAC Address"
37
- unit: "{mac_address}"
18
metric_tags:
19
- tag: _agent_inventory_machine_model
20
OID: 1.3.6.1.4.1.4526.10.1.1.1.3.0
@@ -42,3 +22,5 @@ metric_tags:
22
- tag: _agent_inventory_software_version
23
OID: 1.3.6.1.4.1.4526.10.1.1.1.13.0
24
symbol: agentInventorySoftwareVersion
25
+
26
+# TODO: find metrics
\ No newline at end of file
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nvidia-cumulus-linux-switch.yaml
+253
-125
@@ -29,158 +29,211 @@ metrics:
29
symbol:
30
name: cumulus.l3HostTableCurrentEntries
31
OID: 1.3.6.1.4.1.40310.1.1.1.0
32
- description: The number of L3 Host table entries currently in use
33
- unit: "{entry}"
32
+ chart_meta:
33
+ description: The number of L3 Host table entries currently in use
34
+ family: 'Network/Routing/L3/HostTable/Current'
35
+ unit: "{entry}"
36
- MIB: CUMULUS-RESOURCES-MIB
37
symbol:
38
name: cumulus.l3HostTableMaxEntries
39
OID: 1.3.6.1.4.1.40310.1.1.2.0
38
- description: The maximum possible entries in the L3 Host table
39
- unit: "{entry}"
40
+ chart_meta:
41
+ description: The maximum possible entries in the L3 Host table
42
+ family: 'Network/Routing/L3/HostTable/Maximum'
43
+ unit: "{entry}"
44
- MIB: CUMULUS-RESOURCES-MIB
45
symbol:
46
name: cumulus.l3RoutingTableCurrentEntries
47
OID: 1.3.6.1.4.1.40310.1.1.3.0
44
- description: The number of L3 Routing table entries currently in use
45
- unit: "{entry}"
48
+ chart_meta:
49
+ description: The number of L3 Routing table entries currently in use
50
+ family: 'Network/Routing/L3/RoutingTable/Current'
51
+ unit: "{entry}"
52
- MIB: CUMULUS-RESOURCES-MIB
53
symbol:
54
name: cumulus.l3RoutingTableMaxEntries
55
OID: 1.3.6.1.4.1.40310.1.1.4.0
50
- description: The maximum possible entries in the L3 Routing table
51
- unit: "{entry}"
56
+ chart_meta:
57
+ description: The maximum possible entries in the L3 Routing table
58
+ family: 'Network/Routing/L3/RoutingTable/Maximum'
59
+ unit: "{entry}"
60
- MIB: CUMULUS-RESOURCES-MIB
61
symbol:
62
name: cumulus.l3NextHopTableCurrentEntries
63
OID: 1.3.6.1.4.1.40310.1.1.5.0
56
- description: The number of L3 Next Hop table entries currently in use
57
- unit: "{entry}"
64
+ chart_meta:
65
+ description: The number of L3 Next Hop table entries currently in use
66
+ family: 'Network/Routing/L3/NextHopTable/Current'
67
+ unit: "{entry}"
68
- MIB: CUMULUS-RESOURCES-MIB
69
symbol:
70
name: cumulus.l3NextHopTableMaxEntries
71
OID: 1.3.6.1.4.1.40310.1.1.6.0
62
- description: The maximum possible entries in the L3 Next Hop table
63
- unit: "{entry}"
72
+ chart_meta:
73
+ description: The maximum possible entries in the L3 Next Hop table
74
+ family: 'Network/Routing/L3/NextHopTable/Maximum'
75
+ unit: "{entry}"
76
- MIB: CUMULUS-RESOURCES-MIB
77
symbol:
78
name: cumulus.l3EcmpNextHopTableCurrentEntries
79
OID: 1.3.6.1.4.1.40310.1.1.9.0
68
- description: The number of ECMP Next Hop table entries currently in use
69
- unit: "{entry}"
80
+ chart_meta:
81
+ description: The number of ECMP Next Hop table entries currently in use
82
+ family: 'Network/Routing/L3/ECMPNextHopTable/Current'
83
+ unit: "{entry}"
84
- MIB: CUMULUS-RESOURCES-MIB
85
symbol:
86
name: cumulus.l3EcmpNextHopTableMaxEntries
87
OID: 1.3.6.1.4.1.40310.1.1.10.0
74
- description: The maximum possible entries in the ECMP Next Hop table
75
- unit: "{entry}"
88
+ chart_meta:
89
+ description: The maximum possible entries in the ECMP Next Hop table
90
+ family: 'Network/Routing/L3/ECMPNextHopTable/Maximum'
91
+ unit: "{entry}"
92
- MIB: CUMULUS-RESOURCES-MIB
93
symbol:
94
name: cumulus.ingressAclCurrentEntries
95
OID: 1.3.6.1.4.1.40310.1.1.11.0
80
- description: The current number of Ingress entries in the Network Access Control List table
81
- unit: "{entry}"
96
+ chart_meta:
97
+ description: The current number of Ingress entries in the Network Access Control List table
98
+ family: 'Network/ACL/Ingress/Entry/Current'
99
+ unit: "{entry}"
100
- MIB: CUMULUS-RESOURCES-MIB
101
symbol:
102
name: cumulus.ingressAclMaxEntries
103
OID: 1.3.6.1.4.1.40310.1.1.12.0
86
- description: The maximum possible Ingress entries in the Network Access Control table
87
- unit: "{entry}"
104
+ chart_meta:
105
+ description: The maximum possible Ingress entries in the Network Access Control table
106
+ family: 'Network/ACL/Ingress/Entry/Maximum'
107
+ unit: "{entry}"
108
- MIB: CUMULUS-RESOURCES-MIB
109
symbol:
110
name: cumulus.ingressAclCurrentCounters
111
OID: 1.3.6.1.4.1.40310.1.1.13.0
92
- description: The current number of Ingress counters in the Network Access Control List table
93
- unit: "{counter}"
112
+ chart_meta:
113
+ description: The current number of Ingress counters in the Network Access Control List table
114
+ family: 'Network/ACL/Ingress/Counter/Current'
115
+ unit: "{counter}"
116
- MIB: CUMULUS-RESOURCES-MIB
117
symbol:
118
name: cumulus.ingressAclMaxCounters
119
OID: 1.3.6.1.4.1.40310.1.1.14.0
98
- description: The maximum possible Ingress counters in the Network Access Control table
99
- unit: "{counter}"
120
+ chart_meta:
121
+ description: The maximum possible Ingress counters in the Network Access Control table
122
+ family: 'Network/ACL/Ingress/Counter/Maximum'
123
+ unit: "{counter}"
124
- MIB: CUMULUS-RESOURCES-MIB
125
symbol:
126
name: cumulus.ingressAclCurrentMeters
127
OID: 1.3.6.1.4.1.40310.1.1.15.0
104
- description: The current number of Ingress meters in the Network Access Control List table
105
- unit: "{meter}"
128
+ chart_meta:
129
+ description: The current number of Ingress meters in the Network Access Control List table
130
+ family: 'Network/ACL/Ingress/Meter/Current'
131
+ unit: "{meter}"
132
- MIB: CUMULUS-RESOURCES-MIB
133
symbol:
134
name: cumulus.ingressAclMaxMeters
135
OID: 1.3.6.1.4.1.40310.1.1.16.0
110
- description: The maximum possible Ingress meters in the Network Access Control table
111
- unit: "{meter}"
136
+ chart_meta:
137
+ description: The maximum possible Ingress meters in the Network Access Control table
138
+ family: 'Network/ACL/Ingress/Meter/Maximum'
139
+ unit: "{meter}"
140
- MIB: CUMULUS-RESOURCES-MIB
141
symbol:
142
name: cumulus.ingressAclCurrentSlices
143
OID: 1.3.6.1.4.1.40310.1.1.17.0
116
- description: The current number of Ingress slices in the Network Access Control List table
117
- unit: "{slice}"
144
+ chart_meta:
145
+ description: The current number of Ingress slices in the Network Access Control List table
146
+ family: 'Network/ACL/Ingress/Slice/Current'
147
+ unit: "{slice}"
148
- MIB: CUMULUS-RESOURCES-MIB
149
symbol:
150
name: cumulus.ingressAclMaxSlices
151
OID: 1.3.6.1.4.1.40310.1.1.18.0
122
- description: The maximum possible Ingress slices in the Network Access Control table
123
- unit: "{slice}"
152
+ chart_meta:
153
+ description: The maximum possible Ingress slices in the Network Access Control table
154
+ family: 'Network/ACL/Ingress/Slice/Maximum'
155
+ unit: "{slice}"
156
- MIB: CUMULUS-RESOURCES-MIB
157
symbol:
158
name: cumulus.egressAclCurrentEntries
159
OID: 1.3.6.1.4.1.40310.1.1.19.0
128
- description: The current number of Egress entries in the Network Access Control List table
129
- unit: "{entries}"
160
+ chart_meta:
161
+ description: The current number of Egress entries in the Network Access Control List table
162
+ family: 'Network/ACL/Egress/Entry/Current'
163
+ unit: "{entry}"
164
- MIB: CUMULUS-RESOURCES-MIB
165
symbol:
166
name: cumulus.egressAclMaxEntries
167
OID: 1.3.6.1.4.1.40310.1.1.20.0
134
- description: The maximum possible Egress entries in the Network Access Control table
135
- unit: "{entries}"
168
+ chart_meta:
169
+ description: The maximum possible Egress entries in the Network Access Control table
170
+ family: 'Network/ACL/Egress/Entry/Maximum'
171
+ unit: "{entry}"
172
- MIB: CUMULUS-RESOURCES-MIB
173
symbol:
174
name: cumulus.egressAclCurrentCounters
175
OID: 1.3.6.1.4.1.40310.1.1.21.0
140
- description: The current number of Egress counters in the Network Access Control List table
141
- unit: "{counter}"
176
+ chart_meta:
177
+ description: The current number of Egress counters in the Network Access Control List table
178
+ family: 'Network/ACL/Egress/Counter/Current'
179
+ unit: "{counter}"
180
- MIB: CUMULUS-RESOURCES-MIB
181
symbol:
182
name: cumulus.egressAclMaxCounters
183
OID: 1.3.6.1.4.1.40310.1.1.22.0
146
- description: The maximum possible Egress counters in the Network Access Control table
147
- unit: "counter"
184
+ chart_meta:
185
+ description: The maximum possible Egress counters in the Network Access Control table
186
+ family: 'Network/ACL/Egress/Counter/Maximum'
187
+ unit: "{counter}"
188
- MIB: CUMULUS-RESOURCES-MIB
189
symbol:
190
name: cumulus.egressAclCurrentMeters
191
OID: 1.3.6.1.4.1.40310.1.1.23.0
152
- description: The current number of Egress meters in the Network Access Control List table
153
- unit: "{meter}"
192
+ chart_meta:
193
+ description: The current number of Egress meters in the Network Access Control List table
194
+ family: 'Network/ACL/Egress/Meter/Current'
195
+ unit: "{meter}"
196
- MIB: CUMULUS-RESOURCES-MIB
197
symbol:
198
name: cumulus.egressAclMaxMeters
199
OID: 1.3.6.1.4.1.40310.1.1.24.0
158
- description: The maximum possible Egress meters in the Network Access Control table
159
- unit: "{meter}"
200
+ chart_meta:
201
+ description: The maximum possible Egress meters in the Network Access Control table
202
+ family: 'Network/ACL/Egress/Meter/Maximum'
203
+ unit: "{meter}"
204
- MIB: CUMULUS-RESOURCES-MIB
205
symbol:
206
name: cumulus.egressAclCurrentSlices
207
OID: 1.3.6.1.4.1.40310.1.1.25.0
164
- description: The current number of Egress slices in the Network Access Control List table
165
- unit: "{slice}"
208
+ chart_meta:
209
+ description: The current number of Egress slices in the Network Access Control List table
210
+ family: 'Network/ACL/Egress/Slice/Current'
211
+ unit: "{slice}"
212
- MIB: CUMULUS-RESOURCES-MIB
213
symbol:
214
name: cumulus.egressAclMaxSlices
215
OID: 1.3.6.1.4.1.40310.1.1.26.0
170
- description: The maximum possible Egress slices in the Network Access Control table
171
- unit: "{slice}"
216
+ chart_meta:
217
+ description: The maximum possible Egress slices in the Network Access Control table
218
+ family: 'Network/ACL/Egress/Slice/Maximum'
219
+ unit: "{slice}"
220
- MIB: CUMULUS-RESOURCES-MIB
221
symbol:
222
name: cumulus.l2MacTableCurrentEntries
223
OID: 1.3.6.1.4.1.40310.1.2.1.0
176
- description: The number of L2 Mac table entries currently in use
177
- unit: "{entry}"
224
+ chart_meta:
225
+ description: The number of L2 Mac table entries currently in use
226
+ family: 'Network/L2/MACTable/Current'
227
+ unit: "{entry}"
228
- MIB: CUMULUS-RESOURCES-MIB
229
symbol:
230
name: cumulus.l2MacTableMaxEntries
231
OID: 1.3.6.1.4.1.40310.1.2.2.0
182
- description: The maximum possible entries in the L2 Mac table
183
- unit: "{entry}"
232
+ chart_meta:
233
+ description: The maximum possible entries in the L2 Mac table
234
+ family: 'Network/L2/MACTable/Maximum'
235
+ unit: "{entry}"
236
+
237
- MIB: CUMULUS-COUNTERS-MIB
238
table:
239
name: discardClCountersTable
@@ -188,31 +241,42 @@ metrics:
241
symbols:
242
- name: cumulus.clL3v4InDiscards
243
OID: 1.3.6.1.4.1.40310.2.1.2.1.2
191
- description: Number of inbound IPv4 packets discarded by the routing engine.
192
- unit: "{packet}"
244
+ chart_meta:
245
+ description: Number of inbound IPv4 packets discarded by the routing engine.
246
+ family: 'Network/Interface/Discard/IPv4/In'
247
+ unit: "{packet}/s"
248
- name: cumulus.clBufferOverflowDiscards
249
OID: 1.3.6.1.4.1.40310.2.1.2.1.3
195
- description: Number of inbound packets discarded due to ingress buffer overflow.
196
- unit: "{packet}"
250
+ chart_meta:
251
+ description: Number of inbound packets discarded due to ingress buffer overflow.
252
+ family: 'Network/Interface/Discard/BufferOverflow/In'
253
+ unit: "{packet}/s"
254
- name: cumulus.clL3AclDiscards
255
OID: 1.3.6.1.4.1.40310.2.1.2.1.4
199
- description: Number of inbound IPv4 packets discarded due to ingress ACL table.
200
- unit: "{packet}"
256
+ chart_meta:
257
+ description: Number of inbound IPv4 packets discarded due to ingress ACL table.
258
+ family: 'Network/Interface/Discard/ACL/In'
259
+ unit: "{packet}/s"
260
- name: cumulus.clEgressQOverflowDiscards
261
OID: 1.3.6.1.4.1.40310.2.1.2.1.6
203
- description: Number of packets discarded due to egress queue overflow.
204
- unit: "{packet}"
262
+ chart_meta:
263
+ description: Number of packets discarded due to egress queue overflow.
264
+ family: 'Network/Interface/Discard/QueueOverflow/Out'
265
+ unit: "{packet}/s"
266
- name: cumulus.clEgressNonQDiscards
267
OID: 1.3.6.1.4.1.40310.2.1.2.1.7
207
- description: Total number of packets discarded on egress due to reasons reasons other than queue overflow.
208
- unit: "{packet}"
268
+ chart_meta:
269
+ description: Total number of packets discarded on egress due to reasons reasons other than queue overflow.
270
+ family: 'Network/Interface/Discard/NonQueue/Out'
271
+ unit: "{packet}/s"
272
metric_tags:
210
- - tag: cl_port_index
273
+ - tag: cumulus_cl_port_index
274
index: 1
275
- tag: cumulus_cl_port_name
276
symbol:
277
name: cumulus.clPortName
278
OID: 1.3.6.1.4.1.40310.2.1.2.1.1
279
+
280
- MIB: CUMULUS-COUNTERS-MIB
281
table:
282
name: interfaceClCountersTable
@@ -220,43 +284,62 @@ metrics:
284
symbols:
285
- name: cumulus.clIntInOctets
286
OID: 1.3.6.1.4.1.40310.2.2.2.1.2
223
- description: The number of input octets on the interface
224
- unit: "By"
287
+ scale_factor: 8
288
+ chart_meta:
289
+ description: The number of input octets on the interface
290
+ family: 'Network/Interface/Traffic/Total/In'
291
+ unit: "bit/s"
292
- name: cumulus.clIntInUcastPkts
293
OID: 1.3.6.1.4.1.40310.2.2.2.1.3
227
- description: The number of input unicast packets on the interface
228
- unit: "{packet}"
294
+ chart_meta:
295
+ description: The number of input unicast packets on the interface
296
+ family: 'Network/Interface/Packet/Unicast/In'
297
+ unit: "{packet}/s"
298
- name: cumulus.clIntInBcastPkts
299
OID: 1.3.6.1.4.1.40310.2.2.2.1.4
231
- description: The number of input broadcast packets on the interface
232
- unit: "{packet}"
300
+ chart_meta:
301
+ description: The number of input broadcast packets on the interface
302
+ family: 'Network/Interface/Packet/Broadcast/In'
303
+ unit: "{packet}/s"
304
- name: cumulus.clIntInMcastPkts
305
OID: 1.3.6.1.4.1.40310.2.2.2.1.5
235
- description: The number of input multicast packets on the interface
236
- unit: "{packet}"
306
+ chart_meta:
307
+ description: The number of input multicast packets on the interface
308
+ family: 'Network/Interface/Packet/Multicast/In'
309
+ unit: "{packet}/s"
310
- name: cumulus.clIntOutOctets
311
OID: 1.3.6.1.4.1.40310.2.2.2.1.6
239
- description: The number of output octets on the interface
240
- unit: "By"
312
+ scale_factor: 8
313
+ chart_meta:
314
+ description: The number of output octets on the interface
315
+ family: 'Network/Interface/Traffic/Total/Out'
316
+ unit: "bit/s"
317
- name: cumulus.clIntOutUcastPkts
318
OID: 1.3.6.1.4.1.40310.2.2.2.1.7
243
- description: The number of output unicast packets on the interface
244
- unit: "{packet}"
319
+ chart_meta:
320
+ description: The number of output unicast packets on the interface
321
+ family: 'Network/Interface/Packet/Unicast/Out'
322
+ unit: "{packet}/s"
323
- name: cumulus.clIntOutBcastPkts
324
OID: 1.3.6.1.4.1.40310.2.2.2.1.8
247
- description: The number of output broadcast packets on the interface
248
- unit: "{packet}"
325
+ chart_meta:
326
+ description: The number of output broadcast packets on the interface
327
+ family: 'Network/Interface/Packet/Broadcast/Out'
328
+ unit: "{packet}/s"
329
- name: cumulus.clIntOutMcastPkts
330
OID: 1.3.6.1.4.1.40310.2.2.2.1.9
251
- description: The number of output multicast packets on the interface
252
- unit: "{packet}"
331
+ chart_meta:
332
+ description: The number of output multicast packets on the interface
333
+ family: 'Network/Interface/Packet/Multicast/Out'
334
+ unit: "{packet}/s"
335
metric_tags:
254
- - tag: cl_int_index
336
+ - tag: cumulus_cl_int_index
337
index: 1
338
- tag: cumulus_cl_int_port_name
339
symbol:
340
name: cumulus.clIntPortName
341
OID: 1.3.6.1.4.1.40310.2.2.2.1.1
342
+
343
- MIB: CUMULUS-COUNTERS-MIB
344
table:
345
name: pfcClCountersTable
@@ -264,104 +347,149 @@ metrics:
347
symbols:
348
- name: cumulus.clIntInPausePkt
349
OID: 1.3.6.1.4.1.40310.2.2.3.1.2
267
- description: The number of ethernet flow control pause packets received on the interface
268
- unit: "{packet}"
350
+ chart_meta:
351
+ description: The number of ethernet flow control pause packets received on the interface
352
+ family: 'Network/Interface/FlowControl/Pause/In'
353
+ unit: "{packet}/s"
354
- name: cumulus.clIntOutPausePkt
355
OID: 1.3.6.1.4.1.40310.2.2.3.1.3
271
- description: The number of ethernet flow control pause packets transmitted on the interface
272
- unit: "{packet}"
356
+ chart_meta:
357
+ description: The number of ethernet flow control pause packets transmitted on the interface
358
+ family: 'Network/Interface/FlowControl/Pause/Out'
359
+ unit: "{packet}/s"
360
- name: cumulus.clIntInPfc0Pkt
361
OID: 1.3.6.1.4.1.40310.2.2.3.1.4
275
- description: The number of ethernet priority flow control traffic class 0 packets received on the interface
276
- unit: "{packet}"
362
+ chart_meta:
363
+ description: The number of ethernet priority flow control traffic class 0 packets received on the interface
364
+ family: 'Network/Interface/FlowControl/PFC/Class0/In'
365
+ unit: "{packet}/s"
366
- name: cumulus.clIntOutPfc0Pkt
367
OID: 1.3.6.1.4.1.40310.2.2.3.1.5
279
- description: The number of ethernet priority flow control traffic class 0 packets transmitted on the interface
280
- unit: "{packet}"
368
+ chart_meta:
369
+ description: The number of ethernet priority flow control traffic class 0 packets transmitted on the interface
370
+ family: 'Network/Interface/FlowControl/PFC/Class0/Out'
371
+ unit: "{packet}/s"
372
- name: cumulus.clIntInPfc1Pkt
373
OID: 1.3.6.1.4.1.40310.2.2.3.1.6
283
- description: The number of ethernet priority flow control traffic class 1 packets received on the interface
284
- unit: "{packet}"
374
+ chart_meta:
375
+ description: The number of ethernet priority flow control traffic class 1 packets received on the interface
376
+ family: 'Network/Interface/FlowControl/PFC/Class1/In'
377
+ unit: "{packet}/s"
378
- name: cumulus.clIntOutPfc1Pkt
379
OID: 1.3.6.1.4.1.40310.2.2.3.1.7
287
- description: The number of ethernet priority flow control traffic class 1 packets transmitted on the interface
288
- unit: "{packet}"
380
+ chart_meta:
381
+ description: The number of ethernet priority flow control traffic class 1 packets transmitted on the interface
382
+ family: 'Network/Interface/FlowControl/PFC/Class1/Out'
383
+ unit: "{packet}/s"
384
- name: cumulus.clIntInPfc2Pkt
385
OID: 1.3.6.1.4.1.40310.2.2.3.1.8
291
- description: The number of ethernet priority flow control traffic class 2 packets received on the interface
292
- unit: "{packet}"
386
+ chart_meta:
387
+ description: The number of ethernet priority flow control traffic class 2 packets received on the interface
388
+ family: 'Network/Interface/FlowControl/PFC/Class2/In'
389
+ unit: "{packet}/s"
390
- name: cumulus.clIntOutPfc2Pkt
391
OID: 1.3.6.1.4.1.40310.2.2.3.1.9
295
- description: The number of ethernet priority flow control traffic class 2 packets transmitted on the interface
296
- unit: "{packet}"
392
+ chart_meta:
393
+ description: The number of ethernet priority flow control traffic class 2 packets transmitted on the interface
394
+ family: 'Network/Interface/FlowControl/PFC/Class2/Out'
395
+ unit: "{packet}/s"
396
- name: cumulus.clIntInPfc3Pkt
397
OID: 1.3.6.1.4.1.40310.2.2.3.1.10
299
- description: The number of ethernet priority flow control traffic class 3 packets received on the interface
300
- unit: "{packet}"
398
+ chart_meta:
399
+ description: The number of ethernet priority flow control traffic class 3 packets received on the interface
400
+ family: 'Network/Interface/FlowControl/PFC/Class3/In'
401
+ unit: "{packet}/s"
402
- name: cumulus.clIntOutPfc3Pkt
403
OID: 1.3.6.1.4.1.40310.2.2.3.1.11
303
- description: The number of ethernet priority flow control traffic class 3 packets transmitted on the interface
304
- unit: "{packet}"
404
+ chart_meta:
405
+ description: The number of ethernet priority flow control traffic class 3 packets transmitted on the interface
406
+ family: 'Network/Interface/FlowControl/PFC/Class3/Out'
407
+ unit: "{packet}/s"
408
- name: cumulus.clIntInPfc4Pkt
409
OID: 1.3.6.1.4.1.40310.2.2.3.1.12
307
- description: The number of ethernet priority flow control traffic class 4 packets received on the interface
308
- unit: "{packet}"
410
+ chart_meta:
411
+ description: The number of ethernet priority flow control traffic class 4 packets received on the interface
412
+ family: 'Network/Interface/FlowControl/PFC/Class4/In'
413
+ unit: "{packet}/s"
414
- name: cumulus.clIntOutPfc4Pkt
415
OID: 1.3.6.1.4.1.40310.2.2.3.1.13
311
- description: The number of ethernet priority flow control traffic class 4 packets transmitted on the interface
312
- unit: "{packet}"
416
+ chart_meta:
417
+ description: The number of ethernet priority flow control traffic class 4 packets transmitted on the interface
418
+ family: 'Network/Interface/FlowControl/PFC/Class4/Out'
419
+ unit: "{packet}/s"
420
- name: cumulus.clIntInPfc5Pkt
421
OID: 1.3.6.1.4.1.40310.2.2.3.1.14
315
- description: The number of ethernet priority flow control traffic class 5 packets received on the interface
316
- unit: "{packet}"
422
+ chart_meta:
423
+ description: The number of ethernet priority flow control traffic class 5 packets received on the interface
424
+ family: 'Network/Interface/FlowControl/PFC/Class5/In'
425
+ unit: "{packet}/s"
426
- name: cumulus.clIntOutPfc5Pkt
427
OID: 1.3.6.1.4.1.40310.2.2.3.1.15
319
- description: The number of ethernet priority flow control traffic class 5 packets transmitted on the interface
320
- unit: "{packet}"
428
+ chart_meta:
429
+ description: The number of ethernet priority flow control traffic class 5 packets transmitted on the interface
430
+ family: 'Network/Interface/FlowControl/PFC/Class5/Out'
431
+ unit: "{packet}/s"
432
- name: cumulus.clIntInPfc6Pkt
433
OID: 1.3.6.1.4.1.40310.2.2.3.1.16
323
- description: The number of ethernet priority flow control traffic class 6 packets received on the interface
324
- unit: "{packet}"
434
+ chart_meta:
435
+ description: The number of ethernet priority flow control traffic class 6 packets received on the interface
436
+ family: 'Network/Interface/FlowControl/PFC/Class6/In'
437
+ unit: "{packet}/s"
438
- name: cumulus.clIntOutPfc6Pkt
439
OID: 1.3.6.1.4.1.40310.2.2.3.1.17
327
- description: The number of ethernet priority flow control traffic class 6 packets transmitted on the interface
328
- unit: "{packet}"
440
+ chart_meta:
441
+ description: The number of ethernet priority flow control traffic class 6 packets transmitted on the interface
442
+ family: 'Network/Interface/FlowControl/PFC/Class6/Out'
443
+ unit: "{packet}/s"
444
- name: cumulus.clIntInPfc7Pkt
445
OID: 1.3.6.1.4.1.40310.2.2.3.1.18
331
- description: The number of ethernet priority flow control traffic class 7 packets received on the interface
332
- unit: "{packet}"
446
+ chart_meta:
447
+ description: The number of ethernet priority flow control traffic class 7 packets received on the interface
448
+ family: 'Network/Interface/FlowControl/PFC/Class7/In'
449
+ unit: "{packet}/s"
450
- name: cumulus.clIntOutPfc7Pkt
451
OID: 1.3.6.1.4.1.40310.2.2.3.1.19
335
- description: The number of ethernet priority flow control traffic class 7 packets transmitted on the interface
336
- unit: "{packet}"
452
+ chart_meta:
453
+ description: The number of ethernet priority flow control traffic class 7 packets transmitted on the interface
454
+ family: 'Network/Interface/FlowControl/PFC/Class7/Out'
455
+ unit: "{packet}/s"
456
metric_tags:
338
- - tag: cl_int_pfc_index
457
+ - tag: cumulus_cl_int_pfc_index
458
index: 1
459
- tag: cumulus_cl_int_pfc_port_name
460
symbol:
461
name: cumulus.clIntPfcPortName
462
OID: 1.3.6.1.4.1.40310.2.2.3.1.1
463
+
464
- MIB: CUMULUS-POE-MIB
465
symbol:
466
name: cumulus.poeTotalSystemPower
467
OID: 1.3.6.1.4.1.40310.3.1.1.0
348
- description: The total power available to the system
349
- unit: "mW"
468
+ chart_meta:
469
+ description: The total power available to the system
470
+ family: 'Hardware/PoE/Power/Total'
471
+ unit: "mW"
472
- MIB: CUMULUS-POE-MIB
473
symbol:
474
name: cumulus.poeTotalUsedPower
475
OID: 1.3.6.1.4.1.40310.3.1.2.0
354
- description: The total power USED by ports in the system
355
- unit: "mW"
476
+ chart_meta:
477
+ description: The total power USED by ports in the system
478
+ family: 'Hardware/PoE/Power/Used'
479
+ unit: "mW"
480
- MIB: CUMULUS-POE-MIB
481
symbol:
482
name: cumulus.poeTotalAvailablePower
483
OID: 1.3.6.1.4.1.40310.3.1.3.0
360
- description: The total UNUSED and available power for the system in the common pool for new devices
361
- unit: "mW"
484
+ chart_meta:
485
+ description: The total UNUSED and available power for the system in the common pool for new devices
486
+ family: 'Hardware/PoE/Power/Available'
487
+ unit: "mW"
488
- MIB: CUMULUS-POE-MIB
489
symbol:
490
name: cumulus.poeLastUpdateTime
491
OID: 1.3.6.1.4.1.40310.3.1.4.0
366
- description: The system uptime timestamp when the objects in this MIB were last updated
367
- unit: "s"
492
+ chart_meta:
493
+ description: The system uptime timestamp when the objects in this MIB were last updated
494
+ family: 'Hardware/PoE/UpdateTime'
495
+ unit: "s"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nvidia-mellanox-switchx.yaml
+2
@@ -1,6 +1,7 @@
1
extends:
2
- _std-host-resources-mib.yaml
3
- nvidia.yaml
4
+
5
sysobjectid:
6
- 1.3.6.1.4.1.33049.1.1.1.1012
7
- 1.3.6.1.4.1.33049.1.1.1.10121
@@ -56,6 +57,7 @@ sysobjectid:
57
- 1.3.6.1.4.1.33049.1.1.1.8200
58
- 1.3.6.1.4.1.33049.1.1.1.8500
59
- 1.3.6.1.4.1.33049.1.1.1.8700
60
+
61
metadata:
62
device:
63
fields:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/nvidia.yaml
-1
@@ -8,4 +8,3 @@ metadata:
8
fields:
9
vendor:
10
value: "NVIDIA"
11
-
src/go/plugin/go.d/config/go.d/snmp.profiles/default/omron-cj-ethernet-ip.yaml
+4
-4
@@ -2,12 +2,12 @@ extends:
2
- _system-base.yaml
3
- _std-if-mib.yaml
4
5
+sysobjectid:
6
+ - 1.3.6.1.4.1.16838.1.* # Omron
7
+ - 1.3.6.1.4.1.16838.1.1025.5 # Omron Ethernet-IP Unit
8
+
9
metadata:
10
device:
11
fields:
12
vendor:
13
value: "Omron"
10
-
11
-sysobjectid:
12
- - 1.3.6.1.4.1.16838.1.* # Omron
13
- - 1.3.6.1.4.1.16838.1.1025.5 # Omron Ethernet-IP Unit
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-console-manager.yaml
+31
-23
@@ -22,14 +22,16 @@ metrics:
22
symbols:
23
- name: ogSerialPortRxBytes
24
OID: 1.3.6.1.4.1.25049.17.2.1.10
25
- metric_type: monotonic_count
26
- description: Number of bytes received on the serial port
27
- unit: "By"
25
+ chart_meta:
26
+ family: 'Network/SerialPort/Traffic/In'
27
+ description: Number of bytes received on the serial port
28
+ unit: "By/s"
29
- name: ogSerialPortTxBytes
30
OID: 1.3.6.1.4.1.25049.17.2.1.11
30
- metric_type: monotonic_count
31
- description: Number of bytes transmitted on the serial port
32
- unit: "By"
31
+ chart_meta:
32
+ family: 'Network/SerialPort/Traffic/Out'
33
+ description: Number of bytes transmitted on the serial port
34
+ unit: "By/s"
35
metric_tags:
36
- tag: og_serial_port_index
37
index: 1 # ogSerialPortIndex
@@ -126,6 +128,7 @@ metrics:
128
mapping:
129
1: on
130
2: off
131
+
132
- MIB: OG-STATUSv2-MIB
133
table:
134
name: ogCellModemTable
@@ -133,9 +136,28 @@ metrics:
136
symbols:
137
- name: ogCellModemCounter
138
OID: 1.3.6.1.4.1.25049.17.17.1.16
136
- metric_type: monotonic_count
137
- description: Number of cell modem events counted
138
- unit: "{event}"
139
+ chart_meta:
140
+ family: 'Network/CellModem/Event'
141
+ description: Number of cell modem events counted
142
+ unit: "{event}/s"
143
+ - OID: 1.3.6.1.4.1.25049.17.17.1.4
144
+ name: ogCellModemEnabled
145
+ chart_meta:
146
+ family: 'Network/CellModem/Status/Enabled'
147
+ description: Indicates whether the model is enabled
148
+ unit: "{status}"
149
+ mapping:
150
+ 1: enabled
151
+ 2: disabled
152
+ - OID: 1.3.6.1.4.1.25049.17.17.1.5
153
+ name: ogCellModemConnected
154
+ chart_meta:
155
+ family: 'Network/CellModem/Status/Connected'
156
+ description: Indicates whether the model is connected
157
+ unit: "{status}"
158
+ mapping:
159
+ 1: connected
160
+ 2: disconnected
161
metric_tags:
162
- tag: og_cell_modem_index
163
index: 1 # ogCellModemIndex
@@ -147,17 +169,3 @@ metrics:
169
symbol:
170
name: ogCellModemModel
171
OID: 1.3.6.1.4.1.25049.17.17.1.3
150
- - tag: _og_cell_modem_enabled
151
- symbol:
152
- name: ogCellModemEnabled
153
- OID: 1.3.6.1.4.1.25049.17.17.1.4
154
- mapping:
155
- 1: enabled
156
- 2: disabled
157
- - tag: _og_cell_modem_connected
158
- symbol:
159
- OID: 1.3.6.1.4.1.25049.17.17.1.5
160
- name: ogCellModemConnected
161
- mapping:
162
- 1: connected
163
- 2: disconnected
src/go/plugin/go.d/config/go.d/snmp.profiles/default/opengear-infrastructure-manager.yaml
+75
-52
@@ -19,65 +19,77 @@ metrics:
19
symbols:
20
- name: ogSerialPortStatusRxBytes
21
OID: 1.3.6.1.4.1.25049.16.1.1.3
22
- metric_type: monotonic_count
23
- description: Serial port bytes received
24
- unit: "By"
22
+ chart_meta:
23
+ family: 'Network/SerialPort/Traffic/In'
24
+ description: Serial port bytes received
25
+ unit: "By/s"
26
- name: ogSerialPortStatusTxBytes
27
OID: 1.3.6.1.4.1.25049.16.1.1.4
27
- metric_type: monotonic_count
28
- description: Serial port bytes transmitted
29
- unit: "By"
30
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
31
- metric_tags:
32
- - tag: serial_port_index
33
- index: 1
34
- - tag: _og_serial_port_status_port
35
- symbol:
36
- name: ogSerialPortStatusPort
37
- OID: 1.3.6.1.4.1.25049.16.1.1.2
38
- - tag: _og_serial_port_status_speed
39
- symbol:
40
- name: ogSerialPortStatusSpeed
41
- OID: 1.3.6.1.4.1.25049.16.1.1.5
42
- - tag: _og_serial_port_status_label
43
- symbol:
44
- name: ogSerialPortStatusLabel
45
- OID: 1.3.6.1.4.1.25049.16.1.1.11
46
- - tag: _og_serial_port_status_dcd
47
- symbol:
48
- OID: 1.3.6.1.4.1.25049.16.1.1.6
49
- name: ogSerialPortStatusDCD
28
+ chart_meta:
29
+ family: 'Network/SerialPort/Traffic/Out'
30
+ description: Serial port bytes transmitted
31
+ unit: "By/s"
32
+ - OID: 1.3.6.1.4.1.25049.16.1.1.6
33
+ name: ogSerialPortStatusDCD
34
+ chart_meta:
35
+ family: 'Network/SerialPort/Signal/Status/DCD'
36
+ description: The status of the DCD signal
37
+ unit: "{status}"
38
mapping:
39
0: off
40
1: on
53
- - tag: _og_serial_port_status_dtr
54
- symbol:
55
- OID: 1.3.6.1.4.1.25049.16.1.1.7
56
- name: ogSerialPortStatusDTR
41
+ - OID: 1.3.6.1.4.1.25049.16.1.1.7
42
+ name: ogSerialPortStatusDTR
43
+ chart_meta:
44
+ family: 'Network/SerialPort/Signal/Status/DTR'
45
+ description: The status of the DTR signal
46
+ unit: "{status}"
47
mapping:
48
0: off
49
1: on
60
- - tag: _og_serial_port_status_dsr
61
- symbol:
62
- OID: 1.3.6.1.4.1.25049.16.1.1.8
63
- name: ogSerialPortStatusDSR
50
+ - OID: 1.3.6.1.4.1.25049.16.1.1.8
51
+ name: ogSerialPortStatusDSR
52
+ chart_meta:
53
+ family: 'Network/SerialPort/Signal/Status/DSR'
54
+ description: The status of the DSR signal
55
+ unit: "{status}"
56
mapping:
57
0: off
58
1: on
67
- - tag: _og_serial_port_status_cts
68
- symbol:
69
- OID: 1.3.6.1.4.1.25049.16.1.1.9
70
- name: ogSerialPortStatusCTS
59
+ - OID: 1.3.6.1.4.1.25049.16.1.1.9
60
+ name: ogSerialPortStatusCTS
61
+ chart_meta:
62
+ family: 'Network/SerialPort/Signal/Status/CTS'
63
+ description: The status of the CTS signal
64
+ unit: "{status}"
65
mapping:
66
0: off
67
1: on
74
- - tag: _og_serial_port_status_rts
75
- symbol:
76
- OID: 1.3.6.1.4.1.25049.16.1.1.10
77
- name: ogSerialPortStatusRTS
68
+ - OID: 1.3.6.1.4.1.25049.16.1.1.10
69
+ name: ogSerialPortStatusRTS
70
+ chart_meta:
71
+ family: 'Network/SerialPort/Signal/RTS/Status'
72
+ description: The status of the RTS signal
73
+ unit: "{status}"
74
mapping:
75
0: off
76
1: on
77
+ metric_tags:
78
+ - tag: og_serial_port_index
79
+ index: 1
80
+ - tag: _og_serial_port_status_port
81
+ symbol:
82
+ name: ogSerialPortStatusPort
83
+ OID: 1.3.6.1.4.1.25049.16.1.1.2
84
+ - tag: _og_serial_port_status_speed
85
+ symbol:
86
+ name: ogSerialPortStatusSpeed
87
+ OID: 1.3.6.1.4.1.25049.16.1.1.5
88
+ - tag: _og_serial_port_status_label
89
+ symbol:
90
+ name: ogSerialPortStatusLabel
91
+ OID: 1.3.6.1.4.1.25049.16.1.1.11
92
+
93
- MIB: OG-STATUS-MIB
94
table:
95
name: ogRpcStatusTable
@@ -85,12 +97,16 @@ metrics:
97
symbols:
98
- name: ogRpcStatusMaxTemp
99
OID: 1.3.6.1.4.1.25049.16.3.1.3
88
- description: Maximum temperature on the RPC
89
- unit: "Cel"
100
+ chart_meta:
101
+ family: 'Hardware/RPC/Temperature/Maximum'
102
+ description: Maximum temperature on the RPC
103
+ unit: "Cel"
104
- name: ogRpcStatusAlertCount
105
OID: 1.3.6.1.4.1.25049.16.3.1.4
92
- description: Number of alerts triggered on the RPC
93
- unit: "{alert}"
106
+ chart_meta:
107
+ family: 'Hardware/RPC/Alert'
108
+ description: Number of alerts triggered on the RPC
109
+ unit: "{alert}"
110
metric_tags:
111
- tag: og_rpc_index
112
index: 1
@@ -98,6 +114,7 @@ metrics:
114
symbol:
115
name: ogRpcStatusName
116
OID: 1.3.6.1.4.1.25049.16.3.1.2
117
+
118
- MIB: OG-STATUS-MIB
119
table:
120
name: ogEmdStatusTable
@@ -105,16 +122,22 @@ metrics:
122
symbols:
123
- name: ogEmdStatusTemp
124
OID: 1.3.6.1.4.1.25049.16.4.1.3
108
- description: Current temperature on the EMD
109
- unit: "Cel"
125
+ chart_meta:
126
+ family: 'Environment/Temperature/Value'
127
+ description: Current temperature on the EMD
128
+ unit: "Cel"
129
- name: ogEmdStatusHumidity
130
OID: 1.3.6.1.4.1.25049.16.4.1.4
112
- description: Humidity sensor on the EMD
113
- unit: "%"
131
+ chart_meta:
132
+ family: 'Environment/Humidity/Value'
133
+ description: Humidity sensor on the EMD
134
+ unit: "%"
135
- name: ogEmdStatusAlertCount
136
OID: 1.3.6.1.4.1.25049.16.4.1.5
116
- description: Number of alerts triggered on the EMD
117
- unit: "{alert}"
137
+ chart_meta:
138
+ family: 'Environment/Alert'
139
+ description: Number of alerts triggered on the EMD
140
+ unit: "{alert}"
141
metric_tags:
142
- tag: og_emd_index
143
index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/peplink.yaml
+86
-59
@@ -40,32 +40,43 @@ metrics:
40
symbol:
41
name: cpu.usage
42
OID: 1.3.6.1.4.1.23695.200.1.1.1.3.1.0
43
- description: Cpu usage
44
- unit: "%"
43
+ chart_meta:
44
+ family: 'System/CPU/Usage'
45
+ description: Cpu usage
46
+ unit: "%"
47
- MIB: PEPLINK-DEVICE
48
symbol:
49
name: memory.total
50
OID: 1.3.6.1.4.1.23695.200.1.1.1.3.2.0
49
- description: Total memory
50
- unit: "By"
51
+ chart_meta:
52
+ family: 'System/Memory/Total'
53
+ description: Total memory
54
+ unit: "By"
55
- MIB: PEPLINK-DEVICE
56
symbol:
57
name: memory.usage
58
OID: 1.3.6.1.4.1.23695.200.1.1.1.3.3.0
55
- description: Memory usage
56
- unit: "%"
59
+ chart_meta:
60
+ family: 'System/Memory/Usage'
61
+ description: Memory usage
62
+ unit: "%"
63
- MIB: PEPLINK-DEVICE
64
symbol:
65
name: peplink.deviceTemperatureCelsius
66
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.4.1.0
61
- description: Device temperature celsius
62
- unit: "Cel"
67
+ chart_meta:
68
+ family: 'Hardware/Temperature/Value'
69
+ description: Device temperature celsius
70
+ unit: "Cel"
71
- MIB: PEPLINK-DEVICE
72
symbol:
73
name: peplink.deviceTemperatureFahrenheit
74
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.4.2.0
67
- description: Device temperature fahrenheit
68
- unit: "{temperature}"
75
+ chart_meta:
76
+ family: 'Hardware/Temperature/Value'
77
+ description: Device temperature fahrenheit
78
+ unit: "degF"
79
+
80
- MIB: PEPLINK-DEVICE
81
table:
82
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1
@@ -73,20 +84,25 @@ metrics:
84
symbols:
85
- name: peplink.devicePSUPercentage
86
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.5
76
- description: Device psu percentage
77
- unit: "%"
87
+ chart_meta:
88
+ family: 'Hardware/Power/Usage'
89
+ description: Device psu percentage
90
+ unit: "%"
91
+ - OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.2
92
+ name: devicePSUStatus
93
+ chart_meta:
94
+ family: 'Hardware/Power/Status'
95
+ description: Device psu status
96
+ unit: "{status}"
97
+ mapping:
98
+ 0: error
99
+ 1: on
100
metric_tags:
101
- tag: device_psu_id
102
symbol:
103
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.1
104
name: devicePSUId
83
- - tag: _device_psu_status
84
- symbol:
85
- OID: 1.3.6.1.4.1.23695.200.1.1.1.4.1.1.2
86
- name: devicePSUStatus
87
- mapping:
88
- 0: error
89
- 1: on
105
+
106
- MIB: PEPLINK-DEVICE
107
table:
108
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2
@@ -94,20 +110,25 @@ metrics:
110
symbols:
111
- name: peplink.deviceFanSpeed
112
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.3
97
- description: Device fan speed
98
- unit: "{revolution}/s"
113
+ chart_meta:
114
+ family: 'Hardware/Fan/Speed'
115
+ description: Device fan speed
116
+ unit: "{revolution}/s"
117
+ - OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.2
118
+ name: deviceFanStatus
119
+ chart_meta:
120
+ family: 'Hardware/Fan/Status'
121
+ description: Device fan status
122
+ unit: "{status}"
123
+ mapping:
124
+ 0: error
125
+ 1: on
126
metric_tags:
127
- tag: device_fan_id
128
symbol:
129
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.1
130
name: deviceFanId
104
- - tag: _device_fan_status
105
- symbol:
106
- OID: 1.3.6.1.4.1.23695.200.1.1.1.4.2.1.2
107
- name: deviceFanStatus
108
- mapping:
109
- 0: error
110
- 1: on
131
+
132
- MIB: PEPLINK-DEVICE
133
table:
134
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.3
@@ -115,26 +136,29 @@ metrics:
136
symbols:
137
- OID: 1.3.6.1.4.1.23695.200.1.1.1.4.3.1.3
138
name: devicePowerSourceStatus
118
- description: Power source status
119
- unit: "{status}"
139
+ chart_meta:
140
+ family: 'Hardware/Power/Source/Status'
141
+ description: Power source status
142
+ unit: "{status}"
143
mapping:
121
- 0: no_cable_detected
144
+ 0: noCableDetected
145
1: connected
146
metric_tags:
124
- - symbol:
147
+ - tag: device_power_source_id
148
+ symbol:
149
name: devicePowerSourceId
150
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.3.1.1
127
- tag: device_power_source_id
128
- - symbol:
151
+ - tag: device_power_source_name
152
+ symbol:
153
name: devicePowerSourceName
154
OID: 1.3.6.1.4.1.23695.200.1.1.1.4.3.1.2
131
- tag: device_power_source_name
155
156
# - MIB: PEPLINK-BALANCE-MIB # TODO: Handle string for "up"/"down"
157
# symbol:
158
# name: peplink.balLanStatus
159
# OID: 1.3.6.1.4.1.23695.1.1.1.6.1
160
# format: TODO_handle_conversion_to_one
161
+
162
- MIB: PEPLINK-BALANCE-MIB
163
table:
164
OID: 1.3.6.1.4.1.23695.1.1.2.2
@@ -142,19 +166,22 @@ metrics:
166
symbols:
167
- name: peplink.linkThroughputIn
168
OID: 1.3.6.1.4.1.23695.1.1.2.2.1.4
145
- metric_type: monotonic_count
146
- description: Number of inbound packets discarded to free buffer space
147
- unit: "{packet}"
169
+ chart_meta:
170
+ family: 'Network/Link/Throughput/Total/In'
171
+ description: Number of inbound packets discarded to free buffer space
172
+ unit: "{packet}/s"
173
- name: peplink.linkThroughputOut
174
OID: 1.3.6.1.4.1.23695.1.1.2.2.1.5
150
- metric_type: monotonic_count
151
- description: Number of outbound packets discarded to free buffer space
152
- unit: "{packet}"
175
+ chart_meta:
176
+ family: 'Network/Link/Throughput/Total/Out'
177
+ description: Number of outbound packets discarded to free buffer space
178
+ unit: "{packet}/s"
179
- name: peplink.linkDataTransferred
180
OID: 1.3.6.1.4.1.23695.1.1.2.2.1.6
155
- metric_type: monotonic_count
156
- description: Number of bytes transferred through
157
- unit: "By"
181
+ chart_meta:
182
+ family: 'Network/Link/Data/Total'
183
+ description: Number of bytes transferred through
184
+ unit: "By/s"
185
metric_tags:
186
- tag: link_conn_num
187
symbol:
@@ -164,10 +191,7 @@ metrics:
191
symbol:
192
name: linkName
193
OID: 1.3.6.1.4.1.23695.1.1.2.2.1.2
167
- - tag: _link_status
168
- symbol:
169
- OID: 1.3.6.1.4.1.23695.1.1.2.2.1.3
170
- name: linkStatus
194
+
195
- MIB: PEPLINK-BALANCE-MIB
196
table:
197
OID: 1.3.6.1.4.1.23695.1.1.3
@@ -175,21 +199,24 @@ metrics:
199
symbols:
200
- name: peplink.wanUsageThroughputIn
201
OID: 1.3.6.1.4.1.23695.1.1.3.1.2
178
- metric_type: monotonic_count
179
- description: Number of inbound packets discarded to free buffer space
180
- unit: "{packet}"
202
+ chart_meta:
203
+ family: 'Network/WAN/Throughput/Total/In'
204
+ description: Number of inbound packets discarded to free buffer space
205
+ unit: "{packet}/s"
206
- name: peplink.wanUsageThroughputOut
207
OID: 1.3.6.1.4.1.23695.1.1.3.1.3
183
- metric_type: monotonic_count
184
- description: Number of outbound packets discarded to free buffer space
185
- unit: "{packet}"
208
+ chart_meta:
209
+ family: 'Network/WAN/Throughput/Total/Out'
210
+ description: Number of outbound packets discarded to free buffer space
211
+ unit: "{packet}/s"
212
- name: peplink.wanUsageDataTransferred
213
OID: 1.3.6.1.4.1.23695.1.1.3.1.4
188
- metric_type: monotonic_count
189
- description: Number of bytes transferred through
190
- unit: "By"
214
+ chart_meta:
215
+ family: 'Network/WAN/Data/Total'
216
+ description: Number of bytes transferred through
217
+ unit: "By/s"
218
metric_tags:
192
- - symbol:
219
+ - tag: wan_usage_index
220
+ symbol:
221
name: wanUsageIndex
222
OID: 1.3.6.1.4.1.23695.1.1.3.1.1
195
- tag: wan_usage_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/raritan-dominion.yaml
+26
-24
@@ -21,60 +21,62 @@ metrics:
21
symbol:
22
name: memory.usage
23
OID: 1.3.6.1.4.1.13742.3.1.1.0
24
- description: Memory usage
25
- unit: "%"
24
+ chart_meta:
25
+ family: 'System/Memory/Usage'
26
+ description: Memory usage
27
+ unit: "%"
28
- MIB: RemoteKVMDevice-MIB
29
symbol:
30
name: cpu.usage
31
OID: 1.3.6.1.4.1.13742.3.1.2.0
30
- description: CPU usage
31
- unit: "%"
32
+ chart_meta:
33
+ family: 'System/CPU/Usage'
34
+ description: CPU usage
35
+ unit: "%"
36
+
37
- MIB: RemoteKVMDevice-MIB
38
table:
39
name: systemPowerSupplyTable
40
OID: 1.3.6.1.4.1.13742.3.1.3
41
symbols:
37
- - name: raritan.remotekvm.systemPowerSupply
38
- constant_value_one: true
39
- description: System power supply presence
40
- unit: "{system_power_supply}"
41
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
42
+ - OID: 1.3.6.1.4.1.13742.3.1.3.1.2
43
+ name: raritan.remotekvm.systemPowerSupplyPowerOn
44
+ chart_meta:
45
+ family: 'Hardware/Power/Status'
46
+ description: indicates whether the system power supply is on
47
+ unit: "{status}"
48
+ mapping:
49
+ 1: 'on'
50
+ 2: 'off'
51
metric_tags:
52
- tag: psu_index
53
index: 1
45
- - tag: _raritan_remotekvm_system_power_supply_power_on
46
- symbol:
47
- OID: 1.3.6.1.4.1.13742.3.1.3.1.2
48
- name: raritan.remotekvm.systemPowerSupplyPowerOn
49
- mapping:
50
- 1: 'true'
51
- 2: 'false'
54
+
55
- MIB: RemoteKVMDevice-MIB
56
table:
57
name: portDataTable
58
OID: 1.3.6.1.4.1.13742.3.1.4
59
symbols:
57
- - name: raritan.remotekvm.portData
58
- constant_value_one: true
59
- description: Port data presence
60
- unit: "{port_data}"
60
- OID: 1.3.6.1.4.1.13742.3.1.4.1.5
61
name: raritan.remotekvm.portDataStatus
63
- description: Port status and availability
64
- unit: "{status}"
62
+ chart_meta:
63
+ family: 'Network/RemoteKVM/Port/Status'
64
+ description: Port status and availability
65
+ unit: "{status}"
66
mapping:
67
1: inactive
68
2: available
69
3: connected
70
4: busy
71
metric_tags:
71
- - tag: portData_index
72
+ - tag: raritan_remotekvm_port_data_index
73
index: 1
74
- tag: raritan_remotekvm_port_data_name
75
symbol:
76
OID: 1.3.6.1.4.1.13742.3.1.4.1.3
77
name: raritan.remotekvm.portDataName
77
- - tag: _raritan_remotekvm_port_data_type
78
+ - tag: raritan_remotekvm_port_data_type
79
symbol:
80
OID: 1.3.6.1.4.1.13742.3.1.4.1.4
81
name: raritan.remotekvm.portDataType
82
+
src/go/plugin/go.d/config/go.d/snmp.profiles/default/riverbed-interceptor.yaml
+35
-26
@@ -5,10 +5,10 @@ sysobjectid:
5
- 1.3.6.1.4.1.17163.1.3 # Steelhead Interceptor 9200
6
7
metric_tags:
8
- - tag: _riverbed_interceptor_model
8
+ - tag: riverbed_interceptor_model
9
OID: 1.3.6.1.4.1.17163.1.3.1.1.0
10
symbol: model
11
- - tag: _riverbed_interceptor_serial_number
11
+ - tag: riverbed_interceptor_serial_number
12
OID: 1.3.6.1.4.1.17163.1.3.1.2.0
13
symbol: serialNumber
14
@@ -23,14 +23,18 @@ metrics:
23
symbol:
24
name: memory.total
25
OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1 (hrStorageSize at index 1)
26
- description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
27
- unit: "By"
26
+ chart_meta:
27
+ family: 'System/Memory/Total'
28
+ description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
29
+ unit: "By"
30
- MIB: HOST-RESOURCES-MIB
31
symbol:
32
name: memory.used
33
OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 (hrStorageUsed at index 1)
32
- description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
33
- unit: "By"
34
+ chart_meta:
35
+ family: 'System/Memory/Used'
36
+ description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
37
+ unit: "By"
38
# - MIB: INTERCEPTOR-MIB
39
# symbol:
40
# name: cpu.usage
@@ -48,24 +52,27 @@ metrics:
52
# name: riverbed.interceptor.serviceStatus
53
# OID: 1.3.6.1.4.1.17163.1.3.2.3.0
54
# scalar string metric is not supported yet (keep this metric and this comment in profile until it's fixed)
51
- - MIB: INTERCEPTOR-MIB
52
- table:
53
- name: procTable
54
- OID: 1.3.6.1.4.1.17163.1.3.2.5
55
- symbols:
56
- - name: riverbed.interceptor.proc
57
- constant_value_one: true
58
- metric_tags:
59
- - tag: proc_index
60
- index: 1
61
- - tag: riverbed_interceptor_proc_name
62
- symbol:
63
- name: riverbed.interceptor.procName
64
- OID: 1.3.6.1.4.1.17163.1.3.2.5.1.2
65
- - tag: _riverbed_interceptor_proc_status
66
- symbol:
67
- OID: 1.3.6.1.4.1.17163.1.3.2.5.1.3
68
- name: riverbed.interceptor.procStatus
55
+
56
+ # TODO: need riverbed.interceptor.procStatus mapping
57
+ # - MIB: INTERCEPTOR-MIB
58
+ # table:
59
+ # name: procTable
60
+ # OID: 1.3.6.1.4.1.17163.1.3.2.5
61
+ # symbols:
62
+ # - name: riverbed.interceptor.proc
63
+ # constant_value_one: true
64
+ # metric_tags:
65
+ # - tag: proc_index
66
+ # index: 1
67
+ # - tag: riverbed_interceptor_proc_name
68
+ # symbol:
69
+ # name: riverbed.interceptor.procName
70
+ # OID: 1.3.6.1.4.1.17163.1.3.2.5.1.2
71
+ # - tag: _riverbed_interceptor_proc_status
72
+ # symbol:
73
+ # OID: 1.3.6.1.4.1.17163.1.3.2.5.1.3
74
+ # name: riverbed.interceptor.procStatus
75
+
76
- MIB: INTERCEPTOR-MIB
77
table:
78
name: neighborTable
@@ -73,8 +80,10 @@ metrics:
80
symbols:
81
- name: riverbed.interceptor.neighborConnectionCount
82
OID: 1.3.6.1.4.1.17163.1.3.2.6.1.4
76
- description: Number of neighbor connections
77
- unit: "{connection}"
83
+ chart_meta:
84
+ family: 'Network/Interceptor/Neighbor/Connection/Active'
85
+ description: Number of neighbor connections
86
+ unit: "{connection}"
87
metric_tags:
88
- tag: neighbor_index
89
index: 1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/riverbed-steelhead.yaml
+41
-20
@@ -17,59 +17,80 @@ metrics:
17
symbol:
18
name: memory.total
19
OID: 1.3.6.1.2.1.25.2.3.1.5.1 # hrStorageSize.1 (hrStorageSize at index 1)
20
- description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
21
- unit: "{logical_storage_area}"
20
+ chart_meta:
21
+ family: 'System/Memory/Total'
22
+ description: Size of the storage represented by this entry, in units of hrStorageAllocationUnits
23
+ unit: "By"
24
- MIB: HOST-RESOURCES-MIB
25
symbol:
26
name: memory.used
27
OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 (hrStorageUsed at index 1)
26
- description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
27
- unit: "{logical_storage_area}"
28
+ chart_meta:
29
+ family: 'System/Memory/Used'
30
+ description: Amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
31
+ unit: "By"
32
+
33
- MIB: STEELHEAD-MIB
34
symbol:
35
name: cpu.usage
36
OID: 1.3.6.1.4.1.17163.1.1.5.1.1.0
32
- description: One-minute CPU load in hundreths
33
- unit: "{cpu_load}"
37
+ chart_meta:
38
+ family: 'System/CPU/Load'
39
+ description: One-minute CPU load in hundreths
40
+ unit: "{cpu_load}"
41
- MIB: STEELHEAD-MIB
42
symbol:
43
name: riverbed.steelhead.optimizedConnections
44
OID: 1.3.6.1.4.1.17163.1.1.5.2.1.0
38
- description: Current total number of optimized connections
39
- unit: "{connection}"
45
+ chart_meta:
46
+ family: 'Network/Steelhead/Connection/Optimized'
47
+ description: Current total number of optimized connections
48
+ unit: "{connection}"
49
- MIB: STEELHEAD-MIB
50
symbol:
51
name: riverbed.steelhead.passthroughConnections
52
OID: 1.3.6.1.4.1.17163.1.1.5.2.2.0
44
- description: Current total number of pass-through connections
45
- unit: "{connection}"
53
+ chart_meta:
54
+ family: 'Network/Steelhead/Connection/Passthrough'
55
+ description: Current total number of pass-through connections
56
+ unit: "{connection}"
57
- MIB: STEELHEAD-MIB
58
symbol:
59
name: riverbed.steelhead.halfOpenedConnections
60
OID: 1.3.6.1.4.1.17163.1.1.5.2.3.0
50
- description: Current total number of half-opened (optimized) connections
51
- unit: "{connection}"
61
+ chart_meta:
62
+ family: 'Network/Steelhead/Connection/HalfOpened'
63
+ description: Current total number of half-opened (optimized) connections
64
+ unit: "{connection}"
65
- MIB: STEELHEAD-MIB
66
symbol:
67
name: riverbed.steelhead.halfClosedConnections
68
OID: 1.3.6.1.4.1.17163.1.1.5.2.4.0
56
- description: Current total number of half-closed (optimized) connections
57
- unit: "{connection}"
69
+ chart_meta:
70
+ family: 'Network/Steelhead/Connection/HalfClosed'
71
+ description: Current total number of half-closed (optimized) connections
72
+ unit: "{connection}"
73
- MIB: STEELHEAD-MIB
74
symbol:
75
name: riverbed.steelhead.establishedConnections
76
OID: 1.3.6.1.4.1.17163.1.1.5.2.5.0
62
- description: Current number of established (optimized) connections
63
- unit: "{connection}"
77
+ chart_meta:
78
+ family: 'Network/Steelhead/Connection/Established'
79
+ description: Current number of established (optimized) connections
80
+ unit: "{connection}"
81
- MIB: STEELHEAD-MIB
82
symbol:
83
name: riverbed.steelhead.activeConnections
84
OID: 1.3.6.1.4.1.17163.1.1.5.2.6.0
68
- description: Current number of active (optimized) connections
69
- unit: "{connection}"
85
+ chart_meta:
86
+ family: 'Network/Steelhead/Connection/Active'
87
+ description: Current number of active (optimized) connections
88
+ unit: "{connection}"
89
- MIB: STEELHEAD-MIB
90
symbol:
91
name: riverbed.steelhead.totalConnections
92
OID: 1.3.6.1.4.1.17163.1.1.5.2.7.0
74
- description: Total number of connections
75
- unit: "{connection}"
93
+ chart_meta:
94
+ family: 'Network/Steelhead/Connection/Total'
95
+ description: Total number of connections
96
+ unit: "{connection}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/riverbed.yaml
+1
@@ -1,6 +1,7 @@
1
extends:
2
- _system-base.yaml
3
- _std-if-mib.yaml
4
+ - _std-host-resources-mib-feat-base.yaml
5
6
metadata:
7
device:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ruckus-unleashed.yaml
+53
-34
@@ -16,13 +16,13 @@ metadata:
16
value: "WLC"
17
18
metric_tags:
19
- - tag: _ruckus_unleashed_system_model
19
+ - tag: ruckus_unleashed_system_model
20
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.1.9.0
21
symbol: ruckusUnleashedSystemModel
22
- - tag: _ruckus_unleashed_system_licensed_aps
22
+ - tag: ruckus_unleashed_system_licensed_aps
23
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.1.12.0
24
symbol: ruckusUnleashedSystemLicensedAPs
25
- - tag: _ruckus_unleashed_system_serial_number
25
+ - tag: ruckus_unleashed_system_serial_number
26
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.1.15.0
27
symbol: ruckusUnleashedSystemSerialNumber
28
@@ -34,78 +34,97 @@ metrics:
34
symbol:
35
name: cpu.usage
36
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.13.0
37
- description: CPU utilization
38
- unit: "%"
37
+ chart_meta:
38
+ family: 'System/CPU/Usage'
39
+ description: CPU utilization
40
+ unit: "%"
41
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
42
symbol:
43
name: memory.usage
44
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.14.0
43
- description: Memory utilization
44
- unit: "%"
45
+ chart_meta:
46
+ family: 'System/Memory/Usage'
47
+ description: Memory utilization
48
+ unit: "%"
49
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
50
symbol:
51
name: ruckusUnleashedSystemStatsNumRegisteredAP
52
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.15.0
49
- description: Number of registered AP
50
- unit: "{access_point}"
53
+ chart_meta:
54
+ family: 'Network/AccessPoint/Registered'
55
+ description: Number of registered AP
56
+ unit: "{access_point}"
57
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
58
symbol:
59
name: ruckusUnleashedSystemStatsNumAP
60
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.1.0
55
- description: Number of AP
56
- unit: "{access_point}"
61
+ chart_meta:
62
+ family: 'Network/AccessPoint/Total'
63
+ description: Number of AP
64
+ unit: "{access_point}"
65
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
66
symbol:
67
name: ruckusUnleashedSystemStatsWLANTotalRxPkts
68
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.5.0
61
- description: Total received packets of wireless interfaces
62
- unit: "{packet}"
63
- metric_type: monotonic_count
69
+ chart_meta:
70
+ family: 'Network/WLAN/Packet/Total/In'
71
+ description: Total received packets of wireless interfaces
72
+ unit: "{packet}/s"
73
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
74
symbol:
75
name: ruckusUnleashedSystemStatsWLANTotalRxBytes
76
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.6.0
68
- description: Total received bytes of wireless interfaces
69
- unit: "By"
70
- metric_type: monotonic_count
77
+ scale_factor: 8
78
+ chart_meta:
79
+ family: 'Network/WLAN/Traffic/Total/In'
80
+ description: Total received bytes of wireless interfaces
81
+ unit: "bit/s"
82
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
83
symbol:
84
name: ruckusUnleashedSystemStatsWLANTotalTxPkts
85
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.8.0
75
- description: Total transmitted packets of wireless interfaces
76
- unit: "{packet}"
77
- metric_type: monotonic_count
86
+ chart_meta:
87
+ family: 'Network/WLAN/Packet/Total/Out'
88
+ description: Total transmitted packets of wireless interfaces
89
+ unit: "{packet}/s"
90
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
91
symbol:
92
name: ruckusUnleashedSystemStatsWLANTotalTxBytes
93
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.9.0
82
- description: Total transmitted bytes of wireless interfaces
83
- unit: "By"
84
- metric_type: monotonic_count
94
+ scale_factor: 8
95
+ chart_meta:
96
+ family: 'Network/WLAN/Traffic/Total/Out'
97
+ description: Total transmitted bytes of wireless interfaces
98
+ unit: "bit/s"
99
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
100
symbol:
101
name: ruckusUnleashedSystemStatsWLANTotalTxFail
102
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.11.0
89
- description: Total transmitted fail packets of wireless interfaces
90
- unit: "{packet}"
91
- metric_type: monotonic_count
103
+ chart_meta:
104
+ family: 'Network/WLAN/Packet/Failed/Out'
105
+ description: Total transmitted fail packets of wireless interfaces
106
+ unit: "{packet}/s"
107
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
108
symbol:
109
name: ruckusUnleashedSystemStatsWLANTotalTxRetry
110
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.12.0
96
- description: Total transmitted retry packets of wireless interfaces
97
- unit: "{packet}"
98
- metric_type: monotonic_count
111
+ chart_meta:
112
+ family: 'Network/WLAN/Packet/Retry/Out'
113
+ description: Total transmitted retry packets of wireless interfaces
114
+ unit: "{packet}/s"
115
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
116
symbol:
117
name: ruckusUnleashedSystemStatsWLANTotalAssocFail
118
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.16.0
103
- description: Total number of failed station associations.
104
- unit: "{session}"
105
- metric_type: monotonic_count
119
+ chart_meta:
120
+ family: 'Network/WLAN/Association/Failed'
121
+ description: Total number of failed station associations.
122
+ unit: "{session}/s"
123
- MIB: RUCKUS-UNLEASHED-SYSTEM-MIB
124
symbol:
125
name: ruckusUnleashedSystemStatsAllNumSta
126
OID: 1.3.6.1.4.1.25053.1.15.1.1.1.15.30.0
110
- description: Number of All client devices
111
- unit: "{device}"
127
+ chart_meta:
128
+ family: 'Network/Station/Connected'
129
+ description: Number of All client devices
130
+ unit: "{device}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ruckus-wap.yaml
+9
-4
@@ -9,16 +9,21 @@ metadata:
9
fields:
10
type:
11
value: "Access Point"
12
+
13
metrics:
14
- MIB: RUCKUS-SYSTEM-MIB
15
symbol:
16
name: cpu.usage
17
OID: 1.3.6.1.4.1.25053.1.1.11.1.1.1.1.0
17
- description: CPU utilization
18
- unit: "%"
18
+ chart_meta:
19
+ family: 'System/CPU/Usage'
20
+ description: CPU utilization
21
+ unit: "%"
22
- MIB: RUCKUS-SYSTEM-MIB
23
symbol:
24
name: memory.usage
25
OID: 1.3.6.1.4.1.25053.1.1.11.1.1.1.2.0
23
- description: Memory utilization
24
- unit: "%"
26
+ chart_meta:
27
+ family: 'System/Memory/Usage'
28
+ description: Memory utilization
29
+ unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu3.yaml
+2
-2
@@ -11,10 +11,10 @@ metadata:
11
value: "PDU"
12
13
metric_tags:
14
- - tag: _servertech_sentry3_system_version
14
+ - tag: servertech_sentry3_system_version
15
OID: 1.3.6.1.4.1.1718.3.1.1.0
16
symbol: systemVersion
17
- - tag: _servertech_sentry3_system_nic_serial_number
17
+ - tag: servertech_sentry3_system_nic_serial_number
18
OID: 1.3.6.1.4.1.1718.3.1.2.0
19
symbol: systemNICSerialNumber
20
src/go/plugin/go.d/config/go.d/snmp.profiles/default/silverpeak-edgeconnect.yaml
+7
-7
@@ -38,7 +38,7 @@ metrics:
38
name: silverpeak.mgmt.spsActiveAlarmCount
39
chart_meta:
40
description: The number of active alarm entries in the alarm table
41
- family: 'Alarm/Active/Count'
41
+ family: 'System/Alarm/Active'
42
unit: "{alarm}"
43
44
- MIB: SILVERPEAK-MGMT-MIB
@@ -50,7 +50,7 @@ metrics:
50
name: silverpeak.mgmt.spsActiveAlarmSeverity
51
chart_meta:
52
description: Severity level of the active alarm
53
- family: 'Alarm/Severity/Level'
53
+ family: 'System/Alarm/Severity'
54
unit: "{status}"
55
mapping:
56
0: info
@@ -66,7 +66,7 @@ metrics:
66
name: silverpeak.mgmt.spsActiveAlarmAcked
67
chart_meta:
68
description: Acknowledgement status of the active alarm
69
- family: 'Alarm/Acknowledgement/Status'
69
+ family: 'System/Alarm/Status/Acknowledged'
70
unit: "{status}"
71
mapping:
72
0: no
@@ -75,7 +75,7 @@ metrics:
75
name: silverpeak.mgmt.spsActiveAlarmActive
76
chart_meta:
77
description: Active status of the alarm
78
- family: 'Alarm/Active/Status'
78
+ family: 'System/Alarm/Status/Active'
79
unit: "{status}"
80
mapping:
81
0: no
@@ -84,7 +84,7 @@ metrics:
84
name: silverpeak.mgmt.spsActiveAlarmClearable
85
chart_meta:
86
description: Whether the alarm can be manually cleared
87
- family: 'Alarm/Clearable'
87
+ family: 'System/Alarm/Status/Clearable'
88
unit: "{status}"
89
mapping:
90
0: no
@@ -93,13 +93,13 @@ metrics:
93
name: silverpeak.mgmt.spsActiveAlarmServiceAffect
94
chart_meta:
95
description: Whether the alarm affects service
96
- family: 'Alarm/ServiceImpact'
96
+ family: 'System/Alarm/Status/ServiceImpact'
97
unit: "{status}"
98
mapping:
99
0: no
100
1: yes
101
metric_tags:
102
- - tag: alarm_index
102
+ - tag: silverpeak_mgmt_sps_active_alarm_index
103
index: 1
104
- tag: silverpeak_mgmt_sps_active_alarm_name
105
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sinetica-eagle-i.yaml
+17
-17
@@ -11,16 +11,16 @@ metadata:
11
value: "Sinetica"
12
13
metric_tags:
14
- - tag: _hawk_i2_inv_hw_revision
14
+ - tag: hawk_i2_inv_hw_revision
15
OID: 1.3.6.1.4.1.3711.24.1.1.99.9.0
16
symbol: invHwRevision
17
- - tag: _hawk_i2_inv_fw_revision
17
+ - tag: hawk_i2_inv_fw_revision
18
OID: 1.3.6.1.4.1.3711.24.1.1.99.10.0
19
symbol: invFwRevision
20
- - tag: _hawk_i2_inv_serial_num
20
+ - tag: hawk_i2_inv_serial_num
21
OID: 1.3.6.1.4.1.3711.24.1.1.99.11.0
22
symbol: invSerialNum
23
- - tag: _hawk_i2_ip_temp_scale_flag
23
+ - tag: hawk_i2_ip_temp_scale_flag
24
OID: 1.3.6.1.4.1.3711.24.1.1.1.2.1.0
25
symbol: ipTempScaleFlag
26
mapping:
@@ -42,10 +42,10 @@ metrics:
42
OID: 1.3.6.1.4.1.3711.24.1.1.1.2.2.1.7
43
chart_meta:
44
description: The current reading in the relevant measurement units
45
- family: 'Sensor/Analog/Value'
45
+ family: 'Hardware/Sensor/Analog/Value'
46
unit: 1
47
metric_tags:
48
- - tag: THA_index
48
+ - tag: hawk_i2_ip_tha_index
49
index: 1
50
- tag: _hawk_i2_ip_tha_name
51
symbol:
@@ -65,7 +65,7 @@ metrics:
65
name: hawk.i2.ipContNormState
66
chart_meta:
67
description: Normal state of the input contact
68
- family: 'Input/Contact/Normal/State'
68
+ family: 'Hardware/Input/Contact/State/Normal'
69
unit: "{status}"
70
mapping:
71
1: open
@@ -74,7 +74,7 @@ metrics:
74
name: hawk.i2.ipContCurrState
75
chart_meta:
76
description: Current state of the input contact
77
- family: 'Input/Contact/Current/State'
77
+ family: 'Hardware/Input/Contact/State/Current'
78
unit: "{status}"
79
mapping:
80
1: open
@@ -82,7 +82,7 @@ metrics:
82
3: armed
83
4: triggered
84
metric_tags:
85
- - tag: ipCont_index
85
+ - tag: hawk_i2_ip_cont_index
86
index: 1
87
- tag: hawk_i2_ip_cont_name
88
symbol:
@@ -102,7 +102,7 @@ metrics:
102
name: hawk.i2.opNormState
103
chart_meta:
104
description: Normal state of the output
105
- family: 'Output/Normal/State'
105
+ family: 'Hardware/Output/State/Normal'
106
unit: "{status}"
107
mapping:
108
1: on
@@ -111,7 +111,7 @@ metrics:
111
name: hawk.i2.opCurrState
112
chart_meta:
113
description: Current state of the output
114
- family: 'Output/Current/State'
114
+ family: 'Hardware/Output/State/Current'
115
unit: "{status}"
116
mapping:
117
1: on
@@ -120,14 +120,14 @@ metrics:
120
name: hawk.i2.opControlState
121
chart_meta:
122
description: Control state of the output
123
- family: 'Output/Control/State'
123
+ family: 'Hardware/Output/State/Control'
124
unit: "{status}"
125
mapping:
126
1: activate
127
2: deactivate
128
3: logic
129
metric_tags:
130
- - tag: op_index
130
+ - tag: hawk_i2_op_index
131
index: 1
132
- tag: hawk_i2_op_name
133
symbol:
@@ -147,24 +147,24 @@ metrics:
147
OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.3
148
chart_meta:
149
description: RMS Volts value
150
- family: 'PDU/Voltage/Value'
150
+ family: 'Hardware/PDU/Voltage/Value'
151
unit: "V"
152
- name: hawk.i2.pduRMSAmpsValue
153
OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.4
154
scale_factor: 0.1
155
chart_meta:
156
description: RMS current value
157
- family: 'PDU/Current/Value'
157
+ family: 'Hardware/PDU/Current/Value'
158
unit: "A"
159
- name: hawk.i2.pduTotalEnergyValue
160
OID: 1.3.6.1.4.1.3711.24.1.1.7.3.1.1.5
161
scale_factor: 100
162
chart_meta:
163
description: Total energy value
164
- family: 'PDU/Energy/Total'
164
+ family: 'Hardware/PDU/Energy/Total'
165
unit: "W.h"
166
metric_tags:
167
- - tag: pdu_index
167
+ - tag: hawk_i2_pdu_index
168
index: 1
169
- tag: hawk_i2_pdu_name
170
table: pduTable
src/go/plugin/go.d/config/go.d/snmp.profiles/default/sophos-xgs-firewall.yaml
+16
-16
@@ -15,13 +15,13 @@ metadata:
15
value: "Firewall"
16
17
metric_tags:
18
- - tag: _sfos_device_type
18
+ - tag: sfos_device_type
19
OID: 1.3.6.1.4.1.2604.5.1.1.2.0
20
symbol: sfosDeviceType
21
- tag: sfos_device_fw_version
22
OID: 1.3.6.1.4.1.2604.5.1.1.3.0
23
symbol: sfosDeviceFWVersion
24
- - tag: _sfos_ips_version
24
+ - tag: sfos_ips_version
25
OID: 1.3.6.1.4.1.2604.5.1.1.6.0
26
symbol: sfosIPSVersion
27
@@ -36,7 +36,7 @@ metrics:
36
OID: 1.3.6.1.4.1.2604.5.1.2.5.2.0
37
chart_meta:
38
description: "Percentage usage of main memory"
39
- family: 'Memory/Usage'
39
+ family: 'System/Memory/Usage'
40
unit: "%"
41
- MIB: SFOS-FIREWALL-MIB
42
symbol:
@@ -45,7 +45,7 @@ metrics:
45
scale_factor: 1048576
46
chart_meta:
47
description: "Memory capacity in MB"
48
- family: 'Memory/Total'
48
+ family: 'System/Memory/Total'
49
unit: "By"
50
- MIB: SFOS-FIREWALL-MIB
51
symbol:
@@ -54,7 +54,7 @@ metrics:
54
scale_factor: 1048576
55
chart_meta:
56
description: "Disk capacity in MB"
57
- family: 'Disk/Total'
57
+ family: 'System/Disk/Total'
58
unit: "By"
59
- MIB: SFOS-FIREWALL-MIB
60
symbol:
@@ -62,7 +62,7 @@ metrics:
62
OID: 1.3.6.1.4.1.2604.5.1.2.4.2.0
63
chart_meta:
64
description: "% Disk usage"
65
- family: 'Disk/Usage'
65
+ family: 'System/Disk/Usage'
66
unit: "%"
67
- MIB: SFOS-FIREWALL-MIB
68
symbol:
@@ -70,7 +70,7 @@ metrics:
70
OID: 1.3.6.1.4.1.2604.5.1.2.5.3.0
71
chart_meta:
72
description: "Swap Capacity in MB"
73
- family: 'Memory/Swap/Total'
73
+ family: 'System/Memory/Swap/Total'
74
unit: "MBy"
75
- MIB: SFOS-FIREWALL-MIB
76
symbol:
@@ -78,7 +78,7 @@ metrics:
78
OID: 1.3.6.1.4.1.2604.5.1.2.5.4.0
79
chart_meta:
80
description: "% usage of swap"
81
- family: 'Memory/Swap/Usage'
81
+ family: 'System/Memory/Swap/Usage'
82
unit: "%"
83
- MIB: SFOS-FIREWALL-MIB
84
symbol:
@@ -86,7 +86,7 @@ metrics:
86
OID: 1.3.6.1.4.1.2604.5.1.2.6.0
87
chart_meta:
88
description: "Display live user count login into captive portal"
89
- family: 'User/Portal/Active'
89
+ family: 'System/User/Portal/Active'
90
unit: "{session}"
91
- MIB: SFOS-FIREWALL-MIB
92
symbol:
@@ -94,7 +94,7 @@ metrics:
94
OID: 1.3.6.1.4.1.2604.5.1.2.7.0
95
chart_meta:
96
description: "Number of HTTP hits"
97
- family: 'Protocol/HTTP/Request/Total'
97
+ family: 'Network/Protocol/HTTP/Request/Total'
98
unit: "{request}/s"
99
- MIB: SFOS-FIREWALL-MIB
100
symbol:
@@ -102,7 +102,7 @@ metrics:
102
OID: 1.3.6.1.4.1.2604.5.1.2.8.0
103
chart_meta:
104
description: "Number of FTP hits"
105
- family: 'Protocol/FTP/Request/Total'
105
+ family: 'Network/Protocol/FTP/Request/Total'
106
unit: "{request}/s"
107
- MIB: SFOS-FIREWALL-MIB
108
symbol:
@@ -110,7 +110,7 @@ metrics:
110
OID: 1.3.6.1.4.1.2604.5.1.2.9.1.0
111
chart_meta:
112
description: "Number of POP3 hits"
113
- family: 'Protocol/POP3/Request/Total'
113
+ family: 'Network/Protocol/POP3/Request/Total'
114
unit: "{request}/s"
115
- MIB: SFOS-FIREWALL-MIB
116
symbol:
@@ -118,7 +118,7 @@ metrics:
118
OID: 1.3.6.1.4.1.2604.5.1.2.9.2.0
119
chart_meta:
120
description: "Number of IMAP hits"
121
- family: 'Protocol/IMAP/Request/Total'
121
+ family: 'Network/Protocol/IMAP/Request/Total'
122
unit: "{request}/s"
123
- MIB: SFOS-FIREWALL-MIB
124
symbol:
@@ -126,7 +126,7 @@ metrics:
126
OID: 1.3.6.1.4.1.2604.5.1.2.9.3.0
127
chart_meta:
128
description: "Number of SMTP hits"
129
- family: 'Protocol/SMTP/Request/Total'
129
+ family: 'Network/Protocol/SMTP/Request/Total'
130
unit: "{request}/s"
131
- MIB: SFOS-FIREWALL-MIB
132
table:
@@ -137,10 +137,10 @@ metrics:
137
OID: 1.3.6.1.4.1.2604.5.1.6.1.1.1.1.8
138
chart_meta:
139
description: "Count of active tunnel"
140
- family: 'IPSec/Tunnel/Active'
140
+ family: 'Network/VPN/IPSec/Tunnel/Active'
141
unit: "{tunnel}"
142
metric_tags:
143
- - tag: tunnel_index
143
+ - tag: sfos_ip_sec_vpn_conn_index
144
index: 1
145
- tag: sfos_ip_sec_vpn_conn_name
146
symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/synology-disk-station.yaml
+64
-71
@@ -12,44 +12,46 @@ metadata:
12
type:
13
value: "Storage"
14
15
-# UCD-SNMP-MIB
16
-# https://mibbrowser.online/mibdb_search.php?mib=UCD-SNMP-MIB
17
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/net-snmp/UCD-SNMP-MIB
18
-
19
-# HOST-RESOURCES-MIB
20
-# https://mibbrowser.online/mibdb_search.php?mib=HOST-RESOURCES-MIB
21
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/rfc/HOST-RESOURCES-MIB
22
-
23
-# SYNOLOGY-SYSTEM-MIB
24
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SYSTEM-MIB
25
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SYSTEM-MIB
26
-
27
-# SYNOLOGY-DISK-MIB
28
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-DISK-MIB
29
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-DISK-MIB
30
-
31
-# SYNOLOGY-RAID-MIB
32
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-RAID-MIB
33
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-RAID-MIB
34
-
35
-# SYNOLOGY-SMART-MIB
36
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SMART-MIB
37
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SMART-MIB
38
-
39
-# SYNOLOGY-SERVICES-MIB
40
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SERVICES-MIB
41
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SERVICES-MIB
42
-
43
-# SYNOLOGY-STORAGEIO-MIB
44
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-STORAGEIO-MIB
45
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-STORAGEIO-MIB
46
-
47
-# SYNOLOGY-SPACEIO-MIB
48
-# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SPACEIO-MIB
49
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SPACEIO-MIB
15
+metric_tags:
16
+ - tag: synology_model_name
17
+ OID: 1.3.6.1.4.1.6574.1.5.1.0
18
+ symbol: modelName
19
+ - tag: synology_serial_number
20
+ OID: 1.3.6.1.4.1.6574.1.5.2.0
21
+ symbol: serialNumber
22
+ - tag: synology_version
23
+ OID: 1.3.6.1.4.1.6574.1.5.3.0
24
+ symbol: version
25
51
-# SYNOLOGY-GPUINFO-MIB
52
-# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-GPUINFO-MIB
26
+# 1. UCD-SNMP-MIB
27
+# https://mibbrowser.online/mibdb_search.php?mib=UCD-SNMP-MIB
28
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/net-snmp/UCD-SNMP-MIB
29
+# 2. HOST-RESOURCES-MIB
30
+# https://mibbrowser.online/mibdb_search.php?mib=HOST-RESOURCES-MIB
31
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/rfc/HOST-RESOURCES-MIB
32
+# 3. SYNOLOGY-SYSTEM-MIB
33
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SYSTEM-MIB
34
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SYSTEM-MIB
35
+# 4. SYNOLOGY-DISK-MIB
36
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-DISK-MIB
37
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-DISK-MIB
38
+# 5. SYNOLOGY-RAID-MIB
39
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-RAID-MIB
40
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-RAID-MIB
41
+# 6. SYNOLOGY-SMART-MIB
42
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SMART-MIB
43
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SMART-MIB
44
+# 7. SYNOLOGY-SERVICES-MIB
45
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SERVICES-MIB
46
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SERVICES-MIB
47
+# 8. SYNOLOGY-STORAGEIO-MIB
48
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-STORAGEIO-MIB
49
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-STORAGEIO-MIB
50
+# 9. SYNOLOGY-SPACEIO-MIB
51
+# https://mibbrowser.online/mibdb_search.php?mib=SYNOLOGY-SPACEIO-MIB
52
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-SPACEIO-MIB
53
+# 10. SYNOLOGY-GPUINFO-MIB
54
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/synology/SYNOLOGY-GPUINFO-MIB
55
56
metrics:
57
- MIB: UCD-SNMP-MIB
@@ -58,7 +60,7 @@ metrics:
60
OID: 1.3.6.1.4.1.2021.10.1.5.1
61
chart_meta:
62
description: The 1,5 and 15 minute load averages
61
- family: 'CPU/Load'
63
+ family: 'System/CPU/Load'
64
unit: "{load_average}"
65
# TODO support for units like this is not yet implemented
66
# - MIB: HOST-RESOURCES-MIB
@@ -67,7 +69,7 @@ metrics:
69
# OID: 1.3.6.1.2.1.25.2.3.1.6.1 # hrStorageUsed.1 = Physical memory
70
# chart_meta:
71
# description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
70
- # family: "Memory/Used"
72
+ # family: "System/Memory/Used"
73
# unit: "By"
74
# - MIB: HOST-RESOURCES-MIB
75
# symbol:
@@ -75,7 +77,7 @@ metrics:
77
# name: hrMemoryBuffers
78
# chart_meta:
79
# description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
78
- # family: "Memory/Buffer"
80
+ # family: "System/Memory/Buffer"
81
# unit: "By"
82
# - MIB: HOST-RESOURCES-MIB
83
# symbol:
@@ -83,7 +85,7 @@ metrics:
85
# name: hrCachedMemory
86
# chart_meta:
87
# description: The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits
86
- # family: "Memory/Cache"
88
+ # family: "System/Memory/Cache"
89
# unit: "By"
90
- MIB: SYNOLOGY-SYSTEM-MIB
91
symbol:
@@ -102,7 +104,7 @@ metrics:
104
OID: 1.3.6.1.4.1.6574.1.2.0
105
chart_meta:
106
description: The temperature of Disk Station
105
- family: 'System/Temperature/Value'
107
+ family: 'Hardware/Temperature/Value'
108
unit: "Cel"
109
- MIB: SYNOLOGY-SYSTEM-MIB
110
symbol:
@@ -110,7 +112,7 @@ metrics:
112
OID: 1.3.6.1.4.1.6574.1.3.0
113
chart_meta:
114
description: Power status
113
- family: 'Power/Status'
115
+ family: 'Hardware/Power/Status'
116
unit: "{status}"
117
mapping:
118
1: normal
@@ -121,7 +123,7 @@ metrics:
123
OID: 1.3.6.1.4.1.6574.1.4.1.0
124
chart_meta:
125
description: Fan status
124
- family: 'Fan/System/Status'
126
+ family: 'Hardware/Fan/Status/System'
127
unit: "{status}"
128
mapping:
129
1: normal
@@ -132,7 +134,7 @@ metrics:
134
OID: 1.3.6.1.4.1.6574.1.4.2.0
135
chart_meta:
136
description: CPU fan status
135
- family: 'Fan/CPU/Status'
137
+ family: 'Hardware/Fan/Status/CPU'
138
unit: "{status}"
139
mapping:
140
1: normal
@@ -160,13 +162,13 @@ metrics:
162
OID: 1.3.6.1.4.1.6574.2.1.1.6
163
chart_meta:
164
description: The temperature of each disk uses Celsius degree
163
- family: 'Disk/Temperature/Value'
165
+ family: 'Hardware/Disk/Temperature/Value'
166
unit: "Cel"
167
- OID: 1.3.6.1.4.1.6574.2.1.1.5
168
name: synology.diskStatus
169
chart_meta:
170
description: Disk status
169
- family: 'Disk/Status'
171
+ family: 'Hardware/Disk/Status'
172
unit: "{status}"
173
mapping:
174
1: normal
@@ -187,6 +189,7 @@ metrics:
189
symbol:
190
name: synology.diskType
191
OID: 1.3.6.1.4.1.6574.2.1.1.4
192
+
193
- MIB: SYNOLOGY-RAID-MIB
194
table:
195
name: raidTable
@@ -236,12 +239,13 @@ metrics:
239
21: raid_unknown_status
240
# full list of mappings here https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/All/enu/Synology_DiskStation_MIB_Guide.pdf
241
metric_tags:
239
- - tag: raid_index
242
+ - tag: synology_raid_index
243
index: 1
244
- tag: synology_raid_name
245
symbol:
246
name: synology.raid.raidName
247
OID: 1.3.6.1.4.1.6574.3.1.1.2
248
+
249
- MIB: SYNOLOGY-SMART-MIB
250
table:
251
name: diskSMARTTable
@@ -251,16 +255,16 @@ metrics:
255
OID: 1.3.6.1.4.1.6574.5.1.1.5
256
chart_meta:
257
description: SMART attribute current value
254
- family: 'Disk/SMART/Current'
258
+ family: 'Hardware/Disk/SMART/Current'
259
unit: "1"
260
- name: synology.diskSMARTAttrThreshold
261
OID: 1.3.6.1.4.1.6574.5.1.1.7
262
chart_meta:
263
description: SMART attribute threshold value
260
- family: 'Disk/SMART/Threshold'
264
+ family: 'Hardware/Disk/SMART/Threshold'
265
unit: "1"
266
metric_tags:
263
- - tag: _synology_disk_smart_info_dev_name
267
+ - tag: synology_disk_smart_info_dev_name
268
symbol:
269
name: synology.diskSMARTInfoDevName
270
OID: 1.3.6.1.4.1.6574.5.1.1.2
@@ -287,7 +291,7 @@ metrics:
291
OID: 1.3.6.1.4.1.6574.6.1.1.3
292
chart_meta:
293
description: Number of users using this service
290
- family: 'Service/User/Active'
294
+ family: 'System/Service/User/Active'
295
unit: "{user}"
296
metric_tags:
297
- tag: service_index
@@ -347,31 +351,31 @@ metrics:
351
OID: 1.3.6.1.4.1.6574.102.1.1.5
352
chart_meta:
353
description: The number of read accesses from this device since boot
350
- family: 'Volume/IO/Operations/Read'
354
+ family: 'Storage/Volume/IO/Operations/Read'
355
unit: "{access}/s"
356
- name: synology.spaceIOWrites
357
OID: 1.3.6.1.4.1.6574.102.1.1.6
358
chart_meta:
359
description: The number of write accesses to this device since boot
356
- family: 'Volume/IO/Operations/Write'
360
+ family: 'Storage/Volume/IO/Operations/Write'
361
unit: "{access}/s"
362
- name: synology.spaceIOLA
363
OID: 1.3.6.1.4.1.6574.102.1.1.8
364
chart_meta:
365
description: The load of disk
362
- family: 'Volume/IO/Load'
366
+ family: 'Storage/Volume/IO/Load'
367
unit: "%"
368
- name: synology.spaceIONReadX
369
OID: 1.3.6.1.4.1.6574.102.1.1.12
370
chart_meta:
371
description: The number of bytes read from this device since boot
368
- family: 'Volume/IO/Throughput/Read'
372
+ family: 'Storage/Volume/IO/Throughput/Read'
373
unit: "By/s"
374
- name: synology.spaceIONWrittenX
375
OID: 1.3.6.1.4.1.6574.102.1.1.13
376
chart_meta:
377
description: The number of bytes written to this device since boot
374
- family: 'Volume/IO/Throughput/Write'
378
+ family: 'Storage/Volume/IO/Throughput/Write'
379
unit: "By/s"
380
metric_tags:
381
- tag: space_io_device_index
@@ -387,7 +391,7 @@ metrics:
391
OID: 1.3.6.1.4.1.6574.108.1.0
392
chart_meta:
393
description: GPU info support status
390
- family: 'GPU/Support/Status'
394
+ family: 'System/GPU/Support/Status'
395
unit: "{status}"
396
mapping:
397
0: supported
@@ -398,7 +402,7 @@ metrics:
402
OID: 1.3.6.1.4.1.6574.108.2.0
403
chart_meta:
404
description: GPU utilization
401
- family: 'GPU/Usage'
405
+ family: 'System/GPU/Usage'
406
unit: "%"
407
- MIB: SYNOLOGY-GPUINFO-MIB
408
symbol:
@@ -406,16 +410,5 @@ metrics:
410
OID: 1.3.6.1.4.1.6574.108.3.0
411
chart_meta:
412
description: GPU memory utilization
409
- family: 'GPU/Memory/Usage'
413
+ family: 'System/GPU/Memory/Usage'
414
unit: "%"
411
-
412
-metric_tags:
413
- - tag: _synology_model_name
414
- OID: 1.3.6.1.4.1.6574.1.5.1.0
415
- symbol: modelName
416
- - tag: _synology_serial_number
417
- OID: 1.3.6.1.4.1.6574.1.5.2.0
418
- symbol: serialNumber
419
- - tag: _synology_version
420
- OID: 1.3.6.1.4.1.6574.1.5.3.0
421
- symbol: version
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tp-link.yaml
+2
-2
@@ -26,7 +26,7 @@ metrics:
26
OID: 1.3.6.1.4.1.11863.6.4.1.1.1.1.3
27
chart_meta:
28
description: CPU utilization in 1 minute
29
- family: 'CPU/Usage'
29
+ family: 'System/CPU/Usage'
30
unit: "%"
31
metric_tags:
32
- tag: cpu_index
@@ -41,7 +41,7 @@ metrics:
41
OID: 1.3.6.1.4.1.11863.6.4.1.2.1.1.2
42
chart_meta:
43
description: Memory utilization
44
- family: 'Memory/Usage'
44
+ family: 'System/Memory/Usage'
45
unit: "%"
46
metric_tags:
47
- tag: mem_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-ups.yaml
+14
-14
@@ -11,6 +11,20 @@ metadata:
11
type:
12
value: "UPS"
13
14
+metric_tags:
15
+ - tag: tl_ups_ident_serial_num
16
+ OID: 1.3.6.1.4.1.850.100.1.1.2.0
17
+ symbol: tlUpsIdentSerialNum
18
+ - tag: tl_ups_ident_id
19
+ OID: 1.3.6.1.4.1.850.100.1.1.3.0
20
+ symbol: tlUpsIdentID
21
+ - OID: 1.3.6.1.4.1.850.100.1.1.4.0
22
+ symbol: _tlUpsSnmpCardSerialNum
23
+ tag: tl_ups_snmp_card_serial_num
24
+ - tag: tl_ups_location
25
+ OID: 1.3.6.1.4.1.850.100.1.1.6.0
26
+ symbol: tlUpsLocation
27
+
28
# TRIPPLITE-12X
29
# https://mibbrowser.online/mibdb_search.php?mib=TRIPPLITE-12X
30
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/tripplite/TRIPPLITE-12X
@@ -235,17 +249,3 @@ metrics:
249
symbol:
250
OID: 1.3.6.1.4.1.850.100.1.11.2.1.4
251
name: tlUpsOutletGroupDesc
238
-
239
-metric_tags:
240
- - tag: _tl_ups_ident_serial_num
241
- OID: 1.3.6.1.4.1.850.100.1.1.2.0
242
- symbol: tlUpsIdentSerialNum
243
- - OID: 1.3.6.1.4.1.850.100.1.1.3.0
244
- symbol: tlUpsIdentID
245
- tag: tl_ups_ident_id
246
- - OID: 1.3.6.1.4.1.850.100.1.1.4.0
247
- symbol: _tlUpsSnmpCardSerialNum
248
- tag: tl_ups_snmp_card_serial_num
249
- - OID: 1.3.6.1.4.1.850.100.1.1.6.0
250
- symbol: tlUpsLocation
251
- tag: tl_ups_location
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vertiv-liebert-ac.yaml
+15
-15
@@ -4,6 +4,14 @@ extends:
4
sysobjectid:
5
- 1.3.6.1.4.1.476.1.42 # liebertGlobalProducts
6
7
+metric_tags:
8
+ - tag: lgp_agent_ident_model
9
+ OID: 1.3.6.1.4.1.476.1.42.2.1.2.0
10
+ symbol: lgpAgentIdentModel
11
+ - tag: lgp_agent_ident_serial_number
12
+ OID: 1.3.6.1.4.1.476.1.42.2.1.4.0
13
+ symbol: lgpAgentIdentSerialNumber
14
+
15
# LIEBERT-GP-ENVIRONMENTAL-MIB
16
# https://mibbrowser.online/mibdb_search.php?mib=LIEBERT-GP-ENVIRONMENTAL-MIB
17
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/liebert/LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -62,7 +70,7 @@ metrics:
70
name: lgpEnvStatisticsComp1RunHr
71
chart_meta:
72
description: Accumulated run hours of compressor 1
65
- family: 'Component/Compressor/1/Runtime'
73
+ family: 'Hardware/Compressor/1/Runtime'
74
unit: "h"
75
76
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -71,7 +79,7 @@ metrics:
79
name: lgpEnvStatisticsComp2RunHr
80
chart_meta:
81
description: Accumulated run hours of compressor 2
74
- family: 'Component/Compressor/2/Runtime'
82
+ family: 'Hardware/Compressor/2/Runtime'
83
unit: "h"
84
85
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -80,7 +88,7 @@ metrics:
88
name: lgpEnvStatisticsFanRunHr
89
chart_meta:
90
description: Accumulated run hours of the main fan
83
- family: 'Component/Fan/Runtime'
91
+ family: 'Hardware/Fan/Runtime'
92
unit: "h"
93
94
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -89,7 +97,7 @@ metrics:
97
name: lgpEnvStatisticsHumRunHr
98
chart_meta:
99
description: Accumulated run hours of the humidifier
92
- family: 'Component/Humidifier/Runtime'
100
+ family: 'Hardware/Humidifier/Runtime'
101
unit: "h"
102
103
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -98,7 +106,7 @@ metrics:
106
name: lgpEnvStatisticsReheat1RunHr
107
chart_meta:
108
description: Accumulated run hours of reheat element 1
101
- family: 'Component/Reheat/1/Runtime'
109
+ family: 'Hardware/Heater/Reheat/1/Runtime'
110
unit: "h"
111
112
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -107,7 +115,7 @@ metrics:
115
name: lgpEnvStatisticsReheat2RunHr
116
chart_meta:
117
description: Accumulated run hours of reheat element 2
110
- family: 'Component/Reheat/2/Runtime'
118
+ family: 'Hardware/Heater/Reheat/2/Runtime'
119
unit: "h"
120
121
- MIB: LIEBERT-GP-ENVIRONMENTAL-MIB
@@ -116,13 +124,5 @@ metrics:
124
name: lgpEnvStatisticsReheat3RunHr
125
chart_meta:
126
description: Accumulated run hours of reheat element 3
119
- family: 'Component/Reheat/3/Runtime'
127
+ family: 'Hardware/Heater/Reheat/3/Runtime'
128
unit: "h"
121
-
122
-metric_tags:
123
- - tag: lgp_agent_ident_model
124
- OID: 1.3.6.1.4.1.476.1.42.2.1.2.0
125
- symbol: lgpAgentIdentModel
126
- - tag: _lgp_agent_ident_serial_number
127
- OID: 1.3.6.1.4.1.476.1.42.2.1.4.0
128
- symbol: lgpAgentIdentSerialNumber
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vertiv-watchdog.yaml
+20
-20
@@ -10,6 +10,20 @@ metadata:
10
type:
11
value: "Sensor"
12
13
+metric_tags:
14
+ - tag: vertiv_product_title
15
+ OID: 1.3.6.1.4.1.21239.5.1.1.1.0
16
+ symbol: productTitle
17
+ - tag: vertiv_product_version
18
+ OID: 1.3.6.1.4.1.21239.5.1.1.2.0
19
+ symbol: productVersion
20
+ - tag: vertiv_product_friendly_name
21
+ OID: 1.3.6.1.4.1.21239.5.1.1.3.0
22
+ symbol: productFriendlyName
23
+ - tag: vertiv_product_mac_address
24
+ OID: 1.3.6.1.4.1.21239.5.1.1.4.0
25
+ symbol: productMacAddress
26
+
27
# VERTIV-BB-MIB
28
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/geist/VERTIV-BB-MIB
29
@@ -23,25 +37,25 @@ metrics:
37
name: vertiv.internalTemp
38
chart_meta:
39
description: Internal temperature measurement
26
- family: 'Sensor/Temperature/Value'
40
+ family: 'Hardware/Sensor/Temperature/Value'
41
unit: "Cel"
42
- OID: 1.3.6.1.4.1.21239.5.1.2.1.6
43
name: vertiv.internalHumidity
44
chart_meta:
45
description: Internal humidity measurement
32
- family: 'Sensor/Humidity/Value'
46
+ family: 'Hardware/Sensor/Humidity/Value'
47
unit: "%"
48
- OID: 1.3.6.1.4.1.21239.5.1.2.1.7
49
name: vertiv.internalDewPoint
50
chart_meta:
51
description: Internal dew point temperature
38
- family: 'Sensor/DewPoint/Value'
52
+ family: 'Hardware/Sensor/DewPoint/Value'
53
unit: "Cel"
54
- OID: 1.3.6.1.4.1.21239.5.1.2.1.4
55
name: vertiv.internalAvail
56
chart_meta:
57
description: Internal availability status
44
- family: 'Sensor/Availability/Status'
58
+ family: 'Hardware/Sensor/Status/Availability'
59
unit: "{status}"
60
mapping:
61
0: unavailable
@@ -64,13 +78,13 @@ metrics:
78
name: vertiv.tempSensorTemp
79
chart_meta:
80
description: Temperature measured by the temperature sensor
67
- family: 'Sensor/Temperature/Value'
81
+ family: 'Hardware/Sensor/Temperature/Value'
82
unit: "Cel"
83
- OID: 1.3.6.1.4.1.21239.5.1.4.1.4
84
name: vertiv.tempSensorAvail
85
chart_meta:
86
description: Sensor availability status
73
- family: 'Sensor/Availability/Status'
87
+ family: 'Hardware/Sensor/Status/Availability'
88
unit: "{status}"
89
mapping:
90
0: unavailable
@@ -87,17 +101,3 @@ metrics:
101
symbol:
102
OID: 1.3.6.1.4.1.21239.5.1.4.1.3
103
name: vertiv.tempSensorLabel
90
-
91
-metric_tags:
92
- - tag: vertiv_product_title
93
- OID: 1.3.6.1.4.1.21239.5.1.1.1.0
94
- symbol: productTitle
95
- - tag: vertiv_product_version
96
- OID: 1.3.6.1.4.1.21239.5.1.1.2.0
97
- symbol: productVersion
98
- - tag: vertiv_product_friendly_name
99
- OID: 1.3.6.1.4.1.21239.5.1.1.3.0
100
- symbol: productFriendlyName
101
- - tag: _vertiv_product_mac_address
102
- OID: 1.3.6.1.4.1.21239.5.1.1.4.0
103
- symbol: productMacAddress
src/go/plugin/go.d/config/go.d/snmp.profiles/default/vmware-esx.yaml
+1
-1
@@ -32,7 +32,7 @@ metrics:
32
name: vmwHbaStatus
33
chart_meta:
34
description: Current HBA status
35
- family: 'Storage/HBA/Status'
35
+ family: 'Hardware/HBA/Status'
36
unit: "{status}"
37
mapping:
38
1: unknown
src/go/plugin/go.d/config/go.d/snmp.profiles/default/zebra-printer.yaml
+2
-2
@@ -40,7 +40,7 @@ metrics:
40
name: zbrTrackedAlertsSeverity
41
chart_meta:
42
description: The severity level of tracked alerts
43
- family: 'Alert/Severity/Status'
43
+ family: 'System/Alert/Severity'
44
unit: "{status}"
45
mapping:
46
1: other
@@ -50,7 +50,7 @@ metrics:
50
name: zbrTrackedAlertsCode
51
chart_meta:
52
description: The code associated with tracked alerts
53
- family: 'Alert/Code/Status'
53
+ family: 'System/Alert/Code'
54
unit: "{status}"
55
mapping:
56
1: paper-out
src/go/plugin/go.d/config/go.d/snmp.profiles/default/zyxel-switch.yaml
+20
-20
@@ -13,6 +13,24 @@ metadata:
13
type:
14
value: "Switch"
15
16
+metric_tags:
17
+ - tag: zyxel_sys_sw_platform
18
+ OID: 1.3.6.1.4.1.890.1.15.3.1.1.0
19
+ symbol: sysSwPlatform
20
+ mapping:
21
+ 1: other
22
+ 2: zynos
23
+ 3: zld
24
+ - tag: zyxel_sys_sw_version_string
25
+ OID: 1.3.6.1.4.1.890.1.15.3.1.6.0
26
+ symbol: sysSwVersionString
27
+ - tag: zyxel_sys_product_model
28
+ OID: 1.3.6.1.4.1.890.1.15.3.1.11.0
29
+ symbol: sysProductModel
30
+ - tag: zyxel_sys_product_serial_number
31
+ OID: 1.3.6.1.4.1.890.1.15.3.1.12.0
32
+ symbol: sysProductSerialNumber
33
+
34
# ZYXEL-ES-COMMON
35
# https://mibbrowser.online/mibdb_search.php?mib=ZYXEL-ES-COMMON
36
# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/zyxel/ZYXEL-ES-COMMON
@@ -24,7 +42,7 @@ metrics:
42
OID: 1.3.6.1.4.1.890.1.15.3.2.4.0
43
chart_meta:
44
description: Device CPU usage
27
- family: 'CPU/Usage'
45
+ family: 'System/CPU/Usage'
46
unit: "%"
47
48
- MIB: ZYXEL-ES-COMMON
@@ -33,23 +51,5 @@ metrics:
51
OID: 1.3.6.1.4.1.890.1.15.3.2.5.0
52
chart_meta:
53
description: Device memory usage
36
- family: 'Memory/Usage'
54
+ family: 'System/Memory/Usage'
55
unit: "%"
38
-
39
-metric_tags:
40
- - tag: zyxel_sys_sw_platform
41
- OID: 1.3.6.1.4.1.890.1.15.3.1.1.0
42
- symbol: sysSwPlatform
43
- mapping:
44
- 1: other
45
- 2: zynos
46
- 3: zld
47
- - tag: zyxel_sys_sw_version_string
48
- OID: 1.3.6.1.4.1.890.1.15.3.1.6.0
49
- symbol: sysSwVersionString
50
- - tag: _zyxel_sys_product_model
51
- OID: 1.3.6.1.4.1.890.1.15.3.1.11.0
52
- symbol: sysProductModel
53
- - tag: _zyxel_sys_product_serial_number
54
- OID: 1.3.6.1.4.1.890.1.15.3.1.12.0
55
- symbol: sysProductSerialNumber