chore(go.d/snmp-profiles): charts meta fixes and fam updates p5 (#20635)
Ilya Mashchenko committed
Jul 7, 2025 at 13:48 UTC
e7547bc79f236d60242f5195042f7d3f6ca94082
42 files changed
+2033
-1802
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_fortinet-fortigate-vpn-tunnel.yaml
+2
-2
@@ -9,14 +9,14 @@ metrics:
9
chart_meta:
10
description: Number of bytes received on tunnel
11
family: 'Network/VPN/Tunnel/Traffic/In'
12
- unit: "bits/s"
12
+ unit: "bit/s"
13
scale_factor: 8
14
- OID: 1.3.6.1.4.1.12356.101.12.2.2.1.19
15
name: fgVpnTunEntOutOctets
16
chart_meta:
17
description: Number of bytes sent out on tunnel
18
family: 'Network/VPN/Tunnel/Traffic/Out'
19
- unit: "bits/s"
19
+ unit: "bit/s"
20
scale_factor: 8
21
- OID: 1.3.6.1.4.1.12356.101.12.2.2.1.20
22
name: fgVpnTunEntStatus
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_system-base.yaml
+2
-2
@@ -16,7 +16,7 @@ metrics:
16
scale_factor: 0.01
17
chart_meta:
18
description: Time since the system was last rebooted or powered on.
19
- family: 'Uptime'
19
+ family: 'System/Uptime'
20
unit: s
21
- MIB: HOST-RESOURCES-MIB
22
symbol:
@@ -25,7 +25,7 @@ metrics:
25
scale_factor: 0.01
26
chart_meta:
27
description: Time since the system was last rebooted or powered on.
28
- family: 'Uptime'
28
+ family: 'System/Uptime'
29
unit: s
30
31
metadata:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/chatsworth-pdu.yaml
+131
-125
@@ -38,7 +38,7 @@ metrics:
38
name: pduRole
39
chart_meta:
40
description: PDU role
41
- family: 'PDU/Role/Status'
41
+ family: 'Hardware/PDU/Role/Status'
42
unit: "{status}"
43
mapping:
44
0: secondary
@@ -51,7 +51,7 @@ metrics:
51
name: outOfService
52
chart_meta:
53
description: PDU operation status
54
- family: 'PDU/Service/Status'
54
+ family: 'Hardware/PDU/Service/Status'
55
unit: "{status}"
56
mapping:
57
1: out of service
@@ -107,7 +107,7 @@ metrics:
107
name: line1curr
108
chart_meta:
109
description: Line 1 current draw
110
- family: 'PDU/Line/1/Current'
110
+ family: 'PowerFlow/Line/1/Current/Value'
111
unit: "A"
112
scale_factor: 0.01
113
@@ -117,7 +117,7 @@ metrics:
117
name: line2curr
118
chart_meta:
119
description: Line 2 current draw
120
- family: 'PDU/Line/2/Current'
120
+ family: 'PowerFlow/Line/2/Current/Value'
121
unit: "A"
122
scale_factor: 0.01
123
@@ -127,7 +127,7 @@ metrics:
127
name: line3curr
128
chart_meta:
129
description: Line 3 current draw
130
- family: 'PDU/Line/3/Current'
130
+ family: 'PowerFlow/Line/3/Current/Value'
131
unit: "A"
132
scale_factor: 0.01
133
@@ -138,7 +138,7 @@ metrics:
138
name: currentxy1
139
chart_meta:
140
description: XY1 current draw
141
- family: 'PDU/Branch/XY1/Current'
141
+ family: 'PowerFlow/Branch/XY1/Current/Value'
142
unit: "A"
143
scale_factor: 0.01
144
@@ -148,7 +148,7 @@ metrics:
148
name: currentyz1
149
chart_meta:
150
description: YZ1 current draw
151
- family: 'PDU/Branch/YZ1/Current'
151
+ family: 'PowerFlow/Branch/YZ1/Current/Value'
152
unit: "A"
153
scale_factor: 0.01
154
@@ -158,7 +158,7 @@ metrics:
158
name: currentzx1
159
chart_meta:
160
description: ZX1 current draw
161
- family: 'PDU/Branch/ZX1/Current'
161
+ family: 'PowerFlow/Branch/ZX1/Current/Value'
162
unit: "A"
163
scale_factor: 0.01
164
@@ -168,7 +168,7 @@ metrics:
168
name: currentxy2
169
chart_meta:
170
description: XY2 current draw
171
- family: 'PDU/Branch/XY2/Current'
171
+ family: 'PowerFlow/Branch/XY2/Current/Value'
172
unit: "A"
173
scale_factor: 0.01
174
@@ -178,7 +178,7 @@ metrics:
178
name: currentyz2
179
chart_meta:
180
description: YZ2 current draw
181
- family: 'PDU/Branch/YZ2/Current'
181
+ family: 'PowerFlow/Branch/YZ2/Current/Value'
182
unit: "A"
183
scale_factor: 0.01
184
@@ -188,7 +188,7 @@ metrics:
188
name: currentzx2
189
chart_meta:
190
description: ZX2 current draw
191
- family: 'PDU/Branch/ZX2/Current'
191
+ family: 'PowerFlow/Branch/ZX2/Current/Value'
192
unit: "A"
193
scale_factor: 0.01
194
@@ -196,39 +196,39 @@ metrics:
196
symbol:
197
OID: 1.3.6.1.4.1.30932.1.1.3.2.1.0
198
name: voltagexy1
199
+ scale_factor: 0.1
200
chart_meta:
200
- description: XY1 voltage in 1/10 volts
201
- family: 'PDU/Branch/XY1/Voltage'
201
+ description: XY1 voltage in volts
202
+ family: 'PowerFlow/Branch/XY1/Voltage/Value'
203
unit: "V"
203
- scale_factor: 0.1
204
205
- MIB: CPI-UNITY-MIB
206
symbol:
207
OID: 1.3.6.1.4.1.30932.1.1.3.2.2.0
208
name: voltageyz1
209
+ scale_factor: 0.1
210
chart_meta:
210
- description: YZ1 voltage in 1/10 volts
211
- family: 'PDU/Branch/YZ1/Voltage'
211
+ description: YZ1 voltage in volts
212
+ family: 'PowerFlow/Branch/YZ1/Voltage/Value'
213
unit: "V"
213
- scale_factor: 0.1
214
215
- MIB: CPI-UNITY-MIB
216
symbol:
217
OID: 1.3.6.1.4.1.30932.1.1.3.2.3.0
218
name: voltagezx1
219
+ scale_factor: 0.1
220
chart_meta:
220
- description: ZX1 voltage in 1/10 volts
221
- family: 'PDU/Branch/ZX1/Voltage'
221
+ description: ZX1 voltage in volts
222
+ family: 'PowerFlow/Branch/ZX1/Voltage/Value'
223
unit: "V"
223
- scale_factor: 0.1
224
225
- MIB: CPI-UNITY-MIB
226
symbol:
227
OID: 1.3.6.1.4.1.30932.1.1.3.2.4.0
228
name: voltagexy2
229
chart_meta:
230
- description: XY2 voltage in 1/10 volts
231
- family: 'PDU/Branch/XY2/Voltage'
230
+ description: XY2 voltage in volts
231
+ family: 'PowerFlow/Branch/XY2/Voltage/Value'
232
unit: "V"
233
scale_factor: 0.1
234
@@ -236,19 +236,19 @@ metrics:
236
symbol:
237
OID: 1.3.6.1.4.1.30932.1.1.3.2.5.0
238
name: voltageyz2
239
+ scale_factor: 0.1
240
chart_meta:
240
- description: YZ2 voltage in 1/10 volts
241
- family: 'PDU/Branch/YZ2/Voltage'
241
+ description: YZ2 voltage in volts
242
+ family: 'PowerFlow/Branch/YZ2/Voltage/Value'
243
unit: "V"
243
- scale_factor: 0.1
244
245
- MIB: CPI-UNITY-MIB
246
symbol:
247
OID: 1.3.6.1.4.1.30932.1.1.3.2.6.0
248
name: voltagezx2
249
chart_meta:
250
- description: ZX2 voltage in 1/10 volts
251
- family: 'PDU/Branch/ZX2/Voltage'
250
+ description: ZX2 voltage in volts
251
+ family: 'PowerFlow/Branch/ZX2/Voltage/Value'
252
unit: "V"
253
scale_factor: 0.1
254
@@ -258,7 +258,7 @@ metrics:
258
name: powerxy1
259
chart_meta:
260
description: XY1 power consumption in Watts
261
- family: 'PDU/Branch/XY1/Power'
261
+ family: 'PowerFlow/Branch/XY1/Active'
262
unit: "W"
263
264
- MIB: CPI-UNITY-MIB
@@ -267,7 +267,7 @@ metrics:
267
name: poweryz1
268
chart_meta:
269
description: YZ1 power consumption in Watts
270
- family: 'PDU/Branch/YZ1/Power'
270
+ family: 'PowerFlow/Branch/YZ1/Active'
271
unit: "W"
272
273
- MIB: CPI-UNITY-MIB
@@ -276,7 +276,7 @@ metrics:
276
name: powerzx1
277
chart_meta:
278
description: ZX1 power consumption in Watts
279
- family: 'PDU/Branch/ZX1/Power'
279
+ family: 'PowerFlow/Branch/ZX1/Active'
280
unit: "W"
281
282
- MIB: CPI-UNITY-MIB
@@ -285,7 +285,7 @@ metrics:
285
name: powerxy2
286
chart_meta:
287
description: XY2 power consumption in Watts
288
- family: 'PDU/Branch/XY2/Power'
288
+ family: 'PowerFlow/Branch/XY2/Active'
289
unit: "W"
290
291
- MIB: CPI-UNITY-MIB
@@ -294,7 +294,7 @@ metrics:
294
name: poweryz2
295
chart_meta:
296
description: YZ2 power consumption in Watts
297
- family: 'PDU/Branch/YZ2/Power'
297
+ family: 'PowerFlow/Branch/YZ2/Active'
298
unit: "W"
299
300
- MIB: CPI-UNITY-MIB
@@ -303,7 +303,7 @@ metrics:
303
name: powerzx2
304
chart_meta:
305
description: ZX2 power consumption in Watts
306
- family: 'PDU/Branch/ZX2/Power'
306
+ family: 'PowerFlow/Branch/ZX2/Active'
307
unit: "W"
308
309
# - MIB: CPI-UNITY-MIB
@@ -357,7 +357,7 @@ metrics:
357
metric_type: monotonic_count
358
chart_meta:
359
description: XY1 branch energy accumulated
360
- family: 'PDU/Branch/XY1/Energy'
360
+ family: 'PowerFlow/Branch/XY1/Energy/Total'
361
unit: "da*W"
362
scale_factor: 0.1
363
# This and the following metrics were da*W*s, but because they are accumulated, it should be /s. s/s = 1 so removing the seconds.
@@ -369,7 +369,7 @@ metrics:
369
metric_type: monotonic_count
370
chart_meta:
371
description: YZ1 branch energy accumulated
372
- family: 'PDU/Branch/YZ1/Energy'
372
+ family: 'PowerFlow/Branch/YZ1/Energy/Total'
373
unit: "da*W"
374
scale_factor: 0.1
375
@@ -380,7 +380,7 @@ metrics:
380
metric_type: monotonic_count
381
chart_meta:
382
description: ZX1 branch energy accumulated
383
- family: 'PDU/Branch/ZX1/Energy'
383
+ family: 'PowerFlow/Branch/ZX1/Energy/Total'
384
unit: "da*W"
385
scale_factor: 0.1
386
@@ -391,7 +391,7 @@ metrics:
391
metric_type: monotonic_count
392
chart_meta:
393
description: XY2 branch energy accumulated
394
- family: 'PDU/Branch/XY2/Energy'
394
+ family: 'PowerFlow/Branch/XY2/Energy/Total'
395
unit: "da*W"
396
scale_factor: 0.1
397
@@ -402,7 +402,7 @@ metrics:
402
metric_type: monotonic_count
403
chart_meta:
404
description: YZ2 branch energy accumulated
405
- family: 'PDU/Branch/YZ2/Energy'
405
+ family: 'PowerFlow/Branch/YZ2/Energy/Total'
406
unit: "da*W"
407
scale_factor: 0.1
408
@@ -413,7 +413,7 @@ metrics:
413
metric_type: monotonic_count
414
chart_meta:
415
description: ZX2 branch energy accumulated
416
- family: 'PDU/Branch/ZX2/Energy'
416
+ family: 'PowerFlow/Branch/ZX2/Energy/Total'
417
unit: "da*W"
418
scale_factor: 0.1
419
@@ -424,7 +424,7 @@ metrics:
424
name: outlet1Current
425
chart_meta:
426
description: Outlet1 current draw
427
- family: 'PDU/Outlet/1/Current'
427
+ family: 'PowerFlow/Outlet/1/Current/Value'
428
unit: "A"
429
scale_factor: 0.01
430
@@ -434,7 +434,7 @@ metrics:
434
name: outlet2Current
435
chart_meta:
436
description: Outlet2 current draw
437
- family: 'PDU/Outlet/2/Current'
437
+ family: 'PowerFlow/Outlet/2/Current/Value'
438
unit: "A"
439
scale_factor: 0.01
440
@@ -444,7 +444,7 @@ metrics:
444
name: outlet3Current
445
chart_meta:
446
description: Outlet3 current draw
447
- family: 'PDU/Outlet/3/Current'
447
+ family: 'PowerFlow/Outlet/3/Current/Value'
448
unit: "A"
449
scale_factor: 0.01
450
@@ -454,7 +454,7 @@ metrics:
454
name: outlet4Current
455
chart_meta:
456
description: Outlet4 current draw
457
- family: 'PDU/Outlet/4/Current'
457
+ family: 'PowerFlow/Outlet/4/Current/Value'
458
unit: "A"
459
scale_factor: 0.01
460
@@ -464,7 +464,7 @@ metrics:
464
name: outlet5Current
465
chart_meta:
466
description: Outlet5 current draw
467
- family: 'PDU/Outlet/5/Current'
467
+ family: 'PowerFlow/Outlet/5/Current/Value'
468
unit: "A"
469
scale_factor: 0.01
470
@@ -474,7 +474,7 @@ metrics:
474
name: outlet6Current
475
chart_meta:
476
description: Outlet6 current draw
477
- family: 'PDU/Outlet/6/Current'
477
+ family: 'PowerFlow/Outlet/6/Current/Value'
478
unit: "A"
479
scale_factor: 0.01
480
@@ -484,7 +484,7 @@ metrics:
484
name: outlet7Current
485
chart_meta:
486
description: Outlet7 current draw
487
- family: 'PDU/Outlet/7/Current'
487
+ family: 'PowerFlow/Outlet/7/Current/Value'
488
unit: "A"
489
scale_factor: 0.01
490
@@ -494,7 +494,7 @@ metrics:
494
name: outlet8Current
495
chart_meta:
496
description: Outlet8 current draw
497
- family: 'PDU/Outlet/8/Current'
497
+ family: 'PowerFlow/Outlet/8/Current/Value'
498
unit: "A"
499
scale_factor: 0.01
500
@@ -502,31 +502,31 @@ metrics:
502
symbol:
503
OID: 1.3.6.1.4.1.30932.1.1.3.5.9.0
504
name: outlet9Current
505
+ scale_factor: 0.01
506
chart_meta:
507
description: Outlet9 current draw
507
- family: 'PDU/Outlet/9/Current'
508
+ family: 'PowerFlow/Outlet/9/Current/Value'
509
unit: "A"
509
- scale_factor: 0.01
510
511
- MIB: CPI-UNITY-MIB
512
symbol:
513
OID: 1.3.6.1.4.1.30932.1.1.3.5.10.0
514
name: outlet10Current
515
+ scale_factor: 0.01
516
chart_meta:
517
description: Outlet10 current draw
517
- family: 'PDU/Outlet/10/Current'
518
+ family: 'PowerFlow/Outlet/10/Current/Value'
519
unit: "A"
519
- scale_factor: 0.01
520
521
- MIB: CPI-UNITY-MIB
522
symbol:
523
OID: 1.3.6.1.4.1.30932.1.1.3.5.11.0
524
name: outlet11Current
525
+ scale_factor: 0.01
526
chart_meta:
527
description: Outlet11 current draw
527
- family: 'PDU/Outlet/11/Current'
528
+ family: 'PowerFlow/Outlet/11/Current/Value'
529
unit: "A"
529
- scale_factor: 0.01
530
531
- MIB: CPI-UNITY-MIB
532
symbol:
@@ -534,7 +534,7 @@ metrics:
534
name: outlet12Current
535
chart_meta:
536
description: Outlet12 current draw
537
- family: 'PDU/Outlet/12/Current'
537
+ family: 'PowerFlow/Outlet/12/Current/Value'
538
unit: "A"
539
scale_factor: 0.01
540
@@ -544,7 +544,7 @@ metrics:
544
name: outlet13Current
545
chart_meta:
546
description: Outlet13 current draw
547
- family: 'PDU/Outlet/13/Current'
547
+ family: 'PowerFlow/Outlet/13/Current/Value'
548
unit: "A"
549
scale_factor: 0.01
550
@@ -554,7 +554,7 @@ metrics:
554
name: outlet14Current
555
chart_meta:
556
description: Outlet14 current draw
557
- family: 'PDU/Outlet/14/Current'
557
+ family: 'PowerFlow/Outlet/14/Current/Value'
558
unit: "A"
559
scale_factor: 0.01
560
@@ -564,7 +564,7 @@ metrics:
564
name: outlet15Current
565
chart_meta:
566
description: Outlet15 current draw
567
- family: 'PDU/Outlet/15/Current'
567
+ family: 'PowerFlow/Outlet/15/Current/Value'
568
unit: "A"
569
scale_factor: 0.01
570
@@ -574,7 +574,7 @@ metrics:
574
name: outlet16Current
575
chart_meta:
576
description: Outlet16 current draw
577
- family: 'PDU/Outlet/16/Current'
577
+ family: 'PowerFlow/Outlet/16/Current/Value'
578
unit: "A"
579
scale_factor: 0.01
580
@@ -584,7 +584,7 @@ metrics:
584
name: outlet17Current
585
chart_meta:
586
description: Outlet17 current draw
587
- family: 'PDU/Outlet/17/Current'
587
+ family: 'PowerFlow/Outlet/17/Current/Value'
588
unit: "A"
589
scale_factor: 0.01
590
@@ -594,7 +594,7 @@ metrics:
594
name: outlet18Current
595
chart_meta:
596
description: Outlet18 current draw
597
- family: 'PDU/Outlet/18/Current'
597
+ family: 'PowerFlow/Outlet/18/Current/Value'
598
unit: "A"
599
scale_factor: 0.01
600
@@ -604,7 +604,7 @@ metrics:
604
name: outlet19Current
605
chart_meta:
606
description: Outlet19 current draw
607
- family: 'PDU/Outlet/19/Current'
607
+ family: 'PowerFlow/Outlet/19/Current/Value'
608
unit: "A"
609
scale_factor: 0.01
610
@@ -614,7 +614,7 @@ metrics:
614
name: outlet20Current
615
chart_meta:
616
description: Outlet20 current draw
617
- family: 'PDU/Outlet/20/Current'
617
+ family: 'PowerFlow/Outlet/20/Current/Value'
618
unit: "A"
619
scale_factor: 0.01
620
# ---
@@ -625,7 +625,7 @@ metrics:
625
name: outlet21Current
626
chart_meta:
627
description: Outlet21 current draw
628
- family: 'PDU/Outlet/21/Current'
628
+ family: 'PowerFlow/Outlet/21/Current/Value'
629
unit: "A"
630
scale_factor: 0.01
631
@@ -635,7 +635,7 @@ metrics:
635
name: outlet22Current
636
chart_meta:
637
description: Outlet22 current draw
638
- family: 'PDU/Outlet/22/Current'
638
+ family: 'PowerFlow/Outlet/22/Current/Value'
639
unit: "A"
640
scale_factor: 0.01
641
@@ -645,7 +645,7 @@ metrics:
645
name: outlet23Current
646
chart_meta:
647
description: Outlet23 current draw
648
- family: 'PDU/Outlet/23/Current'
648
+ family: 'PowerFlow/Outlet/23/Current/Value'
649
unit: "A"
650
scale_factor: 0.01
651
@@ -655,7 +655,7 @@ metrics:
655
name: outlet24Current
656
chart_meta:
657
description: Outlet24 current draw
658
- family: 'PDU/Outlet/24/Current'
658
+ family: 'PowerFlow/Outlet/24/Current/Value'
659
unit: "A"
660
scale_factor: 0.01
661
@@ -666,7 +666,7 @@ metrics:
666
metric_type: monotonic_count
667
chart_meta:
668
description: Outlet1 receptacle energy accumulated
669
- family: 'PDU/Outlet/1/Energy'
669
+ family: 'PowerFlow/Outlet/1/Energy/Total'
670
unit: "da*W"
671
scale_factor: 0.1
672
@@ -676,10 +676,11 @@ metrics:
676
OID: 1.3.6.1.4.1.30932.1.1.3.12.2.0
677
name: receptacleEnergyoutlet2s
678
metric_type: monotonic_count
679
- description: Outlet2 receptacle energy accumulated
680
- family: 'PDU/Outlet/2/Energy'
681
- scaling_factor: 0.1
682
- unit: "da*W"
679
+ chart_meta:
680
+ description: Outlet2 receptacle energy accumulated
681
+ family: 'PowerFlow/Outlet/2/Energy/Total'
682
+ unit: "da*W"
683
+ scale_factor: 0.1
684
685
- MIB: CPI-UNITY-MIB
686
symbol:
@@ -688,7 +689,7 @@ metrics:
689
metric_type: monotonic_count
690
chart_meta:
691
description: Outlet3 receptacle energy accumulated
691
- family: 'PDU/Outlet/3/Energy'
692
+ family: 'PowerFlow/Outlet/3/Energy/Total'
693
unit: "da*W"
694
scale_factor: 0.1
695
@@ -700,7 +701,7 @@ metrics:
701
metric_type: monotonic_count
702
chart_meta:
703
description: Outlet4 receptacle energy accumulated
703
- family: 'PDU/Outlet/4/Energy'
704
+ family: 'PowerFlow/Outlet/4/Energy/Total'
705
unit: "da*W"
706
scale_factor: 0.1
707
@@ -712,7 +713,7 @@ metrics:
713
metric_type: monotonic_count
714
chart_meta:
715
description: Outlet5 receptacle energy accumulated
715
- family: 'PDU/Outlet/5/Energy'
716
+ family: 'PowerFlow/Outlet/5/Energy/Total'
717
unit: "da*W"
718
scale_factor: 0.1
719
@@ -724,7 +725,7 @@ metrics:
725
metric_type: monotonic_count
726
chart_meta:
727
description: Outlet6 receptacle energy accumulated
727
- family: 'PDU/Outlet/6/Energy'
728
+ family: 'PowerFlow/Outlet/6/Energy/Total'
729
unit: "da*W"
730
scale_factor: 0.1
731
@@ -736,7 +737,7 @@ metrics:
737
metric_type: monotonic_count
738
chart_meta:
739
description: Outlet7 receptacle energy accumulated
739
- family: 'PDU/Outlet/7/Energy'
740
+ family: 'PowerFlow/Outlet/7/Energy/Total'
741
unit: "da*W"
742
scale_factor: 0.1
743
@@ -748,7 +749,7 @@ metrics:
749
metric_type: monotonic_count
750
chart_meta:
751
description: Outlet8 receptacle energy accumulated
751
- family: 'PDU/Outlet/8/Energy'
752
+ family: 'PowerFlow/Outlet/8/Energy/Total'
753
unit: "da*W"
754
scale_factor: 0.1
755
@@ -760,7 +761,7 @@ metrics:
761
metric_type: monotonic_count
762
chart_meta:
763
description: Outlet9 receptacle energy accumulated
763
- family: 'PDU/Outlet/9/Energy'
764
+ family: 'PowerFlow/Outlet/9/Energy/Total'
765
unit: "da*W"
766
scale_factor: 0.1
767
@@ -772,7 +773,7 @@ metrics:
773
metric_type: monotonic_count
774
chart_meta:
775
description: Outlet10 receptacle energy accumulated
775
- family: 'PDU/Outlet/10/Energy'
776
+ family: 'PowerFlow/Outlet/10/Energy/Total'
777
unit: "da*W"
778
scale_factor: 0.1
779
@@ -784,7 +785,7 @@ metrics:
785
metric_type: monotonic_count
786
chart_meta:
787
description: Outlet11 receptacle energy accumulated
787
- family: 'PDU/Outlet/11/Energy'
788
+ family: 'PowerFlow/Outlet/11/Energy/Total'
789
unit: "da*W"
790
scale_factor: 0.1
791
@@ -796,7 +797,7 @@ metrics:
797
metric_type: monotonic_count
798
chart_meta:
799
description: Outlet12 receptacle energy accumulated
799
- family: 'PDU/Outlet/12/Energy'
800
+ family: 'PowerFlow/Outlet/12/Energy/Total'
801
unit: "da*W"
802
scale_factor: 0.1
803
@@ -808,11 +809,10 @@ metrics:
809
metric_type: monotonic_count
810
chart_meta:
811
description: Outlet13 receptacle energy accumulated
811
- family: 'PDU/Outlet/13/Energy'
812
+ family: 'PowerFlow/Outlet/13/Energy/Total'
813
unit: "da*W"
814
scale_factor: 0.1
815
815
-
816
- MIB: CPI-UNITY-MIB
817
symbol:
818
OID: 1.3.6.1.4.1.30932.1.1.3.12.14.0
@@ -820,7 +820,7 @@ metrics:
820
metric_type: monotonic_count
821
chart_meta:
822
description: Outlet14 receptacle energy accumulated
823
- family: 'PDU/Outlet/14/Energy'
823
+ family: 'PowerFlow/Outlet/14/Energy/Total'
824
unit: "da*W"
825
scale_factor: 0.1
826
@@ -832,7 +832,7 @@ metrics:
832
metric_type: monotonic_count
833
chart_meta:
834
description: Outlet15 receptacle energy accumulated
835
- family: 'PDU/Outlet/15/Energy'
835
+ family: 'PowerFlow/Outlet/15/Energy/Total'
836
unit: "da*W"
837
scale_factor: 0.1
838
@@ -844,7 +844,7 @@ metrics:
844
metric_type: monotonic_count
845
chart_meta:
846
description: Outlet16 receptacle energy accumulated
847
- family: 'PDU/Outlet/16/Energy'
847
+ family: 'PowerFlow/Outlet/16/Energy/Total'
848
unit: "da*W"
849
scale_factor: 0.1
850
@@ -856,7 +856,7 @@ metrics:
856
metric_type: monotonic_count
857
chart_meta:
858
description: Outlet17 receptacle energy accumulated
859
- family: 'PDU/Outlet/17/Energy'
859
+ family: 'PowerFlow/Outlet/17/Energy/Total'
860
unit: "da*W"
861
scale_factor: 0.1
862
@@ -868,7 +868,7 @@ metrics:
868
metric_type: monotonic_count
869
chart_meta:
870
description: Outlet18 receptacle energy accumulated
871
- family: 'PDU/Outlet/18/Energy'
871
+ family: 'PowerFlow/Outlet/18/Energy/Total'
872
unit: "da*W"
873
scale_factor: 0.1
874
@@ -880,7 +880,7 @@ metrics:
880
metric_type: monotonic_count
881
chart_meta:
882
description: Outlet19 receptacle energy accumulated
883
- family: 'PDU/Outlet/19/Energy'
883
+ family: 'PowerFlow/Outlet/19/Energy/Total'
884
unit: "da*W"
885
scale_factor: 0.1
886
@@ -892,7 +892,7 @@ metrics:
892
metric_type: monotonic_count
893
chart_meta:
894
description: Outlet20 receptacle energy accumulated
895
- family: 'PDU/Outlet/20/Energy'
895
+ family: 'PowerFlow/Outlet/20/Energy/Total'
896
unit: "da*W"
897
scale_factor: 0.1
898
@@ -904,7 +904,7 @@ metrics:
904
metric_type: monotonic_count
905
chart_meta:
906
description: Outlet21 receptacle energy accumulated
907
- family: 'PDU/Outlet/21/Energy'
907
+ family: 'PowerFlow/Outlet/21/Energy/Total'
908
unit: "da*W"
909
scale_factor: 0.1
910
@@ -916,7 +916,7 @@ metrics:
916
metric_type: monotonic_count
917
chart_meta:
918
description: Outlet22 receptacle energy accumulated
919
- family: 'PDU/Outlet/22/Energy'
919
+ family: 'PowerFlow/Outlet/22/Energy/Total'
920
unit: "da*W"
921
scale_factor: 0.1
922
@@ -928,7 +928,7 @@ metrics:
928
metric_type: monotonic_count
929
chart_meta:
930
description: Outlet23 receptacle energy accumulated
931
- family: 'PDU/Outlet/23/Energy'
931
+ family: 'PowerFlow/Outlet/23/Energy/Total'
932
unit: "da*W"
933
scale_factor: 0.1
934
@@ -940,7 +940,7 @@ metrics:
940
metric_type: monotonic_count
941
chart_meta:
942
description: Outlet24 receptacle energy accumulated
943
- family: 'PDU/Outlet/24/Energy'
943
+ family: 'PowerFlow/Outlet/24/Energy/Total'
944
unit: "da*W"
945
scale_factor: 0.1
946
@@ -958,7 +958,7 @@ metrics:
958
name: cpiPduNumberBranches
959
chart_meta:
960
description: Number of branches in the PDU
961
- family: 'PDU/Branch/Count'
961
+ family: 'Hardware/PDU/Branch/Count'
962
unit: "{branch}"
963
964
# Get the number of outlets in the PDU.
@@ -966,7 +966,7 @@ metrics:
966
name: cpiPduNumberOutlets
967
chart_meta:
968
description: Number of outlets in the PDU
969
- family: 'PDU/Outlet/Count'
969
+ family: 'Hardware/PDU/Outlet/Count'
970
unit: "{outlet}"
971
972
# Set or get whether the PDU is in-service: inservice(0), outofservice(1)
@@ -974,7 +974,7 @@ metrics:
974
name: cpiPduOutOfService
975
chart_meta:
976
description: Whether the PDU is in service
977
- family: 'PDU/Service/Status'
977
+ family: 'Hardware/PDU/Service/Status'
978
unit: "{status}"
979
mapping:
980
0: in service
@@ -985,7 +985,7 @@ metrics:
985
name: cpiPduUpgrade
986
chart_meta:
987
description: Indicator if the PDU firmware is being upgraded
988
- family: 'PDU/Firmware/Upgrade/Status'
988
+ family: 'System/Firmware/Upgrade/Status'
989
unit: "{status}"
990
mapping:
991
0: no
@@ -996,7 +996,7 @@ metrics:
996
name: cpiPduChainRole
997
chart_meta:
998
description: Role of the PDU in a daisy chain
999
- family: 'PDU/Chain/Role/Status'
999
+ family: 'Hardware/PDU/Chain/Role/Status'
1000
unit: "{status}"
1001
mapping:
1002
1: primary
@@ -1007,7 +1007,7 @@ metrics:
1007
name: cpiPduTotalPower
1008
chart_meta:
1009
description: Power for the entire PDU
1010
- family: 'PDU/Power/Total'
1010
+ family: 'PowerFlow/PDU/Total'
1011
unit: "VA"
1012
metric_tags:
1013
- tag: pdu_macaddress
@@ -1049,7 +1049,7 @@ metrics:
1049
name: cpiPduEasStatus
1050
chart_meta:
1051
description: Status of the Electronic Access Control system
1052
- family: 'PDU/Lock/AccessControl/Status'
1052
+ family: 'Hardware/Lock/AccessControl/Status'
1053
unit: "{status}"
1054
mapping:
1055
0: inactive
@@ -1061,7 +1061,7 @@ metrics:
1061
name: cpiPduDoorStatus
1062
chart_meta:
1063
description: Door sensor status, closed or open
1064
- family: 'PDU/Lock/Door/Status'
1064
+ family: 'Hardware/Lock/Door/Status'
1065
unit: "{status}"
1066
mapping:
1067
0: closed
@@ -1072,7 +1072,7 @@ metrics:
1072
name: cpiPduLockStatus
1073
chart_meta:
1074
description: Lock status, closed or open
1075
- family: 'PDU/Lock/Status'
1075
+ family: 'Hardware/Lock/Status'
1076
unit: "{status}"
1077
mapping:
1078
0: closed
@@ -1135,10 +1135,11 @@ metrics:
1135
# Get current draw in 1/100 amp of the line on the PDU. Convert the value by dividing by 100.
1136
- OID: 1.3.6.1.4.1.30932.1.10.1.3.10.1.3
1137
name: cpiPduLineCurrent
1138
+ scale_factor: 0.01
1139
chart_meta:
1140
description: Current draw of the line on the PDU
1140
- family: 'PDU/Line/Current'
1141
- unit: "A/100"
1141
+ family: 'PowerFlow/Line/Current/Value'
1142
+ unit: "A"
1143
metric_tags:
1144
# Get the ID of the input line on the PDU.
1145
- tag: line_id
@@ -1157,33 +1158,36 @@ metrics:
1158
# Get the current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
1159
- OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.3
1160
name: cpiPduBranchCurrent
1161
+ scale_factor: 0.01
1162
chart_meta:
1163
description: Current draw of the branch on the PDU
1162
- family: 'PDU/Branch/Current'
1163
- unit: "A/100"
1164
+ family: 'PowerFlow/Branch/Current/Value'
1165
+ unit: "A"
1166
1167
# Get the maximum current draw in 1/100 amp of the branch on the PDU. Convert the value by dividing by 100.
1168
- OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.4
1169
name: cpiPduBranchMaxCurrent
1170
+ scale_factor: 0.01
1171
chart_meta:
1172
description: Maximum current draw of the branch on the PDU
1170
- family: 'PDU/Branch/Current/Maximum'
1171
- unit: "A/100"
1173
+ family: 'PowerFlow/Branch/Current/Maximum'
1174
+ unit: "A"
1175
1176
# Get the voltage in 1/10 volts of the branch on the PDU. Convert the value by dividing by 10.
1177
- OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.5
1178
name: cpiPduBranchVoltage
1179
+ scale_factor: 0.1
1180
chart_meta:
1177
- description: Voltage in 1/10 volts of the branch on the PDU
1178
- family: 'PDU/Branch/Voltage'
1179
- unit: "V/10"
1181
+ description: Voltage in volts of the branch on the PDU
1182
+ family: 'PowerFlow/Branch/Voltage/Value'
1183
+ unit: "V"
1184
1185
# Get the power in volt-amps for the branch.
1186
- OID: 1.3.6.1.4.1.30932.1.10.1.3.110.1.6
1187
name: cpiPduBranchPower
1188
chart_meta:
1189
description: Power in volt-amps for the branch
1186
- family: 'PDU/Branch/Power'
1190
+ family: 'PowerFlow/Branch/Apparent'
1191
unit: "VA"
1192
1193
# Get the power factor for the branch.
@@ -1191,7 +1195,7 @@ metrics:
1195
name: cpiPduBranchPowerFactor
1196
chart_meta:
1197
description: Power factor for the branch
1194
- family: 'PDU/Branch/PowerFactor'
1198
+ family: 'PowerFlow/Branch/Factor'
1199
unit: "10*2.1"
1200
# TODO don't think this helps
1201
@@ -1200,7 +1204,7 @@ metrics:
1204
name: cpiPduBranchStatus
1205
chart_meta:
1206
description: Alarm status of the branch
1203
- family: 'PDU/Branch/Alarm/Status'
1207
+ family: 'Hardware/Branch/Alarm/Status'
1208
unit: "{status}"
1209
mapping:
1210
0: noalarm
@@ -1211,7 +1215,7 @@ metrics:
1215
name: cpiPduBranchEnergy
1216
chart_meta:
1217
description: Branch energy accumulated in decaVA-secs, divide by 360 to obtain VA-hr
1214
- family: 'PDU/Branch/Energy'
1218
+ family: 'PowerFlow/Branch/Energy/Total'
1219
unit: "V"
1220
scale_factor: 0.1
1221
@@ -1251,25 +1255,27 @@ metrics:
1255
# Get the current draw in 1/100 amp of the outlet on the PDU. Convert the value by dividing by 100.
1256
- OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.6
1257
name: cpiPduOutletCurrent
1258
+ scale_factor: 0.01
1259
chart_meta:
1255
- description: Current draw in 1/100 amp of the outlet on the PDU
1256
- family: 'PDU/Outlet/Current'
1257
- unit: "A/100"
1260
+ description: Current draw in amp of the outlet on the PDU
1261
+ family: 'PowerFlow/Outlet/Current/Value'
1262
+ unit: "A"
1263
1264
# Get the voltage in 1/10 volts of the outlet on the PDU. Convert the value by dividing by 10.
1265
- OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.7
1266
name: cpiPduOutletVoltage
1267
+ scale_factor: 0.1
1268
chart_meta:
1263
- description: Voltage in 1/10 volts of the outlet on the PDU
1264
- family: 'PDU/Outlet/Voltage'
1265
- unit: "V/10"
1269
+ description: Voltage in volts of the outlet on the PDU
1270
+ family: 'PowerFlow/Outlet/Voltage/Value'
1271
+ unit: "V"
1272
1273
# The power in Volt-Amps of the outlet on the PDU.
1274
- OID: 1.3.6.1.4.1.30932.1.10.1.4.10.1.8
1275
name: cpiPduOutletPower
1276
chart_meta:
1277
description: Power in Volt-Amps of the outlet on the PDU
1272
- family: 'PDU/Outlet/Power'
1278
+ family: 'PowerFlow/Outlet/Apparent'
1279
unit: "VA"
1280
1281
# Get the alarm status of the outlet: noalarm(0), warning(1), alarm(2)
@@ -1277,7 +1283,7 @@ metrics:
1283
name: cpiPduOutletStatus
1284
chart_meta:
1285
description: Alarm status of the outlet
1280
- family: 'PDU/Outlet/Alarm/Status'
1286
+ family: 'Hardware/Outlet/Alarm/Status'
1287
unit: "{status}"
1288
mapping:
1289
0: noalarm
@@ -1288,7 +1294,7 @@ metrics:
1294
name: cpiPduOutletEnergy
1295
chart_meta:
1296
description: Outlet energy accumulated in decaWatt-secs, divide by 360 to obtain Watt-hr
1291
- family: 'PDU/Outlet/Energy'
1297
+ family: 'PowerFlow/Outlet/Energy/Total'
1298
unit: "W"
1299
scale_factor: 0.1
1300
src/go/plugin/go.d/config/go.d/snmp.profiles/default/checkpoint.yaml
+31
-31
@@ -71,25 +71,25 @@ metrics:
71
name: multiProcUserTime
72
chart_meta:
73
description: "Processor user time"
74
- family: 'CPU/Time/User'
74
+ family: 'System/CPU/Time/User'
75
unit: "%"
76
- OID: 1.3.6.1.4.1.2620.1.6.7.5.1.3
77
name: multiProcSystemTime
78
chart_meta:
79
description: "Processor system time"
80
- family: 'CPU/Time/System'
80
+ family: 'System/CPU/Time/System'
81
unit: "%"
82
- OID: 1.3.6.1.4.1.2620.1.6.7.5.1.4
83
name: multiProcIdleTime
84
chart_meta:
85
description: "Processor idle time"
86
- family: 'CPU/Time/Idle'
86
+ family: 'System/CPU/Time/Idle'
87
unit: "%"
88
- OID: 1.3.6.1.4.1.2620.1.6.7.5.1.5
89
name: multiProcUsage
90
chart_meta:
91
description: "Processor usage"
92
- family: 'CPU/Usage'
92
+ family: 'System/CPU/Usage'
93
unit: "%"
94
metric_tags:
95
- symbol:
@@ -102,7 +102,7 @@ metrics:
102
name: procNum
103
chart_meta:
104
description: "Number of processors"
105
- family: 'CPU/Count'
105
+ family: 'System/CPU/Count'
106
unit: "{processor}"
107
# Memory
108
- MIB: CHECKPOINT-MIB
@@ -112,7 +112,7 @@ metrics:
112
name: memTotalReal64
113
chart_meta:
114
description: "Total real memory"
115
- family: 'Memory/Real/Total'
115
+ family: 'System/Memory/Real/Total'
116
unit: "By"
117
- MIB: CHECKPOINT-MIB
118
metric_type: gauge
@@ -121,7 +121,7 @@ metrics:
121
name: memActiveReal64
122
chart_meta:
123
description: "Active real memory"
124
- family: 'Memory/Real/Active'
124
+ family: 'System/Memory/Real/Active'
125
unit: "By"
126
- MIB: CHECKPOINT-MIB
127
metric_type: gauge
@@ -130,7 +130,7 @@ metrics:
130
name: memFreeReal64
131
chart_meta:
132
description: "Free real memory"
133
- family: 'Memory/Real/Free'
133
+ family: 'System/Memory/Real/Free'
134
unit: "By"
135
- MIB: CHECKPOINT-MIB
136
metric_type: gauge
@@ -139,7 +139,7 @@ metrics:
139
name: memTotalVirtual64
140
chart_meta:
141
description: "Total virtual memory"
142
- family: 'Memory/Virtual/Total'
142
+ family: 'System/Memory/Virtual/Total'
143
unit: "By"
144
- MIB: CHECKPOINT-MIB
145
metric_type: gauge
@@ -148,7 +148,7 @@ metrics:
148
name: memActiveVirtual64
149
chart_meta:
150
description: "Active virtual memory"
151
- family: 'Memory/Virtual/Active'
151
+ family: 'System/Memory/Virtual/Active'
152
unit: "By"
153
# Disk
154
- MIB: CHECKPOINT-MIB
@@ -161,37 +161,37 @@ metrics:
161
name: multiDiskSize
162
chart_meta:
163
description: "Disk size"
164
- family: 'Disk/Size/Total'
164
+ family: 'System/Disk/Size/Total'
165
unit: "GBy"
166
- OID: 1.3.6.1.4.1.2620.1.6.7.6.1.4
167
name: multiDiskUsed
168
chart_meta:
169
description: "Disk used"
170
- family: 'Disk/Size/Used'
170
+ family: 'System/Disk/Size/Used'
171
unit: "GBy"
172
- OID: 1.3.6.1.4.1.2620.1.6.7.6.1.5
173
name: multiDiskFreeTotalBytes
174
chart_meta:
175
description: "Disk free total bytes"
176
- family: 'Disk/Size/Free'
176
+ family: 'System/Disk/Size/Free'
177
unit: "By"
178
- OID: 1.3.6.1.4.1.2620.1.6.7.6.1.7
179
name: multiDiskFreeAvailableBytes
180
chart_meta:
181
description: "Disk free available bytes"
182
- family: 'Disk/Size/Available'
182
+ family: 'System/Disk/Size/Available'
183
unit: "By"
184
- OID: 1.3.6.1.4.1.2620.1.6.7.6.1.6
185
name: multiDiskFreeTotalPercent
186
chart_meta:
187
description: "Disk free total percent"
188
- family: 'Disk/Free/Percentage'
188
+ family: 'System/Disk/Free'
189
unit: "%"
190
- OID: 1.3.6.1.4.1.2620.1.6.7.6.1.8
191
name: multiDiskFreeAvailablePercent
192
chart_meta:
193
description: "Disk free available percent"
194
- family: 'Disk/Available/Percentage'
194
+ family: 'System/Disk/Available'
195
unit: "%"
196
metric_tags:
197
- symbol:
@@ -212,18 +212,18 @@ metrics:
212
name: fanSpeedSensorValue
213
chart_meta:
214
description: "Sensor value"
215
- family: 'Sensor/FanSpeed/Value'
215
+ family: 'Hardware/Sensor/FanSpeed/Value'
216
unit: "{revolution}/s"
217
- OID: 1.3.6.1.4.1.2620.1.6.7.8.2.1.6
218
name: fanSpeedSensorStatus
219
chart_meta:
220
description: "Sensor is out of range true(1), false(0), reading error(2)"
221
- family: 'Sensor/FanSpeed/Status'
221
+ family: 'Hardware/Sensor/FanSpeed/Status'
222
unit: "{status}"
223
mapping:
224
- 0: "false"
225
- 1: "true"
226
- 2: reading error
224
+ 0: ok
225
+ 1: out_of_range
226
+ 2: reading_error
227
metric_tags:
228
- symbol:
229
OID: 1.3.6.1.4.1.2620.1.6.7.8.2.1.1
@@ -242,18 +242,18 @@ metrics:
242
name: tempertureSensorValue
243
chart_meta:
244
description: "Sensor value"
245
- family: 'Sensor/Temperature/Value'
245
+ family: 'Hardware/Sensor/Temperature/Value'
246
unit: "Cel"
247
- OID: 1.3.6.1.4.1.2620.1.6.7.8.1.1.6
248
name: tempertureSensorStatus
249
chart_meta:
250
description: "Sensor is out of range true(1), false(0), reading error(2)"
251
- family: 'Sensor/Temperature/Status'
251
+ family: 'Hardware/Sensor/Temperature/Status'
252
unit: "{status}"
253
mapping:
254
- 0: "false"
255
- 1: "true"
256
- 2: reading error
254
+ 0: ok
255
+ 1: out_of_range
256
+ 2: reading_error
257
metric_tags:
258
- symbol:
259
OID: 1.3.6.1.4.1.2620.1.6.7.8.1.1.1
@@ -270,7 +270,7 @@ metrics:
270
name: fwAccepted
271
chart_meta:
272
description: "Number of accepted packets"
273
- family: 'Firewall/Packet/Accepted'
273
+ family: 'Security/Firewall/Packet/Accepted'
274
unit: "{packet}/s"
275
- MIB: CHECKPOINT-MIB
276
symbol:
@@ -278,7 +278,7 @@ metrics:
278
name: fwDropped
279
chart_meta:
280
description: "Number of dropped packets"
281
- family: 'Firewall/Packet/Dropped'
281
+ family: 'Security/Firewall/Packet/Dropped'
282
unit: "{packet}/s"
283
- MIB: CHECKPOINT-MIB
284
symbol:
@@ -286,7 +286,7 @@ metrics:
286
name: fwRejected
287
chart_meta:
288
description: "Number of rejected packets"
289
- family: 'Firewall/Packet/Rejected'
289
+ family: 'Security/Firewall/Packet/Rejected'
290
unit: "{packet}/s"
291
- MIB: CHECKPOINT-MIB
292
symbol:
@@ -294,7 +294,7 @@ metrics:
294
name: fwNumConn
295
chart_meta:
296
description: "Number of connections"
297
- family: 'Firewall/Connection/Active'
297
+ family: 'System/Activity/Connection/Active'
298
unit: "{connection}"
299
- MIB: CHECKPOINT-MIB
300
symbol:
@@ -302,5 +302,5 @@ metrics:
302
name: fwPeakNumConn
303
chart_meta:
304
description: "Peak number of connections"
305
- family: 'Firewall/Connection/Peak'
305
+ family: 'System/Activity/Connection/Peak'
306
unit: "{connection}/s"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/chrysalis-luna-hsm.yaml
+10
-7
@@ -2,8 +2,10 @@ extends:
2
- chrysalis.yaml
3
- _std-tcp-mib.yaml
4
- _std-ucd-mib.yaml
5
+
6
sysobjectid:
7
- 1.3.6.1.4.1.12383.3.1.1
8
+
9
metrics:
10
- MIB: CHRYSALIS-UTSP-MIB
11
symbol:
@@ -11,7 +13,7 @@ metrics:
13
name: hsmOperationRequests
14
chart_meta:
15
description: Number of operations
14
- family: 'HSM/Operation/Request/Total'
16
+ family: 'Security/HSM/Operation/Request/Total'
17
unit: "{operation}"
18
- MIB: CHRYSALIS-UTSP-MIB
19
symbol:
@@ -19,7 +21,7 @@ metrics:
21
name: hsmOperationErrors
22
chart_meta:
23
description: Number of operation errors
22
- family: 'HSM/Operation/Error/Total'
24
+ family: 'Security/HSM/Operation/Error/Total'
25
unit: "{error}"
26
# - MIB: CHRYSALIS-UTSP-MIB
27
# symbol:
@@ -40,7 +42,7 @@ metrics:
42
name: ntlsOperStatus
43
chart_meta:
44
description: Current operational status of the NTL service
43
- family: 'HSM/NTLS/Operational/Status'
45
+ family: 'Security/HSM/NTLS/Status/Operational'
46
unit: "{status}"
47
mapping:
48
1: up
@@ -52,7 +54,7 @@ metrics:
54
name: ntlsConnectedClients
55
chart_meta:
56
description: The current number of connected clients using NTLS
55
- family: 'HSM/NTLS/Client/Connected'
57
+ family: 'Security/HSM/NTLS/Client/Connected'
58
unit: "{client}"
59
- MIB: CHRYSALIS-UTSP-MIB
60
symbol:
@@ -60,7 +62,7 @@ metrics:
62
name: ntlsLinks
63
chart_meta:
64
description: The current number of links in NTLS
63
- family: 'HSM/NTLS/Link/Active'
65
+ family: 'Security/HSM/NTLS/Link/Active'
66
unit: "{link}"
67
- MIB: CHRYSALIS-UTSP-MIB
68
symbol:
@@ -68,7 +70,7 @@ metrics:
70
name: ntlsSuccessfulClientConnections
71
chart_meta:
72
description: The total number of successful client connections
71
- family: 'HSM/NTLS/Connection/Successful'
73
+ family: 'Security/HSM/NTLS/Connection/Successful/Total'
74
unit: "{connection}/s"
75
- MIB: CHRYSALIS-UTSP-MIB
76
symbol:
@@ -76,8 +78,9 @@ metrics:
78
name: ntlsFailedClientConnections
79
chart_meta:
80
description: The total number of unsuccessful client connections
79
- family: 'HSM/NTLS/Connection/Failed'
81
+ family: 'Security/HSM/NTLS/Connection/Failed/Total'
82
unit: "{connection}/s"
83
+
84
# TODO: sending tags for scalar metric is not supported yet (keep this metric and this)
85
# - MIB: CHRYSALIS-UTSP-MIB
86
# OID: 1.3.6.1.4.1.12383.3.1.2.6.0
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-access-point.yaml
+9
-9
@@ -25,55 +25,55 @@ metrics:
25
OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.1
26
chart_meta:
27
description: Number of wireless clients currently associating with this device on this interface
28
- family: 'Interfaces/Wireless/Client/Active'
28
+ family: 'Network/Interface/Wireless/Client/Active'
29
unit: "{client}"
30
- name: cDot11ActiveBridges
31
OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.2
32
chart_meta:
33
description: Number of bridges currently associating with this device on this interface
34
- family: 'Interfaces/Wireless/Bridge/Active'
34
+ family: 'Network/Interface/Wireless/Bridge/Active'
35
unit: "{bridge}"
36
- name: cDot11ActiveRepeaters
37
OID: 1.3.6.1.4.1.9.9.273.1.1.2.1.3
38
chart_meta:
39
description: Number of repeaters currently associating with this device on this interface
40
- family: 'Interfaces/Wireless/Repeater/Active'
40
+ family: 'Network/Interface/Wireless/Repeater/Active'
41
unit: "{repeater}"
42
- name: cDot11AssStatsAssociated
43
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.1
44
chart_meta:
45
description: Number of stations associated with this device on this interface since device re-started
46
- family: 'Interfaces/Wireless/Station/Associated'
46
+ family: 'Network/Interface/Wireless/Station/Associated'
47
unit: "{station}/s"
48
- name: cDot11AssStatsAuthenticated
49
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.2
50
chart_meta:
51
description: Number of stations authenticated with this device on this interface since device re-started
52
- family: 'Interfaces/Wireless/Station/Authenticated'
52
+ family: 'Network/Interface/Wireless/Station/Authenticated'
53
unit: "{station}/s"
54
- name: cDot11AssStatsRoamedIn
55
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.3
56
chart_meta:
57
description: Number of stations roamed from another device to this device on this interface since device re-started
58
- family: 'Interfaces/Wireless/Station/Roamed/In'
58
+ family: 'Network/Interface/Wireless/Station/Roamed/In'
59
unit: "{station}/s"
60
- name: cDot11AssStatsRoamedAway
61
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.4
62
chart_meta:
63
description: Number of stations roamed away from this device on this interface since device re-started
64
- family: 'Interfaces/Wireless/Station/Roamed/Out'
64
+ family: 'Network/Interface/Wireless/Station/Roamed/Out'
65
unit: "{station}/s"
66
- name: cDot11AssStatsDeauthenticated
67
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.5
68
chart_meta:
69
description: Number of stations deauthenticated with this device on this interface since device re-started
70
- family: 'Interfaces/Wireless/Station/Deauthenticated'
70
+ family: 'Network/Interface/Wireless/Station/Deauthenticated'
71
unit: "{station}/s"
72
- name: cDot11AssStatsDisassociated
73
OID: 1.3.6.1.4.1.9.9.273.1.1.3.1.6
74
chart_meta:
75
description: Number of stations disassociated with this device on this interface since device re-started
76
- family: 'Interfaces/Wireless/Station/Disassociated'
76
+ family: 'Network/Interface/Wireless/Station/Disassociated'
77
unit: "{station}/s"
78
metric_tags:
79
- tag: interface
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower-asa.yaml
+9
-9
@@ -41,7 +41,7 @@ metrics:
41
name: cpu.usage
42
chart_meta:
43
description: The overall CPU busy percentage in the last 1 minute period
44
- family: 'CPU/Usage'
44
+ family: 'System/CPU/Usage'
45
unit: "%"
46
metric_tags:
47
- tag: cpu_index
@@ -52,7 +52,7 @@ metrics:
52
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7.1.1 # cempMemPoolUsed.1.1
53
chart_meta:
54
description: Number of bytes from the memory pool that are currently in use by applications on the physical entity
55
- family: 'Memory/Used'
55
+ family: 'System/Memory/Used'
56
unit: "By"
57
- MIB: CISCO-ENHANCED-MEMPOOL-MIB
58
symbol:
@@ -60,7 +60,7 @@ metrics:
60
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8.1.1 # cempMemPoolFree.1.1
61
chart_meta:
62
description: Number of bytes from the memory pool that are currently unused on the physical entity
63
- family: 'Memory/Free'
63
+ family: 'System/Memory/Free'
64
unit: "By"
65
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
66
symbol:
@@ -68,7 +68,7 @@ metrics:
68
name: crasNumDeclinedSessions
69
chart_meta:
70
description: Number of session setup attempts which were declined due to authentication or authorization failure
71
- family: 'RemoteAccess/Session/Setup/Declined'
71
+ family: 'Network/VPN/RemoteAccess/Session/Setup/Declined'
72
unit: "{session}/s"
73
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
74
symbol:
@@ -76,7 +76,7 @@ metrics:
76
name: crasNumSetupFailInsufResources
77
chart_meta:
78
description: The number of session setup attempts that failed due to insufficient resources
79
- family: 'RemoteAccess/Session/Setup/Failed'
79
+ family: 'Network/VPN/RemoteAccess/Session/Setup/Failed'
80
unit: "{session}/s"
81
metric_type: monotonic_count
82
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
@@ -85,7 +85,7 @@ metrics:
85
name: crasNumSessions
86
chart_meta:
87
description: Number of currently active sessions
88
- family: 'RemoteAccess/Session/Active'
88
+ family: 'Network/VPN/RemoteAccess/Session/Active'
89
unit: "{session}"
90
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
91
symbol:
@@ -93,7 +93,7 @@ metrics:
93
name: crasMaxSessionsSupportable
94
chart_meta:
95
description: The maximum number of remote access sessions that may be supported on this device
96
- family: 'RemoteAccess/Session/Maximum'
96
+ family: 'Network/VPN/RemoteAccess/Session/Maximum'
97
unit: "{session}"
98
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
99
symbol:
@@ -101,7 +101,7 @@ metrics:
101
name: crasNumUsers
102
chart_meta:
103
description: The number of users who have active sessions
104
- family: 'RemoteAccess/User/Active'
104
+ family: 'Network/VPN/RemoteAccess/User/Active'
105
unit: "{user}"
106
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
107
symbol:
@@ -109,5 +109,5 @@ metrics:
109
name: crasMaxUsersSupportable
110
chart_meta:
111
description: The maximum number of remote access users for whom Remote Access sessions may be supported on this device
112
- family: 'RemoteAccess/User/Maximum'
112
+ family: 'Network/VPN/RemoteAccess/User/Maximum'
113
unit: "{user}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-firepower.yaml
+7
-7
@@ -32,7 +32,7 @@ metrics:
32
name: cpu.usage
33
chart_meta:
34
description: The overall CPU busy percentage in the last 1 minute period.
35
- family: 'CPU/Usage'
35
+ family: 'System/CPU/Usage'
36
unit: "%"
37
metric_tags:
38
- tag: cpu_index
@@ -46,13 +46,13 @@ metrics:
46
name: memory.free
47
chart_meta:
48
description: Memory free
49
- family: 'Memory/Free'
49
+ family: 'System/Memory/Free'
50
unit: "By"
51
- OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.23 # cfprSmMonitorMemUsed
52
name: memory.used
53
chart_meta:
54
description: Memory used
55
- family: 'Memory/Used'
55
+ family: 'System/Memory/Used'
56
unit: "By"
57
metric_tags:
58
- tag: mem_index
@@ -66,14 +66,14 @@ metrics:
66
name: cfprSmMonitorDataDiskAvailable
67
chart_meta:
68
description: Data disk available
69
- family: 'Disk/Data/Available'
69
+ family: 'System/Disk/Data/Available'
70
unit: "By"
71
scale_factor: 1024
72
- OID: 1.3.6.1.4.1.9.9.826.1.71.20.1.18
73
name: cfprSmMonitorDataDiskTotal
74
chart_meta:
75
description: Data disk total
76
- family: 'Disk/Data/Total'
76
+ family: 'System/Disk/Data/Total'
77
unit: "By"
78
scale_factor: 1024
79
metric_tags:
@@ -90,7 +90,7 @@ metrics:
90
name: cfprEquipmentFanOperState
91
chart_meta:
92
description: Equipment/Fans
93
- family: 'Fan/Operational/Status'
93
+ family: 'Hardware/Fan/Operational/Status'
94
unit: "{status}"
95
mapping:
96
0: unknown
@@ -137,7 +137,7 @@ metrics:
137
name: cfprEquipmentPsuPower
138
chart_meta:
139
description: Psu power state
140
- family: 'PowerSupply/Power/Status'
140
+ family: 'Hardware/PowerSupply/Power/Status'
141
unit: "{status}"
142
mapping:
143
0: unknown
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-ironport-email.yaml
+88
-91
@@ -13,6 +13,23 @@ metadata:
13
vendor:
14
value: Cisco
15
16
+metric_tags:
17
+ - tag: ironport_cache_admin
18
+ OID: 1.3.6.1.4.1.15497.1.2.2.1.0
19
+ symbol: cacheAdmin
20
+ - tag: ironport_cache_software
21
+ OID: 1.3.6.1.4.1.15497.1.2.2.2.0
22
+ symbol: cacheSoftware
23
+ - tag: ironport_cache_version
24
+ OID: 1.3.6.1.4.1.15497.1.2.2.3.0
25
+ symbol: cacheVersion
26
+ - tag: ironport_license_expiration
27
+ OID: 1.3.6.1.4.1.15497.1.2.2.4.0
28
+ symbol: licenseExpiration
29
+ - tag: ironport_http_ports
30
+ OID: 1.3.6.1.4.1.15497.1.2.2.5.0
31
+ symbol: httpPorts
32
+
33
sysobjectid:
34
- 1.3.6.1.4.1.15497.1.* # IronPort Email Security Appliance
35
- 1.3.6.1.4.1.15497.1.2 # IronPort S300V
@@ -24,7 +41,7 @@ metrics:
41
OID: 1.3.6.1.4.1.15497.1.1.1.1.0
42
chart_meta:
43
description: This object provides a general idea of how much memory is being consumed by the appliance software
27
- family: 'Memory/Usage'
44
+ family: 'System/Memory/Usage'
45
unit: "%"
46
- MIB: ASYNCOS-MAIL-MIB
47
symbol:
@@ -32,7 +49,7 @@ metrics:
49
OID: 1.3.6.1.4.1.15497.1.1.1.2.0
50
chart_meta:
51
description: This object provides a general idea of how busy the CPU is according to the appliance software, within the last 5 seconds of utilization
35
- family: 'CPU/Usage'
52
+ family: 'System/CPU/Usage'
53
unit: "%"
54
- MIB: ASYNCOS-MAIL-MIB
55
symbol:
@@ -40,7 +57,7 @@ metrics:
57
OID: 1.3.6.1.4.1.15497.1.1.1.14.0
58
chart_meta:
59
description: The number of seconds the oldest message has been in queue
43
- family: 'Queue/Message/Age'
60
+ family: 'Mail/Queue/Message/Age/Oldest'
61
unit: "s"
62
- MIB: ASYNCOS-MAIL-MIB
63
symbol:
@@ -48,7 +65,7 @@ metrics:
65
OID: 1.3.6.1.4.1.15497.1.1.1.3.0
66
chart_meta:
67
description: Disk I/O within the last 5-15 seconds
51
- family: 'Disk/IO/Utilization'
68
+ family: 'System/Disk/IO/Utilization'
69
unit: "%"
70
- MIB: ASYNCOS-MAIL-MIB
71
symbol:
@@ -56,7 +73,7 @@ metrics:
73
OID: 1.3.6.1.4.1.15497.1.1.1.4.0
74
chart_meta:
75
description: Percent of total queue capacity used
59
- family: 'Queue/Utilization'
76
+ family: 'Mail/Queue/Utilization'
77
unit: "%"
78
- MIB: ASYNCOS-MAIL-MIB
79
symbol:
@@ -64,7 +81,7 @@ metrics:
81
OID: 1.3.6.1.4.1.15497.1.1.1.5.0
82
chart_meta:
83
description: Status indicating the current availability of the message queue
67
- family: 'Queue/Availability/Status'
84
+ family: 'Mail/Queue/Status/Availability'
85
unit: "{status}"
86
mapping:
87
queueSpaceAvailable: 1
@@ -76,7 +93,7 @@ metrics:
93
OID: 1.3.6.1.4.1.15497.1.1.1.6.0
94
chart_meta:
95
description: Reason the appliance is conserving resources
79
- family: 'System/Resource/Conservation'
96
+ family: 'System/Resource/Conservation/Reason'
97
unit: "{status}"
98
mapping:
99
noResourceConservation: 1
@@ -89,7 +106,7 @@ metrics:
106
OID: 1.3.6.1.4.1.15497.1.1.1.7.0
107
chart_meta:
108
description: Current status of memory availability
92
- family: 'Memory/Availability/Status'
109
+ family: 'System/Memory/Status/Availability'
110
unit: "{status}"
111
mapping:
112
memoryAvailable: 1
@@ -105,22 +122,22 @@ metrics:
122
name: ironport.powerSupplyStatus
123
chart_meta:
124
description: Status of the power supply
108
- family: 'PowerSupply/Status/Operational'
125
+ family: 'Hardware/Power/Status/Operational'
126
unit: "{status}"
127
mapping:
111
- 1: power_supply_not_installed
112
- 2: power_supply_healthy
113
- 3: power_supply_no_ac
114
- 4: power_supply_faulty
128
+ 1: not_installed
129
+ 2: healthy
130
+ 3: no_ac
131
+ 4: faulty
132
- OID: 1.3.6.1.4.1.15497.1.1.1.8.1.3
133
name: ironport.powerSupplyRedundancy
134
chart_meta:
135
description: Status of a collection of one or more power supplies
119
- family: 'PowerSupply/Status/Redundancy'
136
+ family: 'Hardware/Power/Status/Redundancy'
137
unit: "{status}"
138
mapping:
122
- 1: power_supply_redundancy_ok
123
- 2: power_supply_redundancy_lost
139
+ 1: redundancy_ok
140
+ 2: redundancy_lost
141
metric_tags:
142
- tag: ironport_power_supply_name
143
symbol:
@@ -136,7 +153,7 @@ metrics:
153
OID: 1.3.6.1.4.1.15497.1.1.1.9.1.2
154
chart_meta:
155
description: Temperature reading for the sensor being instrumented
139
- family: 'Sensor/Temperature/Value'
156
+ family: 'Hardware/Sensor/Temperature/Value'
157
unit: "Cel"
158
metric_tags:
159
- tag: ironport_temperature_name
@@ -152,7 +169,7 @@ metrics:
169
OID: 1.3.6.1.4.1.15497.1.1.1.10.1.2
170
chart_meta:
171
description: Speed in RPMs of the chassis fan
155
- family: 'Fan/Speed/Value'
172
+ family: 'Hardware/Fan/Speed'
173
unit: "{rotation}/m"
174
metric_tags:
175
- tag: ironport_fan_name
@@ -165,7 +182,7 @@ metrics:
182
OID: 1.3.6.1.4.1.15497.1.1.1.11.0
183
chart_meta:
184
description: Number of messages in the work queue
168
- family: 'Queue/Work/Messages'
185
+ family: 'Mail/Queue/Work/Messages'
186
unit: "{message}"
187
- MIB: ASYNCOS-MAIL-MIB
188
table:
@@ -176,7 +193,7 @@ metrics:
193
OID: 1.3.6.1.4.1.15497.1.1.1.12.1.4
194
chart_meta:
195
description: Seconds until the valid Feature Key expires
179
- family: 'License/Key/Expiration'
196
+ family: 'System/License/Key/Expiration'
197
unit: "s"
198
metric_tags:
199
- tag: ironport_key_description
@@ -188,8 +205,8 @@ metrics:
205
OID: 1.3.6.1.4.1.15497.1.1.1.12.1.3
206
name: ironport.keyIsPerpetual
207
mapping:
191
- 1: "perpetual"
192
- 2: "normal_or_expired"
208
+ 1: perpetual
209
+ 2: normal_or_expired
210
- MIB: ASYNCOS-MAIL-MIB
211
table:
212
name: updateTable
@@ -199,13 +216,13 @@ metrics:
216
OID: 1.3.6.1.4.1.15497.1.1.1.13.1.3
217
chart_meta:
218
description: The number of successful attempts that have occurred when updating a service
202
- family: 'Service/Update/Successful'
219
+ family: 'System/Service/Update/Successful'
220
unit: "{attempt}/s"
221
- name: ironport.updateFailures
222
OID: 1.3.6.1.4.1.15497.1.1.1.13.1.4
223
chart_meta:
224
description: The number of failed attempts that have occurred when updating a service.
208
- family: 'Service/Update/Failed'
225
+ family: 'System/Service/Update/Failed'
226
unit: "{attempt}/s"
227
metric_tags:
228
- tag: ironport_update_service_name
@@ -218,7 +235,7 @@ metrics:
235
OID: 1.3.6.1.4.1.15497.1.1.1.15.0
236
chart_meta:
237
description: Number of DNS requests that have been sent but for which no reply has been received
221
- family: 'DNS/Request/Outstanding'
238
+ family: 'Network/DNS/Request/Outstanding'
239
unit: "{request}/s"
240
- MIB: ASYNCOS-MAIL-MIB
241
symbol:
@@ -226,7 +243,7 @@ metrics:
243
OID: 1.3.6.1.4.1.15497.1.1.1.16.0
244
chart_meta:
245
description: Number of DNS requests waiting to be sent
229
- family: 'DNS/Request/Pending'
246
+ family: 'Network/DNS/Request/Pending'
247
unit: "{request}"
248
- MIB: ASYNCOS-MAIL-MIB
249
symbol:
@@ -234,7 +251,7 @@ metrics:
251
OID: 1.3.6.1.4.1.15497.1.1.1.17.0
252
chart_meta:
253
description: The total number of RAID events that have occurred since the last appliance power on event
237
- family: 'Disk/RAID/Event/Total'
254
+ family: 'Hardware/Disk/RAID/Event/Total'
255
unit: "{event}/s"
256
- MIB: ASYNCOS-MAIL-MIB
257
table:
@@ -245,28 +262,24 @@ metrics:
262
OID: 1.3.6.1.4.1.15497.1.1.1.18.1.2
263
chart_meta:
264
description: Represents the status of a drive attached to a RAID controller in the appliance
248
- family: 'Disk/RAID/Status'
265
+ family: 'Hardware/Disk/RAID/Status'
266
unit: "{status}"
267
mapping:
251
- 1: drive_healthy
252
- 2: drive_failure
253
- 3: drive_rebuild
268
+ 1: healthy
269
+ 2: failed
270
+ 3: rebuilding
271
metric_tags:
272
- tag: ironport_raid_id
273
symbol:
274
name: ironport.raidID
275
OID: 1.3.6.1.4.1.15497.1.1.1.18.1.3
259
- # - tag: ironport_raid_last_error
260
- # symbol:
261
- # OID: 1.3.6.1.4.1.15497.1.1.1.18.1.4
262
- # name: ironport.raidLastError
276
- MIB: ASYNCOS-MAIL-MIB
277
symbol:
278
name: ironport.openFilesOrSockets
279
OID: 1.3.6.1.4.1.15497.1.1.1.19.0
280
chart_meta:
281
description: This object notes how many files or sockets are open on the appliance. In normal operating conditions, the measurement is taken at least once every 5-15 seconds.
269
- family: 'System/Resource/File/Open'
282
+ family: 'System/Resource/FileDescriptor/Open'
283
unit: "{fd}"
284
- MIB: ASYNCOS-MAIL-MIB
285
symbol:
@@ -274,7 +287,7 @@ metrics:
287
OID: 1.3.6.1.4.1.15497.1.1.1.20.0
288
chart_meta:
289
description: Number of threads that perform some task related to transferring mail.
277
- family: 'Mail/Transfer/Threads'
290
+ family: 'Mail/Transfer/Thread/Active'
291
unit: "{thread}"
292
- MIB: ASYNCOS-MAIL-MIB
293
symbol:
@@ -282,7 +295,7 @@ metrics:
295
OID: 1.3.6.1.4.1.15497.1.1.1.23.0
296
chart_meta:
297
description: Indicates whether the appliance is operating in FIPS mode
285
- family: 'Security/FIPS/Mode'
298
+ family: 'System/Security/FIPS/Mode'
299
unit: "{status}"
300
mapping:
301
enabled: 1
@@ -293,7 +306,7 @@ metrics:
306
OID: 1.3.6.1.4.1.15497.1.1.1.26.0
307
chart_meta:
308
description: This object provides a general idea of how busy the CPU is according to the appliance software, within the last 5 seconds of ironport
296
- family: 'CPU/Usage'
309
+ family: 'System/CPU/Load'
310
unit: "%"
311
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
312
symbol:
@@ -301,7 +314,7 @@ metrics:
314
OID: 1.3.6.1.4.1.15497.1.2.3.2.2.0
315
chart_meta:
316
description: The number of HTTP requests received from clients
304
- family: 'HTTP/Client/Request/Total'
317
+ family: 'Web/HTTP/Client/Request/Total'
318
unit: "{request}/s"
319
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
320
symbol:
@@ -309,7 +322,7 @@ metrics:
322
OID: 1.3.6.1.4.1.15497.1.2.3.2.4.0
323
chart_meta:
324
description: The number of HTTP errors caused by client connections.
312
- family: 'HTTP/Client/Error/Total'
325
+ family: 'Web/HTTP/Client/Error/Total'
326
unit: "{error}/s"
327
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
328
symbol:
@@ -317,7 +330,7 @@ metrics:
330
OID: 1.3.6.1.4.1.15497.1.2.3.2.7.0
331
chart_meta:
332
description: The number of connected but idle persistent client connections
320
- family: 'HTTP/Client/Connection/Idle'
333
+ family: 'Web/HTTP/Client/Connection/Idle'
334
unit: "{connection}"
335
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
336
symbol:
@@ -325,7 +338,7 @@ metrics:
338
OID: 1.3.6.1.4.1.15497.1.2.3.2.8.0
339
chart_meta:
340
description: The current number of active + idle client connections
328
- family: 'HTTP/Client/Connection/Total'
341
+ family: 'Web/HTTP/Client/Connection/Total'
342
unit: "{connection}"
343
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
344
symbol:
@@ -333,7 +346,7 @@ metrics:
346
OID: 1.3.6.1.4.1.15497.1.2.3.2.9.0
347
chart_meta:
348
description: The maximum number of simultaneous client connections that will be allowed
336
- family: 'HTTP/Client/Connection/Max'
349
+ family: 'Web/HTTP/Client/Connection/Maximum'
350
unit: "{connection}"
351
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
352
symbol:
@@ -341,7 +354,7 @@ metrics:
354
OID: 1.3.6.1.4.1.15497.1.2.3.2.10.0
355
chart_meta:
356
description: The total number of sockets accepted from the clients
344
- family: 'HTTP/Client/Socket/Accepted'
357
+ family: 'Web/HTTP/Client/Socket/Accepted'
358
unit: "{socket}/s"
359
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
360
symbol:
@@ -349,7 +362,7 @@ metrics:
362
OID: 1.3.6.1.4.1.15497.1.2.3.2.17.0
363
chart_meta:
364
description: The number of responses blocked by access control
352
- family: 'HTTP/Client/Response/Denied'
365
+ family: 'Web/HTTP/Client/Response/Denied'
366
unit: "{response}/s"
367
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
368
symbol:
@@ -357,7 +370,7 @@ metrics:
370
OID: 1.3.6.1.4.1.15497.1.2.3.3.2.0
371
chart_meta:
372
description: The total number of HTTP requests sent to servers
360
- family: 'HTTP/Server/Request/Total'
373
+ family: 'Web/HTTP/Server/Request/Total'
374
unit: "{request}/s"
375
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
376
symbol:
@@ -365,7 +378,7 @@ metrics:
378
OID: 1.3.6.1.4.1.15497.1.2.3.3.3.0
379
chart_meta:
380
description: The total number of sockets opened from the servers
368
- family: 'HTTP/Server/Socket/Total'
381
+ family: 'Web/HTTP/Server/Socket/Total'
382
unit: "{socket}"
383
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
384
symbol:
@@ -373,7 +386,7 @@ metrics:
386
OID: 1.3.6.1.4.1.15497.1.2.3.3.4.0
387
chart_meta:
388
description: The number of HTTP errors while fetching objects
376
- family: 'HTTP/Server/Error/Total'
389
+ family: 'Web/HTTP/Server/Error/Total'
390
unit: "{error}/s"
391
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
392
symbol:
@@ -381,7 +394,7 @@ metrics:
394
OID: 1.3.6.1.4.1.15497.1.2.3.3.7.0
395
chart_meta:
396
description: The number of connected but idle persistent server connections
384
- family: 'HTTP/Server/Connection/Idle'
397
+ family: 'Web/HTTP/Server/Connection/Idle'
398
unit: "{connection}"
399
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
400
symbol:
@@ -389,7 +402,7 @@ metrics:
402
OID: 1.3.6.1.4.1.15497.1.2.3.3.8.0
403
chart_meta:
404
description: The current number of active + idle server connections
392
- family: 'HTTP/Server/Connection/Total'
405
+ family: 'Web/HTTP/Server/Connection/Total'
406
unit: "{connection}"
407
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
408
symbol:
@@ -397,7 +410,7 @@ metrics:
410
OID: 1.3.6.1.4.1.15497.1.2.3.3.9.0
411
chart_meta:
412
description: The number of server connections closed due to idle time limits
400
- family: 'HTTP/Server/Connection/Closed'
413
+ family: 'Web/HTTP/Server/Connection/Closed'
414
unit: "{connection}/s"
415
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
416
symbol:
@@ -405,7 +418,7 @@ metrics:
418
OID: 1.3.6.1.4.1.15497.1.2.3.3.10.0
419
chart_meta:
420
description: The number of times the number of idle persistent connections hit the count limit and caused a connection to be closed
408
- family: 'HTTP/Server/Connection/Limited'
421
+ family: 'Web/HTTP/Server/Connection/Limited'
422
unit: "{connection}/s"
423
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
424
symbol:
@@ -413,7 +426,7 @@ metrics:
426
OID: 1.3.6.1.4.1.15497.1.2.3.3.11.0
427
chart_meta:
428
description: The limit on the number of server connections
416
- family: 'HTTP/Server/Connection/Threshold'
429
+ family: 'Web/HTTP/Server/Connection/Threshold'
430
unit: "{connection}"
431
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
432
symbol:
@@ -421,7 +434,7 @@ metrics:
434
OID: 1.3.6.1.4.1.15497.1.2.3.6.1.0
435
chart_meta:
436
description: Total number of HTTP requests from clients
424
- family: 'HTTP/Request/Total'
437
+ family: 'Web/HTTP/Request/Total'
438
unit: "{request}/s"
439
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
440
symbol:
@@ -429,7 +442,7 @@ metrics:
442
OID: 1.3.6.1.4.1.15497.1.2.3.6.2.0
443
chart_meta:
444
description: The HTTP mean response time
432
- family: 'HTTP/Response/Time/Mean'
445
+ family: 'Web/HTTP/Response/Time/Mean'
446
unit: "ms"
447
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
448
symbol:
@@ -437,7 +450,7 @@ metrics:
450
OID: 1.3.6.1.4.1.15497.1.2.3.6.3.0
451
chart_meta:
452
description: The HTTP mean response time of Misses
440
- family: 'HTTP/Response/Time/Miss'
453
+ family: 'Web/HTTP/Response/Time/Miss'
454
unit: "ms"
455
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
456
symbol:
@@ -445,7 +458,7 @@ metrics:
458
OID: 1.3.6.1.4.1.15497.1.2.3.6.4.0
459
chart_meta:
460
description: The HTTP mean response time of Hits
448
- family: 'HTTP/Response/Time/Hit'
461
+ family: 'Web/HTTP/Response/Time/Hit'
462
unit: "ms"
463
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
464
symbol:
@@ -453,7 +466,7 @@ metrics:
466
OID: 1.3.6.1.4.1.15497.1.2.3.6.5.0
467
chart_meta:
468
description: The HTTP hit ratio
456
- family: 'Cache/Hit/Ratio'
469
+ family: 'Web/Cache/Hit/Ratio'
470
unit: "%"
471
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
472
symbol:
@@ -461,7 +474,7 @@ metrics:
474
OID: 1.3.6.1.4.1.15497.1.2.3.6.6.0
475
chart_meta:
476
description: The HTTP byte hit ratio
464
- family: 'Cache/Hit/ByteRatio'
477
+ family: 'Web/Cache/Hit/ByteRatio'
478
unit: "%"
479
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
480
symbol:
@@ -470,7 +483,7 @@ metrics:
483
scale_factor: 1000000 # MBits => bytes
484
chart_meta:
485
description: The total bandwidth savings for HTTP
473
- family: 'Bandwidth/Savings/Total'
486
+ family: 'Network/Bandwidth/Savings/Total'
487
unit: "bit/s"
488
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
489
symbol:
@@ -486,7 +499,7 @@ metrics:
499
OID: 1.3.6.1.4.1.15497.1.2.3.6.9.0
500
chart_meta:
501
description: The percentage of errors in the HTTP replies to clients
489
- family: 'HTTP/Client/Errors/Percentage'
502
+ family: 'Web/HTTP/Client/Error'
503
unit: "%"
504
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
505
symbol:
@@ -494,7 +507,7 @@ metrics:
507
OID: 1.3.6.1.4.1.15497.1.2.3.7.1.1.0
508
chart_meta:
509
description: Request throughput in the last minute
497
- family: 'Throughput/Request/Total'
510
+ family: 'Web/Throughput/Request/Current'
511
unit: "{request}"
512
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
513
symbol:
@@ -503,7 +516,7 @@ metrics:
516
scale_factor: 1000
517
chart_meta:
518
description: Bandwidth savings in the last minute
506
- family: 'Bandwidth/Savings/Current'
519
+ family: 'Network/Bandwidth/Savings/Current'
520
unit: "bit/s"
521
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
522
symbol:
@@ -512,7 +525,7 @@ metrics:
525
scale_factor: 1000
526
chart_meta:
527
description: Bandwidth spent in the last minute
515
- family: 'Bandwidth/Usage/Current'
528
+ family: 'Network/Bandwidth/Usage/Current'
529
unit: "bit/s"
530
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
531
symbol:
@@ -521,7 +534,7 @@ metrics:
534
scale_factor: 1000
535
chart_meta:
536
description: Bandwidth total in the last minute
524
- family: 'Bandwidth/Total/Current'
537
+ family: 'Network/Bandwidth/Total/Current'
538
unit: "bit/s"
539
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
540
symbol:
@@ -529,7 +542,7 @@ metrics:
542
OID: 1.3.6.1.4.1.15497.1.2.3.7.5.1.0
543
chart_meta:
544
description: Hit throughput in the last minute
532
- family: 'Cache/Hit/Throughput'
545
+ family: 'Web/Cache/Hit/Throughput'
546
unit: "{hit}"
547
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
548
symbol:
@@ -537,7 +550,7 @@ metrics:
550
OID: 1.3.6.1.4.1.15497.1.2.3.7.6.1.0
551
chart_meta:
552
description: Miss throughput in the last minute
540
- family: 'Cache/Miss/Throughput'
553
+ family: 'Web/Cache/Miss/Throughput'
554
unit: "{miss}"
555
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
556
symbol:
@@ -545,7 +558,7 @@ metrics:
558
OID: 1.3.6.1.4.1.15497.1.2.3.7.7.1.0
559
chart_meta:
560
description: Cache hit response time in the last minute
548
- family: 'Cache/Response/Time/Hit'
561
+ family: 'Web/Cache/Response/Time/Hit'
562
unit: "ms"
563
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
564
symbol:
@@ -553,7 +566,7 @@ metrics:
566
OID: 1.3.6.1.4.1.15497.1.2.3.7.8.1.0
567
chart_meta:
568
description: Cache miss response time in the last minute
556
- family: 'Cache/Response/Time/Miss'
569
+ family: 'Web/Cache/Response/Time/Miss'
570
unit: "ms"
571
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
572
symbol:
@@ -561,7 +574,7 @@ metrics:
574
OID: 1.3.6.1.4.1.15497.1.2.3.7.9.1.0
575
chart_meta:
576
description: Cache total response time in the last minute
564
- family: 'Cache/Response/Time/Total'
577
+ family: 'Web/Cache/Response/Time/Total'
578
unit: "ms"
579
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
580
symbol:
@@ -569,7 +582,7 @@ metrics:
582
OID: 1.3.6.1.4.1.15497.1.2.3.7.10.1.0
583
chart_meta:
584
description: Cache error throughput time in the last minute
572
- family: 'Cache/Error/Throughput'
585
+ family: 'Web/Cache/Error/Throughput'
586
unit: "{error}"
587
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
588
symbol:
@@ -577,7 +590,7 @@ metrics:
590
OID: 1.3.6.1.4.1.15497.1.2.3.7.11.1.0
591
chart_meta:
592
description: Cache denial throughput time in the last minute
580
- family: 'Cache/Denial/Throughput'
593
+ family: 'Web/Cache/Denied/Throughput'
594
unit: "{denial}"
595
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
596
symbol:
@@ -585,7 +598,7 @@ metrics:
598
OID: 1.3.6.1.4.1.15497.1.2.3.7.12.1.0
599
chart_meta:
600
description: Cache error response time in the last minute
588
- family: 'Cache/Response/Time/Error'
601
+ family: 'Web/Cache/Response/Time/Error'
602
unit: "ms"
603
- MIB: ASYNCOSWEBSECURITYAPPLIANCE-MIB
604
symbol:
@@ -593,21 +606,5 @@ metrics:
606
OID: 1.3.6.1.4.1.15497.1.2.3.7.13.1.0
607
chart_meta:
608
description: Cache denial response time in the last minute
596
- family: 'Cache/Response/Time/Denial'
609
+ family: 'Web/Cache/Response/Time/Denied'
610
unit: "ms"
598
-metric_tags:
599
- - tag: ironport_cache_admin
600
- OID: 1.3.6.1.4.1.15497.1.2.2.1.0
601
- symbol: cacheAdmin
602
- - tag: ironport_cache_software
603
- OID: 1.3.6.1.4.1.15497.1.2.2.2.0
604
- symbol: cacheSoftware
605
- - tag: ironport_cache_version
606
- OID: 1.3.6.1.4.1.15497.1.2.2.3.0
607
- symbol: cacheVersion
608
- - tag: ironport_license_expiration
609
- OID: 1.3.6.1.4.1.15497.1.2.2.4.0
610
- symbol: licenseExpiration
611
- - tag: ironport_http_ports
612
- OID: 1.3.6.1.4.1.15497.1.2.2.5.0
613
- symbol: httpPorts
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-legacy-wlc.yaml
+3
-3
@@ -44,7 +44,7 @@ metrics:
44
name: cpu.usage
45
chart_meta:
46
description: Current CPU load of the switch
47
- family: 'CPU/Usage'
47
+ family: 'System/CPU/Usage'
48
unit: "%"
49
- MIB: AIRESPACE-SWITCHING-MIB
50
symbol:
@@ -52,7 +52,7 @@ metrics:
52
name: memory.free
53
chart_meta:
54
description: Free RAM of the switch
55
- family: 'Memory/RAM/Free'
55
+ family: 'System/Memory/RAM/Free'
56
unit: "By"
57
- MIB: AIRESPACE-SWITCHING-MIB
58
symbol:
@@ -60,5 +60,5 @@ metrics:
60
name: memory.total
61
chart_meta:
62
description: Total RAM of the switch
63
- family: 'Memory/RAM/Total'
63
+ family: 'System/Memory/RAM/Total'
64
unit: "By"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-load-balancer.yaml
+37
-35
@@ -1,7 +1,9 @@
1
extends:
2
- cisco.yaml
3
+
4
sysobjectid:
5
- 1.3.6.1.4.1.9.1.824 # Cisco ACE 4710
6
+
7
metadata:
8
device:
9
fields:
@@ -20,49 +22,49 @@ metrics:
22
name: slbStatsCreatedConnections
23
chart_meta:
24
description: Number of TCP and UDP connections created since SLB was configured
23
- family: 'SLB/Connection/Created'
25
+ family: 'Network/LoadBalancer/Connection/Created'
26
unit: "{connection}/s"
27
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.7
28
name: slbStatsCreatedHCConnections
29
chart_meta:
30
description: Number of connections created by SLB since it was configured (64-bit)
29
- family: 'SLB/Connection/Created'
31
+ family: 'Network/LoadBalancer/Connection/Created'
32
unit: "{connection}/s"
33
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.8
34
name: slbStatsEstablishedConnections
35
chart_meta:
36
description: Number of connections established through SLB
35
- family: 'SLB/Connection/Established'
37
+ family: 'Network/LoadBalancer/Connection/Established'
38
unit: "{connection}/s"
39
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.9
40
name: slbStatsEstablishedHCConnections
41
chart_meta:
42
description: Number of connections established through SLB (64-bit)
41
- family: 'SLB/Connection/Established'
43
+ family: 'Network/LoadBalancer/Connection/Established'
44
unit: "{connection}/s"
45
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.10
46
name: slbStatsDestroyedConnections
47
chart_meta:
48
description: Number of TCP and UDP connections destroyed by SLB
47
- family: 'SLB/Connection/Destroyed'
49
+ family: 'Network/LoadBalancer/Connection/Destroyed'
50
unit: "{connection}/s"
51
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.11
52
name: slbStatsDestroyedHCConnections
53
chart_meta:
54
description: Number of TCP and UDP connections destroyed by SLB (64-bit)
53
- family: 'SLB/Connection/Destroyed'
55
+ family: 'Network/LoadBalancer/Connection/Destroyed'
56
unit: "{connection}/s"
57
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.12
58
name: slbStatsReassignedConnections
59
chart_meta:
60
description: Number of TCP and UDP connections reassigned from one real server to another
59
- family: 'SLB/Connection/Reassigned'
61
+ family: 'Network/LoadBalancer/Connection/Reassigned'
62
unit: "{connection}/s"
63
- OID: 1.3.6.1.4.1.9.9.161.1.1.1.1.13
64
name: slbStatsReassignedHCConnections
65
chart_meta:
66
description: Number of TCP and UDP connections reassigned from one real server to another (64-bit)
65
- family: 'SLB/Connection/Reassigned'
67
+ family: 'Network/LoadBalancer/Connection/Reassigned'
68
unit: "{connection}/s"
69
metric_tags:
70
- tag: slb_entity_index
@@ -77,163 +79,163 @@ metrics:
79
name: cslbxStatsCurrConnections
80
chart_meta:
81
description: Number of connections currently still open
80
- family: 'SLB/Connection/Current'
82
+ family: 'Network/LoadBalancer/Connection/Current'
83
unit: "{connection}"
84
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.5
85
name: cslbxStatsFailedConns
86
chart_meta:
87
description: Number of connections that were load balanced to real servers that then failed to respond
86
- family: 'SLB/Connection/Failed'
88
+ family: 'Network/LoadBalancer/Connection/Failed'
89
unit: "{connection}/s"
90
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.7
91
name: cslbxStatsL4PolicyConns
92
chart_meta:
93
description: Number of connections made to the virtual servers with only layer 4 configuration
92
- family: 'SLB/VirtualServer/Layer4/Connection'
94
+ family: 'Network/LoadBalancer/VirtualServer/Layer4/Connection'
95
unit: "{connection}/s"
96
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.26
97
name: cslbxStatsL4PolicyHCConns
98
chart_meta:
99
description: Number of connections made to the virtual servers with only layer 4 configuration (64-bit)
98
- family: 'SLB/VirtualServer/Layer4/Connection'
100
+ family: 'Network/LoadBalancer/VirtualServer/Layer4/Connection'
101
unit: "{connection}/s"
102
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.8
103
name: cslbxStatsL7PolicyConns
104
chart_meta:
105
description: Number of connections made to the virtual servers with some layer 7 configuration
104
- family: 'SLB/VirtualServer/Layer7/Connection'
106
+ family: 'Network/LoadBalancer/VirtualServer/Layer7/Connection'
107
unit: "{connection}/s"
108
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.27
109
name: cslbxStatsL7PolicyHCConns
110
chart_meta:
111
description: Number of connections made to the virtual servers with some layer 7 configuration (64-bit)
110
- family: 'SLB/VirtualServer/Layer7/Connection'
112
+ family: 'Network/LoadBalancer/VirtualServer/Layer7/Connection'
113
unit: "{connection}/s"
114
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.9
115
name: cslbxStatsDroppedL4PolicyConns
116
chart_meta:
117
description: Number of connections dropped by virtual servers with only layer 4 configuration
116
- family: 'SLB/VirtualServer/Layer4/Dropped'
118
+ family: 'Network/LoadBalancer/VirtualServer/Layer4/Dropped'
119
unit: "{connection}/s"
120
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.28
121
name: cslbxStatsDroppedL4PolicyHCConns
122
chart_meta:
123
description: Number of connections dropped by virtual servers with only layer 4 configuration (64-bit)
122
- family: 'SLB/VirtualServer/Layer4/Dropped'
124
+ family: 'Network/LoadBalancer/VirtualServer/Layer4/Dropped'
125
unit: "{connection}/s"
126
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.10
127
name: cslbxStatsDroppedL7PolicyConns
128
chart_meta:
129
description: Number of connections dropped by virtual servers with some layer 7 policy
128
- family: 'SLB/VirtualServer/Layer7/Dropped'
130
+ family: 'Network/LoadBalancer/VirtualServer/Layer7/Dropped'
131
unit: "{connection}/s"
132
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.29
133
name: cslbxStatsDroppedL7PolicyHCConns
134
chart_meta:
135
description: Number of connections dropped by virtual servers with some layer 7 configuration
134
- family: 'SLB/VirtualServer/Layer7/Dropped'
136
+ family: 'Network/LoadBalancer/VirtualServer/Layer7/Dropped'
137
unit: "{connection}/s"
138
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.11
139
name: cslbxStatsFtpConns
140
chart_meta:
141
description: Number of connections made to virtual servers with the FTP service
140
- family: 'SLB/VirtualServer/FTP/Connection'
142
+ family: 'Network/LoadBalancer/VirtualServer/FTP/Connection'
143
unit: "{connection}/s"
144
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.12
145
name: cslbxStatsHttpRedirectConns
146
chart_meta:
147
description: Number of connections made to HTTP redirect servers
146
- family: 'SLB/HTTPRedirect/Connection'
148
+ family: 'Network/LoadBalancer/HTTPRedirect/Connection'
149
unit: "{connection}/s"
150
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.13
151
name: cslbxStatsDroppedRedirectConns
152
chart_meta:
153
description: Number of connections dropped by HTTP redirect servers
152
- family: 'SLB/HTTPRedirect/Dropped'
154
+ family: 'Network/LoadBalancer/HTTPRedirect/Dropped'
155
unit: "{connection}/s"
156
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.14
157
name: cslbxStatsNoMatchPolicyRejects
158
chart_meta:
159
description: Number of connections rejected because they failed to match any configured policy
158
- family: 'SLB/Connection/Rejected/NoPolicy'
160
+ family: 'Network/LoadBalancer/Connection/Rejected/NoPolicy'
161
unit: "{connection}/s"
162
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.30
163
name: cslbxStatsNoMatchPolicyHCRejects
164
chart_meta:
165
description: Number of connections rejected because they failed to match any configured policy (64-bit)
164
- family: 'SLB/Connection/Rejected/NoPolicy'
166
+ family: 'Network/LoadBalancer/Connection/Rejected/NoPolicy'
167
unit: "{connection}/s"
168
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.15
169
name: cslbxStatsNoCfgPolicyRejects
170
chart_meta:
171
description: Number of connections rejected because the matching virtual server was not configured with any policy
170
- family: 'SLB/Connection/Rejected/NoConfig'
172
+ family: 'Network/LoadBalancer/Connection/Rejected/NoConfig'
173
unit: "{connection}/s"
174
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.31
175
name: cslbxStatsNoCfgPolicyHCRejects
176
chart_meta:
177
description: Number of connections rejected because the matching virtual server was not configured with any policy (64-bit)
176
- family: 'SLB/Connection/Rejected/NoConfig'
178
+ family: 'Network/LoadBalancer/Connection/Rejected/NoConfig'
179
unit: "{connection}/s"
180
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.16
181
name: cslbxStatsNoActiveServerRejects
182
chart_meta:
183
description: Number of connections rejected because the chosen server farm did not have any active servers
182
- family: 'SLB/Connection/Rejected/NoServer'
184
+ family: 'Network/LoadBalancer/Connection/Rejected/NoServer'
185
unit: "{connection}/s"
186
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.17
187
name: cslbxStatsAclDenyRejects
188
chart_meta:
189
description: Number of connections rejected because the the matching client access list was configured to deny access
188
- family: 'SLB/Connection/Rejected/ACL'
190
+ family: 'Network/LoadBalancer/Connection/Rejected/ACL'
191
unit: "{connection}/s"
192
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.32
193
name: cslbxStatsAclDenyHCRejects
194
chart_meta:
195
description: Number of connections rejected because the the matching client access list was configured to deny access (64-bit)
194
- family: 'SLB/Connection/Rejected/ACL'
196
+ family: 'Network/LoadBalancer/Connection/Rejected/ACL'
197
unit: "{connection}/s"
198
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.18
199
name: cslbxStatsMaxParseLenRejects
200
chart_meta:
201
description: Number of connections rejected because the length of an HTTP request or response header exceeded the maximum L7 parse length configured for the matching virtual server
200
- family: 'SLB/Connection/Rejected/ParseLength'
202
+ family: 'Network/LoadBalancer/Connection/Rejected/ParseLength'
203
unit: "{connection}/s"
204
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.19
205
name: cslbxStatsBadSslFormatRejects
206
chart_meta:
207
description: Number of connections rejected because some invalid or unrecognized SSL format was detected
206
- family: 'SLB/Connection/Rejected/SSL'
208
+ family: 'Network/LoadBalancer/Connection/Rejected/SSL'
209
unit: "{connection}/s"
210
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.20
211
name: cslbxStatsL7ParserErrorRejects
212
chart_meta:
213
description: Number of connections rejected because an error occurred while parsing the connection data at Layer 7
212
- family: 'SLB/Connection/Rejected/ParseError'
214
+ family: 'Network/LoadBalancer/Connection/Rejected/ParseError'
215
unit: "{connection}/s"
216
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.21
217
name: cslbxStatsVerMismatchRejects
218
chart_meta:
219
description: Number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection
218
- family: 'SLB/Connection/Rejected/VersionMismatch'
220
+ family: 'Network/LoadBalancer/Connection/Rejected/VersionMismatch'
221
unit: "{connection}/s"
222
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.33
223
name: cslbxStatsVerMismatchHCRejects
224
chart_meta:
225
description: Number of connections rejected because the Layer 7 configuration was changed while Layer 7 parsing was occurring on the connection (64-bit)
224
- family: 'SLB/Connection/Rejected/VersionMismatch'
226
+ family: 'Network/LoadBalancer/Connection/Rejected/VersionMismatch'
227
unit: "{connection}/s"
228
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.22
229
name: cslbxStatsOutOfMemoryRejects
230
chart_meta:
231
description: Number of connections rejected because the SLB module could not allocate the required memory
230
- family: 'SLB/Connection/Rejected/Memory'
232
+ family: 'Network/LoadBalancer/Connection/Rejected/Memory'
233
unit: "{connection}/s"
234
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.23
235
name: cslbxStatsTimedOutConnections
236
chart_meta:
237
description: Number of connections that were terminated because they were idle longer than the configured idle timeout value
236
- family: 'SLB/Connection/Timeout'
238
+ family: 'Network/LoadBalancer/Connection/Timeout'
239
unit: "{connection}/s"
240
- OID: 1.3.6.1.4.1.9.9.254.1.1.1.1.24
241
name: cslbxStatsTcpChecksumErrorPkts
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-nexus.yaml
+3
-3
@@ -31,7 +31,7 @@ metrics:
31
name: entSensorValue # Do not change this name — required by transformEntitySensorValue for matching and renaming logic
32
chart_meta:
33
description: Most recent measurement obtained by the agent for this sensor
34
- family: 'Sensor/Value'
34
+ family: 'Hardware/Sensor/Value'
35
unit: "1"
36
transform: |
37
{{- transformEntitySensorValue .Metric -}}
@@ -66,13 +66,13 @@ metrics:
66
name: memory.used
67
chart_meta:
68
description: Number of bytes from the memory pool that are currently in use by applications on the physical entity
69
- family: 'Memory/Pool/Used'
69
+ family: 'System/Memory/Pool/Used'
70
unit: "By"
71
- OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
72
name: memory.free
73
chart_meta:
74
description: Number of bytes from the memory pool that are currently unused on the physical entity
75
- family: 'Memory/Pool/Free'
75
+ family: 'System/Memory/Pool/Free'
76
unit: "By"
77
metric_tags:
78
- tag: mem_index
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-sb.yaml
+4
-1
@@ -2,9 +2,11 @@ extends:
2
- _system-base.yaml
3
- _std-if-mib.yaml
4
# This profile does not import cisco.yaml on purpose
5
+
6
sysobjectid:
7
- 1.3.6.1.4.1.9.6.1.* # Cisco Small Business
8
- 1.3.6.1.4.1.9.6.1.88.26.1 # Cisco SG200-26
9
+
10
metadata:
11
device:
12
fields:
@@ -12,6 +14,7 @@ metadata:
14
value: "SMB"
15
vendor:
16
value: "Cisco"
17
+
18
metrics:
19
- MIB: CISCOSB-rndMng
20
symbol:
@@ -19,5 +22,5 @@ metrics:
22
OID: 1.3.6.1.4.1.9.6.1.101.1.8
23
chart_meta:
24
description: Cpu usage percentage
22
- family: 'CPU/Usage'
25
+ family: 'System/CPU/Usage'
26
unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cisco-wan-optimizer.yaml
+14
-14
@@ -29,7 +29,7 @@ metrics:
29
name: cceAlarmCriticalCount
30
chart_meta:
31
description: Number of alarms currently raised with a severity of 'critical'
32
- family: 'Alarm/Raised/Critical'
32
+ family: 'System/Alarm/Active/Critical'
33
unit: "{alarm}"
34
- MIB: CISCO-CONTENT-ENGINE-MIB
35
symbol:
@@ -37,7 +37,7 @@ metrics:
37
name: cceAlarmMajorCount
38
chart_meta:
39
description: Number of alarms currently raised with a severity of 'major'
40
- family: 'Alarm/Raised/Major'
40
+ family: 'System/Alarm/Active/Major'
41
unit: "{alarm}"
42
- MIB: CISCO-CONTENT-ENGINE-MIB
43
symbol:
@@ -45,7 +45,7 @@ metrics:
45
name: cceAlarmMinorCount
46
chart_meta:
47
description: Number of alarms currently raised with a severity of 'minor'
48
- family: 'Alarm/Raised/Minor'
48
+ family: 'System/Alarm/Active/Minor'
49
unit: "{alarm}"
50
- MIB: CISCO-WAN-OPTIMIZATION-MIB
51
symbol:
@@ -53,7 +53,7 @@ metrics:
53
name: cwoTfoStatsTotalOptConn
54
chart_meta:
55
description: This object contains total number of TCP connections optimized since TFO was started or its statistics were last reset
56
- family: 'TFO/Connection/Optimized/Total'
56
+ family: 'Network/WAN/Optimization/Connection/Optimized/Total'
57
unit: "{connection}/s"
58
- MIB: CISCO-WAN-OPTIMIZATION-MIB
59
symbol:
@@ -61,7 +61,7 @@ metrics:
61
name: cwoTfoStatsActiveOptConn
62
chart_meta:
63
description: This object contains number of currently active TCP connections getting optimized
64
- family: 'TFO/Connection/Optimized/Active'
64
+ family: 'Network/WAN/Optimization/Connection/Optimized/Active'
65
unit: "{connection}"
66
- MIB: CISCO-WAN-OPTIMIZATION-MIB
67
symbol:
@@ -69,7 +69,7 @@ metrics:
69
name: cwoTfoStatsActiveOptTCPPlusConn
70
chart_meta:
71
description: This object contains number of active TCP connections going through TCP plus other optimization
72
- family: 'TFO/Connection/Optimized/TCPPlus'
72
+ family: 'Network/WAN/Optimization/Connection/TCPPlus/Active'
73
unit: "{connection}"
74
- MIB: CISCO-WAN-OPTIMIZATION-MIB
75
symbol:
@@ -77,7 +77,7 @@ metrics:
77
name: cwoTfoStatsActiveOptTCPOnlyConn
78
chart_meta:
79
description: This object contains number of active connections going through only TCP optimization
80
- family: 'TFO/Connection/Optimized/TCPOnly'
80
+ family: 'Network/WAN/Optimization/Connection/TCPOnly/Active'
81
unit: "{connection}"
82
- MIB: CISCO-WAN-OPTIMIZATION-MIB
83
symbol:
@@ -85,7 +85,7 @@ metrics:
85
name: cwoTfoStatsActiveOptTCPPrepConn
86
chart_meta:
87
description: This object contains number of current active TCP connections that were originated by an accelerator to acquire data in anticipation of its future use
88
- family: 'TFO/Connection/Preposition/Active'
88
+ family: 'Network/WAN/Optimization/Connection/Preposition/Active'
89
unit: "{connection}"
90
- MIB: CISCO-WAN-OPTIMIZATION-MIB
91
symbol:
@@ -93,7 +93,7 @@ metrics:
93
name: cwoTfoStatsActiveADConn
94
chart_meta:
95
description: This object contains number of current active TCP connections in the auto-discovery state
96
- family: 'TFO/Connection/AutoDiscovery/Active'
96
+ family: 'Network/WAN/Optimization/Connection/AutoDiscovery/Active'
97
unit: "{connection}"
98
- MIB: CISCO-WAN-OPTIMIZATION-MIB
99
symbol:
@@ -101,7 +101,7 @@ metrics:
101
name: cwoTfoStatsReservedConn
102
chart_meta:
103
description: This object contains number of TCP connections reserved for the MAPI accelerator
104
- family: 'TFO/Connection/Reserved/MAPI'
104
+ family: 'Network/WAN/Optimization/Connection/Reserved/MAPI'
105
unit: "{connection}"
106
- MIB: CISCO-WAN-OPTIMIZATION-MIB
107
symbol:
@@ -109,7 +109,7 @@ metrics:
109
name: cwoTfoStatsPendingConn
110
chart_meta:
111
description: This object contains number of TCP connections, which are pending in queue of connections to be optimized
112
- family: 'TFO/Connection/Queue/Pending'
112
+ family: 'Network/WAN/Optimization/Connection/Queue/Pending'
113
unit: "{connection}"
114
- MIB: CISCO-WAN-OPTIMIZATION-MIB
115
symbol:
@@ -117,7 +117,7 @@ metrics:
117
name: cwoTfoStatsActivePTConn
118
chart_meta:
119
description: This object contains number of active Pass Through TCP connections. Connections which are not selected for optimization are called Pass Through.
120
- family: 'TFO/Connection/PassThrough/Active'
120
+ family: 'Network/WAN/Optimization/Connection/PassThrough/Active'
121
unit: "{connection}"
122
- MIB: CISCO-WAN-OPTIMIZATION-MIB
123
symbol:
@@ -125,7 +125,7 @@ metrics:
125
name: cwoTfoStatsTotalNormalClosedConn
126
chart_meta:
127
description: This object contains total number of optimized TCP connections which were closed normally since TFO was started or its statistics were last reset.
128
- family: 'TFO/Connection/Closed/Normal'
128
+ family: 'Network/WAN/Optimization/Connection/Closed/Normal'
129
unit: "{connection}/s"
130
- MIB: CISCO-WAN-OPTIMIZATION-MIB
131
symbol:
@@ -133,5 +133,5 @@ metrics:
133
name: cwoTfoStatsResetConn
134
chart_meta:
135
description: This object contains total number of optimized TCP connections, which are reset since TFO was started or its statistics were last reset.
136
- family: 'TFO/Connection/Closed/Reset'
136
+ family: 'Network/WAN/Optimization/Connection/Closed/Reset'
137
unit: "{connection}/s"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler-sdx.yaml
+239
-269
@@ -1,7 +1,9 @@
1
extends:
2
- citrix.yaml
3
+
4
sysobjectid:
5
- 1.3.6.1.4.1.5951.6
6
+
7
metadata:
8
device:
9
fields:
@@ -17,43 +19,139 @@ metadata:
19
name: netscaler.sdx.systemBuildNumber
20
type:
21
value: "load_balancer"
22
+
23
+metric_tags:
24
+ - OID: 1.3.6.1.4.1.5951.6.2.2.0
25
+ symbol: systemProduct
26
+ tag: netscaler_sdx_system_product
27
+ - OID: 1.3.6.1.4.1.5951.6.2.4.0
28
+ symbol: systemSvmIPAddressType
29
+ tag: netscaler_sdx_system_svm_ip_address_type
30
+ mapping:
31
+ 0: unknown
32
+ 1: ipv4
33
+ 2: ipv6
34
+ 3: ipv4z
35
+ 4: ipv6z
36
+ 16: dns
37
+ 25: l2vpn
38
+ - OID: 1.3.6.1.4.1.5951.6.2.5.0
39
+ symbol: systemSvmIPAddress
40
+ # TODO update this to the modern syntax that supports format
41
+ # format: ip_address
42
+ tag: netscaler_sdx_system_svm_ip_address
43
+ - OID: 1.3.6.1.4.1.5951.6.2.6.0
44
+ symbol: systemXenIPAddressType
45
+ tag: netscaler_sdx_system_xen_ip_address_type
46
+ mapping:
47
+ 0: unknown
48
+ 1: ipv4
49
+ 2: ipv6
50
+ 3: ipv4z
51
+ 4: ipv6z
52
+ 16: dns
53
+ 25: l2vpn
54
+ - OID: 1.3.6.1.4.1.5951.6.2.7.0
55
+ symbol: systemXenIPAddress
56
+ # format: ip_address
57
+ tag: netscaler_sdx_system_xen_ip_address
58
+ - OID: 1.3.6.1.4.1.5951.6.2.8.0
59
+ symbol: systemNetmaskType
60
+ tag: netscaler_sdx_system_netmask_type
61
+ mapping:
62
+ 0: unknown
63
+ 1: ipv4
64
+ 2: ipv6
65
+ 3: ipv4z
66
+ 4: ipv6z
67
+ 16: dns
68
+ 25: l2vpn
69
+ - OID: 1.3.6.1.4.1.5951.6.2.9.0
70
+ symbol: systemNetmask
71
+ # format: ip_address
72
+ tag: netscaler_sdx_system_netmask
73
+ - OID: 1.3.6.1.4.1.5951.6.2.10.0
74
+ symbol: systemGatewayType
75
+ tag: netscaler_sdx_system_gateway_type
76
+ mapping:
77
+ 0: unknown
78
+ 1: ipv4
79
+ 2: ipv6
80
+ 3: ipv4z
81
+ 4: ipv6z
82
+ 16: dns
83
+ 25: l2vpn
84
+ - OID: 1.3.6.1.4.1.5951.6.2.11.0
85
+ symbol: systemGateway
86
+ # format: ip_address
87
+ tag: netscaler_sdx_system_gateway
88
+ - OID: 1.3.6.1.4.1.5951.6.2.12.0
89
+ symbol: systemNetworkInterface
90
+ tag: netscaler_sdx_system_network_interface
91
+ # different versions of MIBs have different definitions for these metrics. Keep this comment until investigated further.
92
+ # - OID: 1.3.6.1.4.1.5951.6.2.13.0
93
+ # symbol: systemDnsType
94
+ # tag: netscaler_sdx_system_dns_type
95
+ # mapping:
96
+ # 0: unknown
97
+ # 1: ipv4
98
+ # 2: ipv6
99
+ # 3: ipv4z
100
+ # 4: ipv6z
101
+ # 16: dns
102
+ # 25: l2vpn
103
+ # - OID: 1.3.6.1.4.1.5951.6.2.14.0
104
+ # symbol: systemDns
105
+ # format: ip_address
106
+ # tag: netscaler_sdx_system_dns
107
+ - OID: 1.3.6.1.4.1.5951.6.2.19.0
108
+ symbol: systemBiosVersion
109
+ tag: netscaler_sdx_system_bios_version
110
+
111
+# https://mibbrowser.online/mibdb_search.php?mib=SDX-ROOT-MIB
112
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/citrix/SDX-ROOT-MIB
113
+
114
metrics:
115
- MIB: SDX-ROOT-MIB
116
table:
117
name: hardwareResourceTable
118
OID: 1.3.6.1.4.1.5951.6.2.1000.1
119
symbols:
26
- - name: netscaler.sdx.hardwareResource
27
- constant_value_one: true
28
- description: "Resource name"
29
- unit: "{resource}"
120
+ - OID: 1.3.6.1.4.1.5951.6.2.1000.1.1.7
121
+ name: netscaler.sdx.hardwareResourceStatus
122
+ chart_meta:
123
+ description: Health status of the resource
124
+ family: 'Hardware/Resource/Status'
125
+ unit: "{status}"
126
+ mapping:
127
+ OK: 1
128
+ ERROR: 2
129
metric_tags:
31
- - symbol:
130
+ - tag: netscaler_sdx_hardware_resource_name
131
+ symbol:
132
name: netscaler.sdx.hardwareResourceName
133
OID: 1.3.6.1.4.1.5951.6.2.1000.1.1.1
34
- tag: netscaler_sdx_hardware_resource_name
35
- - symbol:
36
- OID: 1.3.6.1.4.1.5951.6.2.1000.1.1.7
37
- name: netscaler.sdx.hardwareResourceStatus
38
- tag: netscaler_sdx_hardware_resource_status
134
+
135
- MIB: SDX-ROOT-MIB
136
table:
137
name: softwareResourceTable
138
OID: 1.3.6.1.4.1.5951.6.2.1000.2
139
symbols:
44
- - name: netscaler.sdx.softwareResource
45
- constant_value_one: true
46
- description: "Resource name"
47
- unit: "{resource}"
140
+ - OID: 1.3.6.1.4.1.5951.6.2.1000.2.1.7
141
+ name: netscaler.sdx.softwareResourceStatus
142
+ chart_meta:
143
+ description: Health status of the resource
144
+ family: 'System/Software/Resource/Status'
145
+ unit: "{status}"
146
+ mapping:
147
+ OK: 1
148
+ ERROR: 2
149
metric_tags:
49
- - symbol:
150
+ - tag: netscaler_sdx_software_resource_name
151
+ symbol:
152
name: netscaler.sdx.softwareResourceName
153
OID: 1.3.6.1.4.1.5951.6.2.1000.2.1.1
52
- tag: netscaler_sdx_software_resource_name
53
- - symbol:
54
- OID: 1.3.6.1.4.1.5951.6.2.1000.2.1.7
55
- name: netscaler.sdx.softwareResourceStatus
56
- tag: netscaler_sdx_software_resource_status
154
+
155
- MIB: SDX-ROOT-MIB
156
table:
157
name: srTable
@@ -61,25 +159,35 @@ metrics:
159
symbols:
160
- name: netscaler.sdx.srUtilized
161
OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.5
64
- description: "Physical utilization of the storage repository"
65
- unit: "By"
162
+ chart_meta:
163
+ description: "Physical utilization of the storage repository"
164
+ family: 'Storage/Repository/Used'
165
+ unit: "By"
166
- name: netscaler.sdx.srSize
167
OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.6
68
- description: "Physical size of the storage repository"
69
- unit: "By"
168
+ chart_meta:
169
+ description: "Physical size of the storage repository"
170
+ family: 'Storage/Repository/Size'
171
+ unit: "By"
172
+ - OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.7
173
+ name: netscaler.sdx.srStatus
174
+ chart_meta:
175
+ description: Status of the storage repository
176
+ family: 'Storage/Repository/Status'
177
+ unit: "{status}"
178
+ mapping:
179
+ OK: 1
180
+ ERROR: 2
181
metric_tags:
71
- - symbol:
182
+ - tag: netscaler_sdx_sr_name
183
+ symbol:
184
name: netscaler.sdx.srName
185
OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.1
74
- tag: netscaler_sdx_sr_name
75
- - symbol:
186
+ - tag: netscaler_sdx_sr_bay_number
187
+ symbol:
188
name: netscaler.sdx.srBayNumber
189
OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.2
78
- tag: netscaler_sdx_sr_bay_number
79
- - symbol:
80
- OID: 1.3.6.1.4.1.5951.6.2.1000.4.1.7
81
- name: netscaler.sdx.srStatus
82
- tag: netscaler_sdx_sr_status
190
+
191
- MIB: SDX-ROOT-MIB
192
table:
193
name: interfaceTable
@@ -87,63 +195,61 @@ metrics:
195
symbols:
196
- name: netscaler.sdx.interfaceRxPackets
197
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.5
90
- description: "Received packets"
91
- unit: "{packet}"
198
+ chart_meta:
199
+ description: "Received packets"
200
+ family: 'Network/Interface/Packet/Total/In'
201
+ unit: "{packet}/s"
202
- name: netscaler.sdx.interfaceTxPackets
203
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.6
94
- description: "Transmitted packets"
95
- unit: "{packet}"
204
+ chart_meta:
205
+ description: "Transmitted packets"
206
+ family: 'Network/Interface/Packet/Total/Out'
207
+ unit: "{packet}/s"
208
- name: netscaler.sdx.interfaceRxBytes
209
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.7
98
- description: "Received bytes"
99
- unit: "By"
210
+ scale_factor: 8
211
+ chart_meta:
212
+ description: "Received bytes"
213
+ family: 'Network/Interface/Traffic/Total/In'
214
+ unit: "bit/s"
215
- name: netscaler.sdx.interfaceTxBytes
216
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.8
102
- description: "Transmitted bytes"
103
- unit: "By"
217
+ scale_factor: 8
218
+ chart_meta:
219
+ description: "Transmitted bytes"
220
+ family: 'Network/Interface/Traffic/Total/Out'
221
+ unit: "bit/s"
222
- name: netscaler.sdx.interfaceRxErrors
223
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.9
106
- description: "Receiving errors"
107
- unit: "{error}"
224
+ chart_meta:
225
+ description: "Receiving errors"
226
+ family: 'Network/Interface/Error/Total/In'
227
+ unit: "{error}/s"
228
- name: netscaler.sdx.interfaceTxErrors
229
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.10
110
- description: "Transmission errors"
111
- unit: "{error}"
230
+ chart_meta:
231
+ description: "Transmission errors"
232
+ family: 'Network/Interface/Error/Total/Out'
233
+ unit: "{error}/s"
234
+ - OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.4
235
+ name: netscaler.sdx.interfaceState
236
+ chart_meta:
237
+ description: State of the Interface
238
+ family: 'Network/Interface/Status/Operational'
239
+ unit: "{status}"
240
+ mapping:
241
+ UP: 1
242
+ DOWN: 2
243
metric_tags:
113
- - symbol:
244
+ - tag: netscaler_sdx_interface_port
245
+ symbol:
246
name: netscaler.sdx.interfacePort
247
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.1
116
- tag: netscaler_sdx_interface_port
117
- - symbol:
248
+ - tag: netscaler_sdx_interface_mapped_port
249
+ symbol:
250
name: netscaler.sdx.interfaceMappedPort
251
OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.13
120
- tag: netscaler_sdx_interface_mapped_port
121
- - symbol:
122
- OID: 1.3.6.1.4.1.5951.6.2.1000.5.1.4
123
- name: netscaler.sdx.interfaceState
124
- tag: netscaler_sdx_interface_state
125
- - MIB: SDX-ROOT-MIB
126
- table:
127
- name: healthMonitoringTable
128
- OID: 1.3.6.1.4.1.5951.6.2.1000.6
129
- symbols:
130
- - name: netscaler.sdx.hmCurrentValue
131
- OID: 1.3.6.1.4.1.5951.6.2.1000.6.1.7
132
- description: "Current value of the resource"
133
- unit: "TBD"
134
- metric_tags:
135
- - symbol:
136
- name: netscaler.sdx.hmName
137
- OID: 1.3.6.1.4.1.5951.6.2.1000.6.1.1
138
- tag: netscaler_sdx_hm_name
139
- - symbol:
140
- name: netscaler.sdx.hmUnit
141
- OID: 1.3.6.1.4.1.5951.6.2.1000.6.1.6
142
- tag: netscaler_sdx_hm_unit
143
- - symbol:
144
- OID: 1.3.6.1.4.1.5951.6.2.1000.6.1.4
145
- name: netscaler.sdx.hmStatus
146
- tag: netscaler_sdx_hm_status
252
+
253
- MIB: SDX-ROOT-MIB
254
table:
255
name: xenTable
@@ -151,18 +257,21 @@ metrics:
257
symbols:
258
- name: cpu.usage
259
OID: 1.3.6.1.4.1.5951.6.3.1.1.8
154
- description: "Cpu usage percentage of host"
155
- unit: "%"
260
+ chart_meta:
261
+ description: "Cpu usage percentage of host"
262
+ family: 'System/CPU/Usage'
263
+ unit: "%"
264
- name: memory.usage
265
OID: 1.3.6.1.4.1.5951.6.3.1.1.11
158
- description: "Memory usage percentage of host"
159
- unit: "%"
160
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
266
+ chart_meta:
267
+ description: "Memory usage percentage of host"
268
+ family: 'System/Memory/Usage'
269
+ unit: "%"
270
metric_tags:
162
- - symbol:
271
+ - tag: netscaler_sdx_xen_ip_address_type
272
+ symbol:
273
OID: 1.3.6.1.4.1.5951.6.3.1.1.1
274
name: netscaler.sdx.xenIpAddressType
165
- tag: netscaler_sdx_xen_ip_address_type
275
mapping:
276
0: unknown
277
1: ipv4
@@ -171,15 +280,16 @@ metrics:
280
4: ipv6z
281
16: dns
282
25: l2vpn
174
- - symbol:
283
+ - tag: netscaler_sdx_xen_ip_address
284
+ symbol:
285
OID: 1.3.6.1.4.1.5951.6.3.1.1.2
286
name: netscaler.sdx.xenIpAddress
287
format: ip_address
178
- tag: netscaler_sdx_xen_ip_address
179
- - symbol:
288
+ - tag: netscaler_sdx_xen_uuid
289
+ symbol:
290
OID: 1.3.6.1.4.1.5951.6.3.1.1.6
291
name: netscaler.sdx.xenUuid
182
- tag: netscaler_sdx_xen_uuid
292
+
293
- MIB: SDX-ROOT-MIB
294
table:
295
name: netscalerTable
@@ -187,30 +297,49 @@ metrics:
297
symbols:
298
- name: netscaler.sdx.nsNsCPUUsage
299
OID: 1.3.6.1.4.1.5951.6.3.2.1.33
190
- description: "Cpu usage percentage of netscaler instance"
191
- unit: "%"
300
+ chart_meta:
301
+ description: "Cpu usage percentage of netscaler instance"
302
+ family: 'Virtualization/VirtualInstance/CPU/Usage'
303
+ unit: "%"
304
- name: netscaler.sdx.nsNsMemoryUsage
305
OID: 1.3.6.1.4.1.5951.6.3.2.1.35
194
- description: "Memory usage percentage"
195
- unit: "%"
306
+ chart_meta:
307
+ description: "Memory usage percentage"
308
+ family: 'Virtualization/VirtualInstance/Memory/Usage'
309
+ unit: "%"
310
- name: netscaler.sdx.nsNsTx
311
OID: 1.3.6.1.4.1.5951.6.3.2.1.36
198
- description: "Out throughput of netscaler instance in megabits per second"
199
- unit: "Mbit/s"
312
+ scale_factor: 1000000 # MBits => Bits
313
+ chart_meta:
314
+ description: "Out throughput of netscaler instance in megabits per second"
315
+ family: 'Virtualization/VirtualInstance/Network/Traffic/Out'
316
+ unit: "bit/s"
317
- name: netscaler.sdx.nsNsRx
318
OID: 1.3.6.1.4.1.5951.6.3.2.1.37
202
- description: "In throughput of netscaler instance in megabits per second"
203
- unit: "Mbit/s"
319
+ scale_factor: 1000000 # MBits => Bits
320
+ chart_meta:
321
+ description: "In throughput of netscaler instance in megabits per second"
322
+ family: 'Virtualization/VirtualInstance/Network/Traffic/In'
323
+ unit: "bit/s"
324
- name: netscaler.sdx.nsHttpReq
325
OID: 1.3.6.1.4.1.5951.6.3.2.1.38
206
- description: "Http requests per second"
207
- unit: "1.s"
208
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
326
+ chart_meta:
327
+ description: "Http requests per second"
328
+ family: 'Virtualization/VirtualInstance/Network/HTTP/Request/Total'
329
+ unit: "{request}/s"
330
metric_tags:
210
- - symbol:
331
+ - tag: netscaler_sdx_ns_uuid
332
+ symbol:
333
+ name: netscaler.sdx.nsUuid
334
+ OID: 1.3.6.1.4.1.5951.6.3.2.1.14
335
+ - tag: netscaler_sdx_ns_name
336
+ symbol:
337
+ name: netscaler.sdx.nsName
338
+ OID: 1.3.6.1.4.1.5951.6.3.2.1.6
339
+ - tag: _netscaler_sdx_ns_ip_address_type
340
+ symbol:
341
name: netscaler.sdx.nsIpAddressType
342
OID: 1.3.6.1.4.1.5951.6.3.2.1.1
213
- tag: netscaler_sdx_ns_ip_address_type
343
mapping:
344
0: unknown
345
1: ipv4
@@ -219,40 +348,14 @@ metrics:
348
4: ipv6z
349
16: dns
350
25: l2vpn
222
- - symbol:
223
- name: netscaler.sdx.nsIpAddress
224
- OID: 1.3.6.1.4.1.5951.6.3.2.1.2
225
- format: ip_address
226
- tag: netscaler_sdx_ns_ip_address
227
- - symbol:
351
+ - tag: _netscaler_sdx_ns_profile_name
352
+ symbol:
353
name: netscaler.sdx.nsProfileName
354
OID: 1.3.6.1.4.1.5951.6.3.2.1.5
230
- tag: netscaler_sdx_ns_profile_name
231
- - symbol:
232
- name: netscaler.sdx.nsName
233
- OID: 1.3.6.1.4.1.5951.6.3.2.1.6
234
- tag: netscaler_sdx_ns_name
235
- - symbol:
355
+ - tag: _netscaler_sdx_ns_netmask_type
356
+ symbol:
357
name: netscaler.sdx.nsNetmaskType
358
OID: 1.3.6.1.4.1.5951.6.3.2.1.7
238
- tag: netscaler_sdx_ns_netmask_type
239
- mapping:
240
- 0: unknown
241
- 1: ipv4
242
- 2: ipv6
243
- 3: ipv4z
244
- 4: ipv6z
245
- 16: dns
246
- 25: l2vpn
247
- - symbol:
248
- name: netscaler.sdx.nsNetmask
249
- OID: 1.3.6.1.4.1.5951.6.3.2.1.8
250
- format: ip_address
251
- tag: netscaler_sdx_ns_netmask
252
- - symbol:
253
- name: netscaler.sdx.nsGatewayType
254
- OID: 1.3.6.1.4.1.5951.6.3.2.1.9
255
- tag: netscaler_sdx_ns_gateway_type
359
mapping:
360
0: unknown
361
1: ipv4
@@ -261,152 +364,19 @@ metrics:
364
4: ipv6z
365
16: dns
366
25: l2vpn
264
- - symbol:
265
- name: netscaler.sdx.nsGateway
266
- OID: 1.3.6.1.4.1.5951.6.3.2.1.10
267
- format: ip_address
268
- tag: netscaler_sdx_ns_gateway
269
- - symbol:
367
+ - tag: _netscaler_sdx_ns_hostname
368
+ symbol:
369
name: netscaler.sdx.nsHostname
370
OID: 1.3.6.1.4.1.5951.6.3.2.1.11
272
- tag: netscaler_sdx_ns_hostname
273
- - symbol:
371
+ - tag: _netscaler_sdx_ns_description
372
+ symbol:
373
name: netscaler.sdx.nsDescription
374
OID: 1.3.6.1.4.1.5951.6.3.2.1.12
276
- tag: netscaler_sdx_ns_description
277
- - symbol:
375
+ - tag: _netscaler_sdx_ns_version
376
+ symbol:
377
name: netscaler.sdx.nsVersion
378
OID: 1.3.6.1.4.1.5951.6.3.2.1.13
280
- tag: netscaler_sdx_ns_version
281
- - symbol:
282
- name: netscaler.sdx.nsVmDescription
283
- OID: 1.3.6.1.4.1.5951.6.3.2.1.30
284
- tag: netscaler_sdx_ns_vm_description
285
- - symbol:
379
+ - tag: _netscaler_sdx_ns_throughput
380
+ symbol:
381
name: netscaler.sdx.nsThroughput
382
OID: 1.3.6.1.4.1.5951.6.3.2.1.31
288
- tag: netscaler_sdx_ns_throughput
289
- - symbol:
290
- name: netscaler.sdx.nsHaIPAddressType
291
- OID: 1.3.6.1.4.1.5951.6.3.2.1.42
292
- tag: netscaler_sdx_ns_ha_ip_address_type
293
- mapping:
294
- 0: unknown
295
- 1: ipv4
296
- 2: ipv6
297
- 3: ipv4z
298
- 4: ipv6z
299
- 16: dns
300
- 25: l2vpn
301
- - symbol:
302
- name: netscaler.sdx.nsHaIPAddress
303
- OID: 1.3.6.1.4.1.5951.6.3.2.1.43
304
- format: ip_address
305
- tag: netscaler_sdx_ns_ha_ip_address
306
- - symbol:
307
- OID: 1.3.6.1.4.1.5951.6.3.2.1.15
308
- name: netscaler.sdx.nsInstanceState
309
- tag: netscaler_sdx_ns_instance_state
310
- - symbol:
311
- OID: 1.3.6.1.4.1.5951.6.3.2.1.18
312
- name: netscaler.sdx.nsVmState
313
- tag: netscaler_sdx_ns_vm_state
314
- - symbol:
315
- OID: 1.3.6.1.4.1.5951.6.3.2.1.41
316
- name: netscaler.sdx.nsHaMasterState
317
- tag: netscaler_sdx_ns_ha_master_state
318
- - symbol:
319
- OID: 1.3.6.1.4.1.5951.6.3.2.1.44
320
- name: netscaler.sdx.nsNodeState
321
- tag: netscaler_sdx_ns_node_state
322
- - symbol:
323
- OID: 1.3.6.1.4.1.5951.6.3.2.1.45
324
- name: netscaler.sdx.nsHaSync
325
- tag: netscaler_sdx_ns_ha_sync
326
-metric_tags:
327
- - OID: 1.3.6.1.4.1.5951.6.2.2.0
328
- symbol: systemProduct
329
- tag: netscaler_sdx_system_product
330
- - OID: 1.3.6.1.4.1.5951.6.2.4.0
331
- symbol: systemSvmIPAddressType
332
- tag: netscaler_sdx_system_svm_ip_address_type
333
- mapping:
334
- 0: unknown
335
- 1: ipv4
336
- 2: ipv6
337
- 3: ipv4z
338
- 4: ipv6z
339
- 16: dns
340
- 25: l2vpn
341
- - OID: 1.3.6.1.4.1.5951.6.2.5.0
342
- symbol: systemSvmIPAddress
343
- # TODO update this to the modern syntax that supports format
344
- # format: ip_address
345
- tag: netscaler_sdx_system_svm_ip_address
346
- - OID: 1.3.6.1.4.1.5951.6.2.6.0
347
- symbol: systemXenIPAddressType
348
- tag: netscaler_sdx_system_xen_ip_address_type
349
- mapping:
350
- 0: unknown
351
- 1: ipv4
352
- 2: ipv6
353
- 3: ipv4z
354
- 4: ipv6z
355
- 16: dns
356
- 25: l2vpn
357
- - OID: 1.3.6.1.4.1.5951.6.2.7.0
358
- symbol: systemXenIPAddress
359
- # format: ip_address
360
- tag: netscaler_sdx_system_xen_ip_address
361
- - OID: 1.3.6.1.4.1.5951.6.2.8.0
362
- symbol: systemNetmaskType
363
- tag: netscaler_sdx_system_netmask_type
364
- mapping:
365
- 0: unknown
366
- 1: ipv4
367
- 2: ipv6
368
- 3: ipv4z
369
- 4: ipv6z
370
- 16: dns
371
- 25: l2vpn
372
- - OID: 1.3.6.1.4.1.5951.6.2.9.0
373
- symbol: systemNetmask
374
- # format: ip_address
375
- tag: netscaler_sdx_system_netmask
376
- - OID: 1.3.6.1.4.1.5951.6.2.10.0
377
- symbol: systemGatewayType
378
- tag: netscaler_sdx_system_gateway_type
379
- mapping:
380
- 0: unknown
381
- 1: ipv4
382
- 2: ipv6
383
- 3: ipv4z
384
- 4: ipv6z
385
- 16: dns
386
- 25: l2vpn
387
- - OID: 1.3.6.1.4.1.5951.6.2.11.0
388
- symbol: systemGateway
389
- # format: ip_address
390
- tag: netscaler_sdx_system_gateway
391
- - OID: 1.3.6.1.4.1.5951.6.2.12.0
392
- symbol: systemNetworkInterface
393
- tag: netscaler_sdx_system_network_interface
394
- # different versions of MIBs have different definitions for these metrics. Keep this comment until investigated further.
395
- # - OID: 1.3.6.1.4.1.5951.6.2.13.0
396
- # symbol: systemDnsType
397
- # tag: netscaler_sdx_system_dns_type
398
- # mapping:
399
- # 0: unknown
400
- # 1: ipv4
401
- # 2: ipv6
402
- # 3: ipv4z
403
- # 4: ipv6z
404
- # 16: dns
405
- # 25: l2vpn
406
- # - OID: 1.3.6.1.4.1.5951.6.2.14.0
407
- # symbol: systemDns
408
- # format: ip_address
409
- # tag: netscaler_sdx_system_dns
410
- - OID: 1.3.6.1.4.1.5951.6.2.19.0
411
- symbol: systemBiosVersion
412
- tag: netscaler_sdx_system_bios_version
src/go/plugin/go.d/config/go.d/snmp.profiles/default/citrix-netscaler.yaml
+551
-383
@@ -1,8 +1,10 @@
1
extends:
2
- _std-if-mib.yaml
3
- citrix.yaml
4
+
5
sysobjectid:
6
- 1.3.6.1.4.1.5951.1
7
+
8
metadata:
9
device:
10
fields:
@@ -18,326 +20,403 @@ metadata:
20
name: sysBuildVersion
21
type:
22
value: "load_balancer"
23
+
24
+#metric_tags:
25
+# - OID: 1.3.6.1.4.1.5951.4.1.1.11.0
26
+# symbol: sysHardwareVersionDesc
27
+# tag: netscaler_sys_hardware_version_desc
28
+
29
+# https://mibbrowser.online/mibdb_search.php?mib=NS-ROOT-MIB
30
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/citrix/NS-ROOT-MIB
31
+
32
metrics:
33
- MIB: NS-ROOT-MIB
34
symbol:
35
name: cpu.usage
36
OID: 1.3.6.1.4.1.5951.4.1.1.41.1.0
26
- description: CPU utilization percentage
27
- unit: "%"
37
+ chart_meta:
38
+ description: CPU utilization percentage
39
+ family: 'System/CPU/Usage'
40
+ unit: "%"
41
- MIB: NS-ROOT-MIB
42
symbol:
43
name: memory.usage
44
OID: 1.3.6.1.4.1.5951.4.1.1.41.2.0
32
- description: Percentage of memory utilization on NetScaler
33
- unit: "%"
34
- # - MIB: NS-ROOT-MIB
35
- # symbol:
36
- # name: netscaler.sysHighAvailabilityMode
37
- # OID: 1.3.6.1.4.1.5951.4.1.1.6.0
38
- # enum:
39
- # standalone: 0
40
- # primary: 1
41
- # secondary: 2
42
- # unknown: 3
43
- # TODO: enum in scalar metric is not supported yet (keep this metric and this
44
- # comment in profile until it's fixed)
45
- # - MIB: NS-ROOT-MIB
46
- # symbol:
47
- # name: netscaler.haPeerState
48
- # OID: 1.3.6.1.4.1.5951.4.1.1.23.3.0
49
- # enum:
50
- # standalone: 0
51
- # primary: 1
52
- # secondary: 2
53
- # unknown: 3
54
- # TODO: enum in scalar metric is not supported yet (keep this metric and this
55
- # comment in profile until it's fixed)
45
+ chart_meta:
46
+ description: Percentage of memory utilization on NetScaler
47
+ family: 'System/Memory/Usage'
48
+ unit: "%"
49
+ - MIB: NS-ROOT-MIB
50
+ symbol:
51
+ name: netscaler.sysHighAvailabilityMode
52
+ OID: 1.3.6.1.4.1.5951.4.1.1.6.0
53
+ chart_meta:
54
+ description: Shows whether Citrix ADC is in standalone mode or whether it is primary or secondary in case of failover mode
55
+ family: 'System/HA/Mode'
56
+ unit: "{status}"
57
+ mapping:
58
+ 0: standalone
59
+ 1: primary
60
+ 2: secondary
61
+ 3: unknown
62
+ - MIB: NS-ROOT-MIB
63
+ symbol:
64
+ name: netscaler.haPeerState
65
+ OID: 1.3.6.1.4.1.5951.4.1.1.23.3.0
66
+ chart_meta:
67
+ description: Represents the state of the failover peer Citrix ADC whether Primary or Secondary
68
+ family: 'System/HA/Peer/State'
69
+ unit: "{status}"
70
+ mapping:
71
+ 0: standalone
72
+ 1: primary
73
+ 2: secondary
74
+ 3: unknown
75
- MIB: NS-ROOT-MIB
76
symbol:
77
name: netscaler.haTotStateTransitions
78
OID: 1.3.6.1.4.1.5951.4.1.1.23.4.0
60
- description: Total number of master state changes of the NetScaler appliance
61
- unit: "{state_transition}"
62
- metric_type: monotonic_count
79
+ chart_meta:
80
+ description: Total number of master state changes of the NetScaler appliance
81
+ family: 'System/HA/StateTransition/Total'
82
+ unit: "{transition}/s"
83
- MIB: NS-ROOT-MIB
84
symbol:
85
name: netscaler.haTimeofLastStateTransition
86
OID: 1.3.6.1.4.1.5951.4.1.1.23.5.0
67
- description: Time since last master state transition
68
- unit: "ms"
69
- # - MIB: NS-ROOT-MIB
70
- # symbol:
71
- # name: netscaler.haCurStatus
72
- # OID: 1.3.6.1.4.1.5951.4.1.1.23.23.0
73
- # enum:
74
- # no: 0
75
- # yes: 1
76
- # TODO: enum in scalar metric is not supported yet (keep this metric and this
77
- # comment in profile until it's fixed)
78
- # - MIB: NS-ROOT-MIB
79
- # symbol:
80
- # name: netscaler.haCurState
81
- # OID: 1.3.6.1.4.1.5951.4.1.1.23.24.0
82
- # enum:
83
- # unknown: 0
84
- # init: 1
85
- # down: 2
86
- # up: 3
87
- # partialFail: 4
88
- # monitorFail: 5
89
- # monitorOk: 6
90
- # completeFail: 7
91
- # dumb: 8
92
- # disabled: 9
93
- # partialFailSsl: 10
94
- # routemonitorFail: 11
95
- # TODO: enum in scalar metric is not supported yet (keep this metric and this
96
- # comment in profile until it's fixed)
87
+ chart_meta:
88
+ description: Time since last master state transition
89
+ family: 'System/HA/StateTransition/LastTime'
90
+ unit: "ms"
91
+ - MIB: NS-ROOT-MIB
92
+ symbol:
93
+ name: netscaler.haCurStatus
94
+ OID: 1.3.6.1.4.1.5951.4.1.1.23.23.0
95
+ chart_meta:
96
+ description: Whether a Citrix ADC is configured for high availability
97
+ family: 'System/HA/Status/Configured'
98
+ unit: "{status}"
99
+ mapping:
100
+ 0: no
101
+ 1: yes
102
+ - MIB: NS-ROOT-MIB
103
+ symbol:
104
+ name: netscaler.haCurState
105
+ OID: 1.3.6.1.4.1.5951.4.1.1.23.24.0
106
+ chart_meta:
107
+ description: State of the HA node, based on its health
108
+ family: 'System/HA/Status/Current'
109
+ unit: "{status}"
110
+ mapping:
111
+ 0: unknown
112
+ 1: init
113
+ 2: down
114
+ 3: up
115
+ 4: partialFail
116
+ 5: monitorFail
117
+ 6: monitorOk
118
+ 7: completeFail
119
+ 8: dumb
120
+ 9: disabled
121
+ 10: partialFailSsl
122
+ 11: routemonitorFail
123
- MIB: NS-ROOT-MIB
124
symbol:
125
name: netscaler.svcCount
126
OID: 1.3.6.1.4.1.5951.4.1.2.6.1.0
101
- description: Number of services defined on the NetScaler appliance
102
- unit: "{service}"
127
+ chart_meta:
128
+ description: Number of services defined on the NetScaler appliance
129
+ family: 'Network/LoadBalancer/Service/Count'
130
+ unit: "{service}"
131
- MIB: NS-ROOT-MIB
132
symbol:
133
name: netscaler.serverCount
134
OID: 1.3.6.1.4.1.5951.4.1.2.6.2.0
107
- description: Number of servers defined on the NetScaler appliance
108
- unit: "{server}"
135
+ chart_meta:
136
+ description: Number of servers defined on the NetScaler appliance
137
+ family: 'Network/LoadBalancer/Server/Count'
138
+ unit: "{server}"
139
- MIB: NS-ROOT-MIB
140
symbol:
141
name: netscaler.svcgroupCount
142
OID: 1.3.6.1.4.1.5951.4.1.2.6.3.0
113
- description: Number of service groups defined on the NetScaler appliance
114
- unit: "{service_group}"
143
+ chart_meta:
144
+ description: Number of service groups defined on the NetScaler appliance
145
+ family: 'Network/LoadBalancer/ServiceGroup/Count'
146
+ unit: "{service_group}"
147
- MIB: NS-ROOT-MIB
148
symbol:
149
name: netscaler.svcgroupmemCount
150
OID: 1.3.6.1.4.1.5951.4.1.2.6.4.0
119
- description: Number of service group members defined on the NetScaler appliance
120
- unit: "{service_group_member}"
151
+ chart_meta:
152
+ description: Number of service group members defined on the NetScaler appliance
153
+ family: 'Network/LoadBalancer/ServiceGroup/Member/Count'
154
+ unit: "{service_group_member}"
155
- MIB: NS-ROOT-MIB
156
symbol:
157
name: netscaler.syssvcCount
158
OID: 1.3.6.1.4.1.5951.4.1.2.6.5.0
125
- description: Number of system services
126
- unit: "{service}"
159
+ chart_meta:
160
+ description: Number of system services
161
+ family: 'System/Service/Count'
162
+ unit: "{service}"
163
- MIB: NS-ROOT-MIB
164
symbol:
165
name: netscaler.sysupsvcCount
166
OID: 1.3.6.1.4.1.5951.4.1.2.6.6.0
131
- description: Number of system up services
132
- unit: "{service}"
167
+ chart_meta:
168
+ description: Number of system up services
169
+ family: 'System/Service/Up'
170
+ unit: "{service}"
171
- MIB: NS-ROOT-MIB
172
symbol:
173
name: netscaler.sysupsvcitmCount
174
OID: 1.3.6.1.4.1.5951.4.1.2.6.7.0
137
- description: Number of system up service items
138
- unit: "{service_item}"
175
+ chart_meta:
176
+ description: Number of system up service items
177
+ family: 'System/Service/Item/Up'
178
+ unit: "{service_item}"
179
- MIB: NS-ROOT-MIB
180
symbol:
181
name: netscaler.curConfigVservers
182
OID: 1.3.6.1.4.1.5951.4.1.3.5.1.0
143
- description: Total number of vservers configured on the NetScaler
144
- unit: "{vserver}"
183
+ chart_meta:
184
+ description: Total number of vservers configured on the NetScaler
185
+ family: 'Network/LoadBalancer/VirtualServer/Count'
186
+ unit: "{vserver}"
187
- MIB: NS-ROOT-MIB
188
symbol:
189
name: netscaler.vsvrBindCount
190
OID: 1.3.6.1.4.1.5951.4.1.3.5.2.0
149
- description: Number of virtual server bindings on the NetScaler appliance
150
- unit: "{binding}"
191
+ chart_meta:
192
+ description: Number of virtual server bindings on the NetScaler appliance
193
+ family: 'Network/LoadBalancer/VirtualServer/Binding/Count'
194
+ unit: "{binding}"
195
- MIB: NS-ROOT-MIB
196
symbol:
197
name: netscaler.vsvrSvcGrpBindCount
198
OID: 1.3.6.1.4.1.5951.4.1.3.5.3.0
155
- description: Number of virtual server service group bindings on the NetScaler appliance
156
- unit: "{binding}"
199
+ chart_meta:
200
+ description: Number of virtual server service group bindings on the NetScaler appliance
201
+ family: 'Network/LoadBalancer/VirtualServer/ServiceGroupBinding/Count'
202
+ unit: "{binding}"
203
- MIB: NS-ROOT-MIB
204
symbol:
205
name: netscaler.curConfigLbVservers
206
OID: 1.3.6.1.4.1.5951.4.1.3.5.4.0
161
- description: Number of load balancing vservers configured on the NetScaler
162
- unit: "{vserver}"
207
+ chart_meta:
208
+ description: Number of load balancing vservers configured on the NetScaler
209
+ family: 'Network/LoadBalancer/VirtualServer/LB/Count'
210
+ unit: "{vserver}"
211
- MIB: NS-ROOT-MIB
212
symbol:
213
name: netscaler.curConfigGslbVservers
214
OID: 1.3.6.1.4.1.5951.4.1.3.5.5.0
167
- description: Number of GSLB vservers configured on the NetScaler
168
- unit: "{vserver}"
215
+ chart_meta:
216
+ description: Number of GSLB vservers configured on the NetScaler
217
+ family: 'Network/LoadBalancer/GSLB/VirtualServer/Count'
218
+ unit: "{vserver}"
219
- MIB: NS-ROOT-MIB
220
symbol:
221
name: netscaler.totSpilloverCount
222
OID: 1.3.6.1.4.1.5951.4.1.3.5.6.0
173
- description: Number of times spillover occurred on the NetScaler
174
- unit: "{spillover}"
175
- metric_type: monotonic_count
223
+ chart_meta:
224
+ description: Number of times spillover occurred on the NetScaler
225
+ family: 'Network/LoadBalancer/Spillover/Total'
226
+ unit: "{spillover}/s"
227
- MIB: NS-ROOT-MIB
228
symbol:
229
name: netscaler.sslCurSessions
230
OID: 1.3.6.1.4.1.5951.4.1.1.47.296.0
180
- description: Number of active SSL sessions on the NetScaler appliance
181
- unit: "{session}"
231
+ chart_meta:
232
+ description: Number of active SSL sessions on the NetScaler appliance
233
+ family: 'Network/SSL/Session/Active'
234
+ unit: "{session}"
235
- MIB: NS-ROOT-MIB
236
symbol:
237
name: netscaler.sslSessionsPerSec
238
OID: 1.3.6.1.4.1.5951.4.1.1.47.3.0
186
- description: SSL sessions per second between client and NetScaler appliance
187
- unit: "1.s"
239
+ chart_meta:
240
+ description: SSL sessions per second between client and NetScaler appliance
241
+ family: 'Network/SSL/Session/Rate'
242
+ unit: "1/s"
243
- MIB: NS-ROOT-MIB
244
symbol:
245
name: netscaler.tcpCurClientConnEstablished
246
OID: 1.3.6.1.4.1.5951.4.1.1.46.12.0
192
- description: Current client connections in the established state
193
- unit: "{connection}"
247
+ chart_meta:
248
+ description: Current client connections in the established state
249
+ family: 'Network/TCP/Connection/Client/Established'
250
+ unit: "{connection}"
251
- MIB: NS-ROOT-MIB
252
symbol:
253
name: netscaler.tcpErrAnyPortFail
254
OID: 1.3.6.1.4.1.5951.4.1.1.46.69.0
198
- description: Port allocations failed on mapped IP address
199
- unit: "{failure}"
200
- metric_type: monotonic_count
255
+ chart_meta:
256
+ description: Port allocations failed on mapped IP address
257
+ family: 'Network/TCP/Error/PortAllocation/Mapped'
258
+ unit: "{error}/s"
259
- MIB: NS-ROOT-MIB
260
symbol:
261
name: netscaler.tcpErrIpPortFail
262
OID: 1.3.6.1.4.1.5951.4.1.1.46.70.0
205
- description: Port allocations failed on subnet or vserver IP address
206
- unit: "{failure}"
207
- metric_type: monotonic_count
263
+ chart_meta:
264
+ description: Port allocations failed on subnet or vserver IP address
265
+ family: 'Network/TCP/Error/PortAllocation/IP'
266
+ unit: "{error}/s"
267
- MIB: NS-ROOT-MIB
268
symbol:
269
name: netscaler.tcpErrRetransmit
270
OID: 1.3.6.1.4.1.5951.4.1.1.46.59.0
212
- description: TCP packets retransmitted
213
- unit: "{packet}"
214
- metric_type: monotonic_count
271
+ chart_meta:
272
+ description: TCP packets retransmitted
273
+ family: 'Network/TCP/Packet/Retransmit'
274
+ unit: "{packet}/s"
275
- MIB: NS-ROOT-MIB
276
symbol:
277
name: netscaler.tcpTotRxPkts
278
OID: 1.3.6.1.4.1.5951.4.1.1.46.61.0
219
- description: TCP packets received
220
- unit: "{packet}"
221
- metric_type: monotonic_count
279
+ chart_meta:
280
+ description: TCP packets received
281
+ family: 'Network/TCP/Packet/In'
282
+ unit: "{packet}/s"
283
- MIB: NS-ROOT-MIB
284
symbol:
285
name: netscaler.tcpTotTxPkts
286
OID: 1.3.6.1.4.1.5951.4.1.1.46.63.0
226
- description: TCP packets transmitted
227
- unit: "{packet}"
228
- metric_type: monotonic_count
287
+ chart_meta:
288
+ description: TCP packets transmitted
289
+ family: 'Network/TCP/Packet/Out'
290
+ unit: "{packet}/s"
291
- MIB: NS-ROOT-MIB
292
symbol:
293
name: netscaler.httpTotGets
294
OID: 1.3.6.1.4.1.5951.4.1.1.48.45.0
233
- description: HTTP requests received using the GET method
234
- unit: "{request}"
235
- metric_type: monotonic_count
295
+ chart_meta:
296
+ description: HTTP requests received using the GET method
297
+ family: 'Network/HTTP/Request/GET'
298
+ unit: "{request}/s"
299
- MIB: NS-ROOT-MIB
300
symbol:
301
name: netscaler.httpTotPosts
302
OID: 1.3.6.1.4.1.5951.4.1.1.48.46.0
240
- description: HTTP requests received using the POST method
241
- unit: "{request}"
242
- metric_type: monotonic_count
303
+ chart_meta:
304
+ description: HTTP requests received using the POST method
305
+ family: 'Network/HTTP/Request/POST'
306
+ unit: "{request}/s"
307
- MIB: NS-ROOT-MIB
308
symbol:
309
name: netscaler.httpTotOthers
310
OID: 1.3.6.1.4.1.5951.4.1.1.48.47.0
247
- description: HTTP requests received using methods other than GET and POST
248
- unit: "{request}"
249
- metric_type: monotonic_count
311
+ chart_meta:
312
+ description: HTTP requests received using methods other than GET and POST
313
+ family: 'Network/HTTP/Request/Other'
314
+ unit: "{request}/s"
315
- MIB: NS-ROOT-MIB
316
symbol:
317
name: netscaler.httpTotRxRequestBytes
318
OID: 1.3.6.1.4.1.5951.4.1.1.48.48.0
254
- description: Bytes of HTTP data received
255
- unit: "By"
256
- metric_type: monotonic_count
319
+ chart_meta:
320
+ description: Bytes of HTTP data received
321
+ family: 'Network/HTTP/Request/Bytes/In'
322
+ unit: "By/s"
323
- MIB: NS-ROOT-MIB
324
symbol:
325
name: netscaler.httpTotRxResponseBytes
326
OID: 1.3.6.1.4.1.5951.4.1.1.48.49.0
261
- description: Bytes received as response data
262
- unit: "By"
263
- metric_type: monotonic_count
327
+ chart_meta:
328
+ description: Bytes received as response data
329
+ family: 'Network/HTTP/Response/Bytes/In'
330
+ unit: "By/s"
331
- MIB: NS-ROOT-MIB
332
symbol:
333
name: netscaler.httpTotTxRequestBytes
334
OID: 1.3.6.1.4.1.5951.4.1.1.48.50.0
268
- description: Bytes of HTTP data transmitted
269
- unit: "By"
270
- metric_type: monotonic_count
335
+ chart_meta:
336
+ description: Bytes of HTTP data transmitted
337
+ family: 'Network/HTTP/Request/Bytes/Out'
338
+ unit: "By/s"
339
- MIB: NS-ROOT-MIB
340
symbol:
341
name: netscaler.httpTotTxResponseBytes
342
OID: 1.3.6.1.4.1.5951.4.1.1.48.51.0
275
- description: Bytes transmitted as response data
276
- unit: "By"
277
- metric_type: monotonic_count
343
+ chart_meta:
344
+ description: Bytes transmitted as response data
345
+ family: 'Network/HTTP/Response/Bytes/Out'
346
+ unit: "By/s"
347
- MIB: NS-ROOT-MIB
348
symbol:
349
name: netscaler.httpTot10Requests
350
OID: 1.3.6.1.4.1.5951.4.1.1.48.52.0
282
- description: HTTP/1.0 requests received
283
- unit: "{request}"
284
- metric_type: monotonic_count
351
+ chart_meta:
352
+ description: HTTP/1.0 requests received
353
+ family: 'Network/HTTP/Request/HTTP10'
354
+ unit: "{request}/s"
355
- MIB: NS-ROOT-MIB
356
symbol:
357
name: netscaler.httpTotResponses
358
OID: 1.3.6.1.4.1.5951.4.1.1.48.53.0
289
- description: HTTP responses sent including HTTP/1.0 and HTTP/1.1 responses
290
- unit: "{response}"
291
- metric_type: monotonic_count
359
+ chart_meta:
360
+ description: HTTP responses sent including HTTP/1.0 and HTTP/1.1 responses
361
+ family: 'Network/HTTP/Response/Total'
362
+ unit: "{response}/s"
363
- MIB: NS-ROOT-MIB
364
symbol:
365
name: netscaler.httpTot10Responses
366
OID: 1.3.6.1.4.1.5951.4.1.1.48.54.0
296
- description: HTTP/1.0 responses sent
297
- unit: "{response}"
298
- metric_type: monotonic_count
367
+ chart_meta:
368
+ description: HTTP/1.0 responses sent
369
+ family: 'Network/HTTP/Response/HTTP10'
370
+ unit: "{response}/s"
371
- MIB: NS-ROOT-MIB
372
symbol:
373
name: netscaler.httpErrIncompleteRequests
374
OID: 1.3.6.1.4.1.5951.4.1.1.48.57.0
303
- description: HTTP requests received with incomplete headers
304
- unit: "{request}"
305
- metric_type: monotonic_count
375
+ chart_meta:
376
+ description: HTTP requests received with incomplete headers
377
+ family: 'Network/HTTP/Error/RequestIncomplete'
378
+ unit: "{error}/s"
379
- MIB: NS-ROOT-MIB
380
symbol:
381
name: netscaler.httpErrIncompleteResponses
382
OID: 1.3.6.1.4.1.5951.4.1.1.48.58.0
310
- description: HTTP responses received with incomplete headers
311
- unit: "{response}"
312
- metric_type: monotonic_count
383
+ chart_meta:
384
+ description: HTTP responses received with incomplete headers
385
+ family: 'Network/HTTP/Error/ResponseIncomplete'
386
+ unit: "{error}/s"
387
- MIB: NS-ROOT-MIB
388
symbol:
389
name: netscaler.httpErrIncompleteHeaders
390
OID: 1.3.6.1.4.1.5951.4.1.1.48.60.0
317
- description: HTTP requests and responses with incomplete headers
318
- unit: "{header}"
319
- metric_type: monotonic_count
391
+ chart_meta:
392
+ description: HTTP requests and responses with incomplete headers
393
+ family: 'Network/HTTP/Error/HeaderIncomplete'
394
+ unit: "{error}/s"
395
- MIB: NS-ROOT-MIB
396
symbol:
397
name: netscaler.httpErrServerBusy
398
OID: 1.3.6.1.4.1.5951.4.1.1.48.61.0
324
- description: HTTP error responses indicating server busy
325
- unit: "{error}"
326
- metric_type: monotonic_count
399
+ chart_meta:
400
+ description: HTTP error responses indicating server busy
401
+ family: 'Network/HTTP/Error/ServerBusy'
402
+ unit: "{error}/s"
403
- MIB: NS-ROOT-MIB
404
symbol:
405
name: netscaler.svcTotalClients
406
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.48.0
331
- description: Total number of established client connections
332
- unit: "{connection}"
333
- metric_type: monotonic_count
407
+ chart_meta:
408
+ description: Total number of established client connections
409
+ family: 'Network/LoadBalancer/Connection/Client/Total'
410
+ unit: "{connection}/s"
411
- MIB: NS-ROOT-MIB
412
symbol:
413
name: netscaler.svcTotalServers
414
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.49.0
338
- description: Total number of established server connections
339
- unit: "{connection}"
340
- metric_type: monotonic_count
415
+ chart_meta:
416
+ description: Total number of established server connections
417
+ family: 'Network/LoadBalancer/Connection/Server/Total'
418
+ unit: "{connection}/s"
419
+
420
- MIB: NS-ROOT-MIB
421
table:
422
name: vserverTable
@@ -345,26 +424,41 @@ metrics:
424
symbols:
425
- name: netscaler.vsvrCurClntConnections
426
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.7
348
- description: Number of current client connections
349
- unit: "{connection}"
350
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
427
+ chart_meta:
428
+ description: Number of current client connections
429
+ family: 'Network/LoadBalancer/VirtualServer/Connection/Client/Current'
430
+ unit: "{connection}"
431
+ - name: netscaler.vsvrState
432
+ OID: 1.3.6.1.4.1.5951.4.1.3.1.1.5
433
+ chart_meta:
434
+ description: Current state of the server
435
+ family: 'Network/LoadBalancer/VirtualServer/Status'
436
+ unit: "{status}"
437
+ mapping:
438
+ 1: down
439
+ 2: unknown
440
+ 3: busy
441
+ 4: outOfService
442
+ 5: transitionToOutOfService
443
+ 7: up
444
+ 8: transitionToOutOfServiceDown
445
metric_tags:
352
- - symbol:
446
+ - tag: netscaler_vsvr_name
447
+ symbol:
448
name: netscaler.vsvrName
449
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.1
355
- tag: netscaler_vsvr_name
356
- - symbol:
450
+ - tag: netscaler_vsvr_ip_address
451
+ symbol:
452
name: netscaler.vsvrIpAddress
453
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.2
359
- tag: netscaler_vsvr_ip_address
360
- - symbol:
454
+ - tag: netscaler_vsvr_port
455
+ symbol:
456
name: netscaler.vsvrPort
457
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.3
363
- tag: netscaler_vsvr_port
364
- - symbol:
458
+ - tag: netscaler_vsvr_type
459
+ symbol:
460
name: netscaler.vsvrType
461
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.4
367
- tag: netscaler_vsvr_type
462
mapping:
463
0: http
464
1: ftp
@@ -424,18 +518,7 @@ metrics:
518
117: mqtt_tls
519
118: quic_bridge
520
120: service_unknown
427
- - symbol:
428
- OID: 1.3.6.1.4.1.5951.4.1.3.1.1.5
429
- name: netscaler.vsvrState
430
- tag: netscaler_vsvr_state
431
- mapping:
432
- 1: down
433
- 2: unknown
434
- 3: busy
435
- 4: out_of_service
436
- 5: transition_to_out_of_service
437
- 7: up
438
- 8: transition_to_out_of_service_down
521
+
522
- MIB: NS-ROOT-MIB
523
table:
524
name: nsSysHealthDiskTable
@@ -443,25 +526,37 @@ metrics:
526
symbols:
527
- name: netscaler.sysHealthDiskSize
528
OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.2
446
- description: Total disk space in MBytes
447
- unit: "MBy"
529
+ scale_factor: 1048576
530
+ chart_meta:
531
+ description: Total disk space in MBytes
532
+ family: 'System/Disk/Size/Total'
533
+ unit: "By"
534
- name: netscaler.sysHealthDiskAvail
535
OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.3
450
- description: Total disk space available in MBytes
451
- unit: "MBy"
536
+ scale_factor: 1048576
537
+ chart_meta:
538
+ description: Total disk space available in MBytes
539
+ family: 'System/Disk/Size/Available'
540
+ unit: "By"
541
- name: netscaler.sysHealthDiskUsed
542
OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.4
454
- description: Total disk space used in MBytes
455
- unit: "MBy"
543
+ scale_factor: 1048576
544
+ chart_meta:
545
+ description: Total disk space used in MBytes
546
+ family: 'System/Disk/Size/Used'
547
+ unit: "By"
548
- name: netscaler.sysHealthDiskPerusage
549
OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.5
458
- description: Percentage of disk space used
459
- unit: "%"
550
+ chart_meta:
551
+ description: Percentage of disk space used
552
+ family: 'System/Disk/Usage'
553
+ unit: "%"
554
metric_tags:
461
- - symbol:
555
+ - tag: netscaler_sys_health_disk_name
556
+ symbol:
557
name: netscaler.sysHealthDiskName
558
OID: 1.3.6.1.4.1.5951.4.1.1.41.8.1.1
464
- tag: netscaler_sys_health_disk_name
559
+
560
- MIB: NS-ROOT-MIB
561
table:
562
name: nsIfStatsTable
@@ -469,45 +564,47 @@ metrics:
564
symbols:
565
- name: netscaler.ifTotRxBytes
566
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.3
472
- metric_type: monotonic_count
473
- description: Total bytes received on the specified interface
474
- unit: "By"
567
+ scale_factor: 8
568
+ chart_meta:
569
+ description: Total bytes received on the specified interface
570
+ family: 'Network/Interface/Traffic/Total/In'
571
+ unit: "bit/s"
572
- name: netscaler.ifRxAvgBandwidthUsage
573
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.4
477
- description: Average RX bandwidth on the specified interface in bits per second
478
- unit: "bit/s"
574
+ chart_meta:
575
+ description: Average RX bandwidth on the specified interface in bits per second
576
+ family: 'Network/Interface/Bandwidth/In'
577
+ unit: "bit/s"
578
- name: netscaler.ifTotTxBytes
579
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.7
481
- metric_type: monotonic_count
482
- description: Number of bytes transmitted from the specified interface
483
- unit: "By"
580
+ scale_factor: 8
581
+ chart_meta:
582
+ description: Number of bytes transmitted from the specified interface
583
+ family: 'Network/Interface/Traffic/Total/Out'
584
+ unit: "bit/s"
585
- name: netscaler.ifTxAvgBandwidthUsage
586
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.8
486
- description: Average TX bandwidth on the specified interface in bits per second
487
- unit: "bit/s"
587
+ chart_meta:
588
+ description: Average TX bandwidth on the specified interface in bits per second
589
+ family: 'Network/Interface/Bandwidth/Out'
590
+ unit: "bit/s"
591
- name: netscaler.ifThroughput
592
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.48
490
- description: Interface throughput in Mbps
491
- unit: "Mbit/s"
492
- - name: netscaler.ifTotRxMbits
493
- OID: 1.3.6.1.4.1.5951.4.1.1.54.1.19
494
- metric_type: monotonic_count
495
- description: Number of megabits received by the specified interface
496
- unit: "Mbit"
497
- - name: netscaler.ifTotTxMbits
498
- OID: 1.3.6.1.4.1.5951.4.1.1.54.1.20
499
- metric_type: monotonic_count
500
- description: Number of megabits transmitted by the specified interface
501
- unit: "Mbit"
593
+ scale_factor: 1000000
594
+ chart_meta:
595
+ description: Interface throughput
596
+ family: 'Network/Interface/Throughput/Total'
597
+ unit: "bit/s"
598
metric_tags:
503
- - symbol:
599
+ - tag: netscaler_if_name
600
+ symbol:
601
name: netscaler.ifName
602
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.1
506
- tag: netscaler_if_name
507
- - symbol:
603
+ - tag: netscaler_if_media
604
+ symbol:
605
name: netscaler.ifMedia
606
OID: 1.3.6.1.4.1.5951.4.1.1.54.1.2
510
- tag: netscaler_if_media
607
+
608
- MIB: NS-ROOT-MIB
609
table:
610
name: vserverServiceTable
@@ -515,27 +612,30 @@ metrics:
612
symbols:
613
- name: netscaler.vsvrServiceHits
614
OID: 1.3.6.1.4.1.5951.4.1.3.2.1.5
518
- metric_type: monotonic_count
519
- description: Number of times the service has been provided
520
- unit: "{hit}"
615
+ chart_meta:
616
+ description: Number of times the service has been provided
617
+ family: 'Network/LoadBalancer/VirtualServer/Service/Hit/Total'
618
+ unit: "{hit}/s"
619
- name: netscaler.servicePersistentHits
620
OID: 1.3.6.1.4.1.5951.4.1.3.2.1.6
523
- metric_type: monotonic_count
524
- description: Total number of persistent hits
525
- unit: "{hit}"
621
+ chart_meta:
622
+ description: Total number of persistent hits
623
+ family: 'Network/LoadBalancer/VirtualServer/Service/Hit/Persistent'
624
+ unit: "{hit}/s"
625
metric_tags:
527
- - symbol:
626
+ - tag: netscaler_vsvr_service_name
627
+ symbol:
628
name: netscaler.vsvrServiceName
629
OID: 1.3.6.1.4.1.5951.4.1.3.2.1.8
530
- tag: netscaler_vsvr_service_name
531
- - symbol:
630
+ - tag: netscaler_vsvr_service_full_name
631
+ symbol:
632
name: netscaler.vsvrServiceFullName
633
OID: 1.3.6.1.4.1.5951.4.1.3.2.1.9
534
- tag: netscaler_vsvr_service_full_name
535
- - symbol:
634
+ - tag: netscaler_vserver_full_name
635
+ symbol:
636
name: netscaler.vserverFullName
637
OID: 1.3.6.1.4.1.5951.4.1.3.2.1.10
538
- tag: netscaler_vserver_full_name
638
+
639
- MIB: NS-ROOT-MIB
640
table:
641
name: nsCPUTable
@@ -543,32 +643,41 @@ metrics:
643
symbols:
644
- name: netscaler.nsCPUusage
645
OID: 1.3.6.1.4.1.5951.4.1.1.41.6.1.2
546
- description: CPU utilization percentage
547
- unit: "%"
646
+ chart_meta:
647
+ description: CPU utilization percentage
648
+ family: 'System/CPU/Core/Usage'
649
+ unit: "%"
650
metric_tags:
549
- - symbol:
651
+ - tag: netscaler_ns_cp_uname
652
+ symbol:
653
name: netscaler.nsCPUname
654
OID: 1.3.6.1.4.1.5951.4.1.1.41.6.1.1
552
- tag: netscaler_ns_cp_uname
655
+
656
- MIB: NS-ROOT-MIB
657
symbol:
658
name: netscaler.tcpCurClientConn
659
OID: 1.3.6.1.4.1.5951.4.1.1.46.2.0
557
- description: Client connections including opening, established, and closing states
558
- unit: "{connection}"
660
+ chart_meta:
661
+ description: Client connections including opening, established, and closing states
662
+ family: 'Network/TCP/Connection/Client/Current'
663
+ unit: "{connection}"
664
- MIB: NS-ROOT-MIB
665
symbol:
666
name: netscaler.tcpCurServerConnEstablished
667
OID: 1.3.6.1.4.1.5951.4.1.1.46.10.0
563
- description: Current server connections in the established state
564
- unit: "{connection}"
668
+ chart_meta:
669
+ description: Current server connections in the established state
670
+ family: 'Network/TCP/Connection/Server/Established'
671
+ unit: "{connection}"
672
- MIB: NS-ROOT-MIB
673
symbol:
674
name: netscaler.sslTotSessions
675
OID: 1.3.6.1.4.1.5951.4.1.1.47.204.0
569
- description: Number of SSL sessions on the NetScaler appliance
570
- unit: "{session}"
571
- metric_type: monotonic_count
676
+ chart_meta:
677
+ description: Number of SSL sessions on the NetScaler appliance
678
+ family: 'Network/SSL/Session/Total'
679
+ unit: "{session}/s"
680
+
681
- MIB: NS-ROOT-MIB
682
table:
683
name: lbvserverTable
@@ -576,22 +685,27 @@ metrics:
685
symbols:
686
- name: netscaler.lbvsvrPersistenceTimeOut
687
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.3
579
- description: Timeout set for persistence
580
- unit: "s"
688
+ chart_meta:
689
+ description: Timeout set for persistence
690
+ family: 'Network/LoadBalancer/VirtualServer/Persistence/Timeout'
691
+ unit: "s"
692
- name: netscaler.lbvsvrActiveConn
693
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.4
583
- description: Number of connections currently active
584
- unit: "{connection}"
694
+ chart_meta:
695
+ description: Number of connections currently active
696
+ family: 'Network/LoadBalancer/VirtualServer/Connection/Active'
697
+ unit: "{connection}"
698
- name: netscaler.lbvsvrAvgSvrTTFB
699
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.5
587
- description: Average time to first byte between NetScaler and server
588
- unit: "ms"
589
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
700
+ chart_meta:
701
+ description: Average time to first byte between NetScaler and server
702
+ family: 'Network/LoadBalancer/VirtualServer/Response/TTFB'
703
+ unit: "ms"
704
metric_tags:
591
- - symbol:
705
+ - tag: netscaler_lbvsvr_lb_method
706
+ symbol:
707
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.1
708
name: netscaler.lbvsvrLBMethod
594
- tag: netscaler_lbvsvr_lb_method
709
mapping:
710
1: weighted_round_robin
711
2: least_connections
@@ -614,10 +728,10 @@ metrics:
728
19: lrtm
729
20: call_id_hashed
730
21: api
617
- - symbol:
731
+ - tag: netscaler_lbvsvr_persistance_type
732
+ symbol:
733
OID: 1.3.6.1.4.1.5951.4.1.3.6.1.2
734
name: netscaler.lbvsvrPersistanceType
620
- tag: netscaler_lbvsvr_persistance_type
735
mapping:
736
0: none
737
1: source_ip
@@ -642,23 +756,30 @@ metrics:
756
20: diameter
757
21: fix_session
758
22: user_session
759
+
760
- MIB: NS-ROOT-MIB
761
table:
762
name: serviceGroupTable
763
OID: 1.3.6.1.4.1.5951.4.1.2.11
764
symbols:
650
- - name: netscaler.serviceGroup
651
- constant_value_one: true
652
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
765
+ - OID: 1.3.6.1.4.1.5951.4.1.2.11.1.3
766
+ name: netscaler.svcgrpSvcGroupState
767
+ chart_meta:
768
+ description: The state of the service Group
769
+ family: 'Network/LoadBalancer/ServiceGroup/Status'
770
+ unit: "{status}"
771
+ mapping:
772
+ 0: disabled
773
+ 1: enabled
774
metric_tags:
654
- - symbol:
775
+ - tag: netscaler_svcgrp_svc_group_name
776
+ symbol:
777
name: netscaler.svcgrpSvcGroupName
778
OID: 1.3.6.1.4.1.5951.4.1.2.11.1.1
657
- tag: netscaler_svcgrp_svc_group_name
658
- - symbol:
779
+ - tag: netscaler_svcgrp_svc_group_type
780
+ symbol:
781
name: netscaler.svcgrpSvcGroupType
782
OID: 1.3.6.1.4.1.5951.4.1.2.11.1.2
661
- tag: netscaler_svcgrp_svc_group_type
783
mapping:
784
0: http
785
1: ftp
@@ -718,6 +839,7 @@ metrics:
839
117: mqtt_tls
840
118: quic_bridge
841
120: service_unknown
842
+
843
- MIB: NS-ROOT-MIB
844
table:
845
name: sslCertKeyTable
@@ -725,13 +847,16 @@ metrics:
847
symbols:
848
- name: netscaler.sslDaysToExpire
849
OID: 1.3.6.1.4.1.5951.4.1.1.56.1.1.5
728
- description: Number of days remaining for the certificate to expire
729
- unit: "d"
850
+ chart_meta:
851
+ description: Number of days remaining for the certificate to expire
852
+ family: 'Network/SSL/Certificate/Expiration'
853
+ unit: "d"
854
metric_tags:
731
- - symbol:
855
+ - tag: netscaler_ssl_cert_key_name
856
+ symbol:
857
name: netscaler.sslCertKeyName
858
OID: 1.3.6.1.4.1.5951.4.1.1.56.1.1.1
734
- tag: netscaler_ssl_cert_key_name
859
+
860
- MIB: NS-ROOT-MIB
861
table:
862
name: vserverTable
@@ -739,93 +864,122 @@ metrics:
864
symbols:
865
- name: netscaler.vsvrCurSrvrConnections
866
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.8
742
- description: Number of current connections to the actual servers behind the virtual server
743
- unit: "{connection}"
867
+ chart_meta:
868
+ description: Number of current connections to the actual servers behind the virtual server
869
+ family: 'Network/LoadBalancer/VirtualServer/Connection/Server/Current'
870
+ unit: "{connection}"
871
- name: netscaler.vsvrTotalRequests
872
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.30
746
- metric_type: monotonic_count
747
- description: Total number of requests received on this service or virtual server
748
- unit: "{request}"
873
+ chart_meta:
874
+ description: Total number of requests received on this service or virtual server
875
+ family: 'Network/LoadBalancer/VirtualServer/Request/Total'
876
+ unit: "{request}/s"
877
- name: netscaler.vsvrTotalRequestBytes
878
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.31
751
- metric_type: monotonic_count
752
- description: Total number of request bytes received on this service or virtual server
753
- unit: "By"
879
+ chart_meta:
880
+ description: Total number of request bytes received on this service or virtual server
881
+ family: 'Network/LoadBalancer/VirtualServer/Request/Bytes/Total'
882
+ unit: "By/s"
883
- name: netscaler.vsvrTotalResponses
884
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.32
756
- metric_type: monotonic_count
757
- description: Number of responses received on this service or virtual server
758
- unit: "{response}"
885
+ chart_meta:
886
+ description: Number of responses received on this service or virtual server
887
+ family: 'Network/LoadBalancer/VirtualServer/Response/Total'
888
+ unit: "{response}/s"
889
- name: netscaler.vsvrTotalResponseBytes
890
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.33
761
- metric_type: monotonic_count
762
- description: Number of response bytes received by this service or virtual server
763
- unit: "By"
891
+ chart_meta:
892
+ description: Number of response bytes received by this service or virtual server
893
+ family: 'Network/LoadBalancer/VirtualServer/Response/Bytes/Total'
894
+ unit: "By/s"
895
- name: netscaler.vsvrCurServicesDown
896
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.37
766
- description: Current number of services bound to this vserver and are down
767
- unit: "{service}"
897
+ chart_meta:
898
+ description: Current number of services bound to this vserver and are down
899
+ family: 'Network/LoadBalancer/VirtualServer/Service/Down'
900
+ unit: "{service}"
901
- name: netscaler.vsvrCurServicesUp
902
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.41
770
- description: Current number of services bound to this vserver and are up
771
- unit: "{service}"
903
+ chart_meta:
904
+ description: Current number of services bound to this vserver and are up
905
+ family: 'Network/LoadBalancer/VirtualServer/Service/Up'
906
+ unit: "{service}"
907
- name: netscaler.vsvrRequestRate
908
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.43
774
- description: Request rate in requests per second for this service or virtual server
775
- unit: "1.s"
909
+ chart_meta:
910
+ description: Request rate in requests per second for this service or virtual server
911
+ family: 'Network/LoadBalancer/VirtualServer/Request/Rate'
912
+ unit: "{packet}/s"
913
- name: netscaler.vsvrRxBytesRate
914
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.44
778
- description: Request rate in bytes per second for this service or virtual server
779
- unit: "By/s"
915
+ chart_meta:
916
+ description: Request rate in bytes per second for this service or virtual server
917
+ family: 'Network/LoadBalancer/VirtualServer/Request/Bytes/Rate'
918
+ unit: "By/s"
919
- name: netscaler.vsvrTxBytesRate
920
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.45
782
- description: Response rate in bytes per second for this service or virtual server
783
- unit: "By/s"
921
+ chart_meta:
922
+ description: Response rate in bytes per second for this service or virtual server
923
+ family: 'Network/LoadBalancer/VirtualServer/Response/Bytes/Rate'
924
+ unit: "By/s"
925
- name: netscaler.vsvrSynfloodRate
926
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.46
786
- description: Rate of unacknowledged SYN packets for this service or virtual server
787
- unit: "1.s"
927
+ chart_meta:
928
+ description: Rate of unacknowledged SYN packets for this service or virtual server
929
+ family: 'Network/LoadBalancer/VirtualServer/Attack/SYNFlood/Rate'
930
+ unit: "{packet}/s"
931
- name: netscaler.vsvrTotSpillOvers
932
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.54
790
- metric_type: monotonic_count
791
- description: Number of times vserver experienced spill over
792
- unit: "{spillover}"
933
+ chart_meta:
934
+ description: Number of times vserver experienced spill over
935
+ family: 'Network/LoadBalancer/VirtualServer/Spillover/Total'
936
+ unit: "{spillover}/s"
937
- name: netscaler.vsvrTotalClients
938
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.56
795
- metric_type: monotonic_count
796
- description: Total number of established client connections
797
- unit: "{connection}"
939
+ chart_meta:
940
+ description: Total number of established client connections
941
+ family: 'Network/LoadBalancer/VirtualServer/Connection/Client/Total'
942
+ unit: "{connection}/s"
943
- name: netscaler.vsvrTotalServicesBound
944
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.61
800
- description: Current number of services bound to this vserver
801
- unit: "{service}"
945
+ chart_meta:
946
+ description: Current number of services bound to this vserver
947
+ family: 'Network/LoadBalancer/VirtualServer/Service/Bound'
948
+ unit: "{service}"
949
- name: netscaler.vsvrHealth
950
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.62
804
- description: Percentage of UP services bound to this vserver
805
- unit: "%"
951
+ chart_meta:
952
+ description: Percentage of UP services bound to this vserver
953
+ family: 'Network/LoadBalancer/VirtualServer/Health'
954
+ unit: "%"
955
- name: netscaler.vsvrTotalServers
956
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.65
808
- metric_type: monotonic_count
809
- description: Total number of established server connections
810
- unit: "{connection}"
957
+ chart_meta:
958
+ description: Total number of established server connections
959
+ family: 'Network/LoadBalancer/VirtualServer/Connection/Server/Total'
960
+ unit: "{connection}/s"
961
- name: netscaler.vsvrSoThreshold
962
OID: 1.3.6.1.4.1.5951.4.1.3.1.1.70
813
- description: Spillover threshold for the vserver
814
- unit: "{spillover}"
815
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
816
- metric_tags:
817
- - symbol:
818
- name: netscaler.vsvrFullName
819
- OID: 1.3.6.1.4.1.5951.4.1.3.1.1.59
820
- tag: netscaler_vsvr_full_name
821
- - symbol:
822
- OID: 1.3.6.1.4.1.5951.4.1.3.1.1.66
823
- name: netscaler.vsvrActiveActiveState
824
- tag: netscaler_vsvr_active_active_state
963
+ chart_meta:
964
+ description: Spillover threshold for the vserver
965
+ family: 'Network/LoadBalancer/VirtualServer/Spillover/Threshold'
966
+ unit: "{spillover}"
967
+ - OID: 1.3.6.1.4.1.5951.4.1.3.1.1.66
968
+ name: netscaler.vsvrActiveActiveState
969
+ chart_meta:
970
+ description: The state of the vserver based on ActiveActive configuration
971
+ family: 'Network/LoadBalancer/VirtualServer/Status/ActiveActive'
972
+ unit: "{status}"
973
mapping:
974
0: not_applicable
975
1: active
976
2: backup
977
+ metric_tags:
978
+ - tag: netscaler_vsvr_full_name
979
+ symbol:
980
+ name: netscaler.vsvrFullName
981
+ OID: 1.3.6.1.4.1.5951.4.1.3.1.1.59
982
+
983
- MIB: NS-ROOT-MIB
984
table:
985
name: serviceTable
@@ -833,92 +987,114 @@ metrics:
987
symbols:
988
- name: netscaler.svcAvgTransactionTime
989
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.7
836
- description: Average transaction time between NetScaler and the service
837
- unit: "ms"
990
+ chart_meta:
991
+ description: Average transaction time between NetScaler and the service
992
+ family: 'Network/LoadBalancer/Service/Transaction/Time'
993
+ unit: "ms"
994
- name: netscaler.svcEstablishedConn
995
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.8
840
- description: Total number of connections in established state
841
- unit: "{connection}"
996
+ chart_meta:
997
+ description: Total number of connections in established state
998
+ family: 'Network/LoadBalancer/Service/Connection/Established'
999
+ unit: "{connection}"
1000
- name: netscaler.svcActiveConn
1001
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.9
844
- description: Number of connections currently active
845
- unit: "{connection}"
1002
+ chart_meta:
1003
+ description: Number of connections currently active
1004
+ family: 'Network/LoadBalancer/Service/Connection/Active'
1005
+ unit: "{connection}"
1006
- name: netscaler.svcSurgeCount
1007
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.10
848
- description: Number of requests in the surge queue
849
- unit: "{request}"
1008
+ chart_meta:
1009
+ description: Number of requests in the surge queue
1010
+ family: 'Network/LoadBalancer/Service/Queue/Surge'
1011
+ unit: "{request}"
1012
- name: netscaler.svcTotalRequests
1013
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.30
852
- metric_type: monotonic_count
853
- description: Total number of requests received on this service or virtual server
854
- unit: "{request}"
1014
+ chart_meta:
1015
+ description: Total number of requests received on this service or virtual server
1016
+ family: 'Network/LoadBalancer/Service/Request/Total'
1017
+ unit: "{request}/s"
1018
- name: netscaler.svcTotalRequestBytes
1019
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.31
857
- metric_type: monotonic_count
858
- description: Total number of request bytes received on this service or virtual server
859
- unit: "By"
1020
+ chart_meta:
1021
+ description: Total number of request bytes received on this service or virtual server
1022
+ family: 'Network/LoadBalancer/Service/Request/Bytes/Total'
1023
+ unit: "By/s"
1024
- name: netscaler.svcTotalResponses
1025
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.32
862
- metric_type: monotonic_count
863
- description: Number of responses received on this service or virtual server
864
- unit: "{response}"
1026
+ chart_meta:
1027
+ description: Number of responses received on this service or virtual server
1028
+ family: 'Network/LoadBalancer/Service/Response/Total'
1029
+ unit: "{response}/s"
1030
- name: netscaler.svcTotalResponseBytes
1031
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.33
867
- metric_type: monotonic_count
868
- description: Number of response bytes received by this service or virtual server
869
- unit: "By"
1032
+ chart_meta:
1033
+ description: Number of response bytes received by this service or virtual server
1034
+ family: 'Network/LoadBalancer/Service/Response/Bytes/Total'
1035
+ unit: "By/s"
1036
- name: netscaler.svcTotalPktsRecvd
1037
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.34
872
- metric_type: monotonic_count
873
- description: Total number of packets received by this service or virtual server
874
- unit: "{packet}"
1038
+ chart_meta:
1039
+ description: Total number of packets received by this service or virtual server
1040
+ family: 'Network/LoadBalancer/Service/Packet/In'
1041
+ unit: "{packet}/s"
1042
- name: netscaler.svcTotalPktsSent
1043
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.35
877
- metric_type: monotonic_count
878
- description: Total number of packets sent by this service or virtual server
879
- unit: "{packet}"
1044
+ chart_meta:
1045
+ description: Total number of packets sent by this service or virtual server
1046
+ family: 'Network/LoadBalancer/Service/Packet/Out'
1047
+ unit: "{packet}/s"
1048
- name: netscaler.svcAvgSvrTTFB
1049
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.38
882
- description: Average time to first byte between NetScaler and the server
883
- unit: "ms"
1050
+ chart_meta:
1051
+ description: Average time to first byte between NetScaler and the server
1052
+ family: 'Network/LoadBalancer/Service/Response/TTFB'
1053
+ unit: "ms"
1054
- name: netscaler.svcCurClntConnections
1055
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.41
886
- description: Number of current client connections
887
- unit: "{connection}"
1056
+ chart_meta:
1057
+ description: Number of current client connections
1058
+ family: 'Network/LoadBalancer/Service/Connection/Client/Current'
1059
+ unit: "{connection}"
1060
- name: netscaler.svcRequestRate
1061
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.42
890
- description: Request rate in requests per second for this service or virtual server
891
- unit: "1.s"
1062
+ chart_meta:
1063
+ description: Request rate in requests per second for this service or virtual server
1064
+ family: 'Network/LoadBalancer/Service/Request/Rate'
1065
+ unit: "1/s"
1066
- name: netscaler.svcRxBytesRate
1067
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.43
894
- description: Request rate in bytes per second for this service or virtual server
895
- unit: "By/s"
1068
+ chart_meta:
1069
+ description: Request rate in bytes per second for this service or virtual server
1070
+ family: 'Network/LoadBalancer/Service/Request/Bytes/Rate'
1071
+ unit: "By/s"
1072
- name: netscaler.svcTxBytesRate
1073
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.44
898
- description: Response rate in bytes per second for this service or virtual server
899
- unit: "By/s"
1074
+ chart_meta:
1075
+ description: Response rate in bytes per second for this service or virtual server
1076
+ family: 'Network/LoadBalancer/Service/Response/Bytes/Rate'
1077
+ unit: "By/s"
1078
- name: netscaler.svcActiveTransactions
1079
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.53
902
- description: Number of active transactions handled by this service including surge queue
903
- unit: "{transaction}"
1080
+ chart_meta:
1081
+ description: Number of active transactions handled by this service including surge queue
1082
+ family: 'Network/LoadBalancer/Service/Transaction/Active'
1083
+ unit: "{transaction}"
1084
# TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1085
metric_tags:
906
- - symbol:
1086
+ - tag: netscaler_svc_service_name
1087
+ symbol:
1088
name: netscaler.svcServiceName
1089
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.1
909
- tag: netscaler_svc_service_name
910
- - symbol:
911
- name: netscaler.svcIpAddress
912
- OID: 1.3.6.1.4.1.5951.4.1.2.1.1.2
913
- tag: netscaler_svc_ip_address
914
- - symbol:
915
- name: netscaler.svcPort
916
- OID: 1.3.6.1.4.1.5951.4.1.2.1.1.3
917
- tag: netscaler_svc_port
918
- - symbol:
1090
+ - tag: netscaler_svc_service_full_name
1091
+ symbol:
1092
+ name: netscaler.svcServiceFullName
1093
+ OID: 1.3.6.1.4.1.5951.4.1.2.1.1.54
1094
+ - tag: netscaler_svc_service_type
1095
+ symbol:
1096
name: netscaler.svcServiceType
1097
OID: 1.3.6.1.4.1.5951.4.1.2.1.1.4
921
- tag: netscaler_svc_service_type
1098
mapping:
1099
0: http
1100
1: ftp
@@ -978,18 +1154,26 @@ metrics:
1154
117: mqtt_tls
1155
118: quic_bridge
1156
120: service_unknown
981
- - symbol:
982
- name: netscaler.svcServiceFullName
983
- OID: 1.3.6.1.4.1.5951.4.1.2.1.1.54
984
- tag: netscaler_svc_service_full_name
1157
+
1158
- MIB: NS-ROOT-MIB
1159
table:
1160
name: serverTable
1161
OID: 1.3.6.1.4.1.5951.4.1.2.2
1162
symbols:
990
- - name: netscaler.server
991
- constant_value_one: true
992
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
1163
+ - name: netscaler.serverState
1164
+ OID: 1.3.6.1.4.1.5951.4.1.2.2.1.3
1165
+ chart_meta:
1166
+ description: The state of the server
1167
+ family: 'Network/LoadBalancer/Server/Status'
1168
+ unit: "{status}"
1169
+ mapping:
1170
+ 1: down
1171
+ 2: unknown
1172
+ 3: busy
1173
+ 4: outOfService
1174
+ 5: transitionToOutOfService
1175
+ 7: up
1176
+ 8: transitionToOutOfServiceDown
1177
metric_tags:
1178
- symbol:
1179
name: netscaler.serverName
@@ -999,19 +1183,3 @@ metrics:
1183
name: netscaler.serverIpAddress
1184
OID: 1.3.6.1.4.1.5951.4.1.2.2.1.2
1185
tag: netscaler_server_ip_address
1002
- - symbol:
1003
- OID: 1.3.6.1.4.1.5951.4.1.2.2.1.3
1004
- name: netscaler.serverState
1005
- tag: netscaler_server_state
1006
- mapping:
1007
- 1: down
1008
- 2: unknown
1009
- 3: busy
1010
- 4: out_of_service
1011
- 5: transition_to_out_of_service
1012
- 7: up
1013
- 8: transition_to_out_of_service_down
1014
-# metric_tags:
1015
-# - OID: 1.3.6.1.4.1.5951.4.1.1.11.0
1016
-# symbol: sysHardwareVersionDesc
1017
-# tag: netscaler_sys_hardware_version_desc
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cradlepoint.yaml
+7
-65
@@ -1,61 +1,3 @@
1
-extends:
2
- - _system-base.yaml
3
- - _std-if-mib.yaml
4
-metadata:
5
- device:
6
- fields:
7
- vendor:
8
- value: "Cradlepoint"
9
-
10
-sysobjectid:
11
- - 1.3.6.1.4.1.20992.2.* # Cradlepoint
12
- - 1.3.6.1.4.1.20992.2.1 # Cradlepoint mbr1000
13
- - 1.3.6.1.4.1.20992.2.2 # Cradlepoint ctr500
14
- - 1.3.6.1.4.1.20992.2.3 # Cradlepoint mbr800
15
- - 1.3.6.1.4.1.20992.2.4 # Cradlepoint mbr1100
16
- - 1.3.6.1.4.1.20992.2.5 # Cradlepoint mbr1200
17
- - 1.3.6.1.4.1.20992.2.6 # Cradlepoint mbr900
18
- - 1.3.6.1.4.1.20992.2.7 # Cradlepoint cba250
19
- - 1.3.6.1.4.1.20992.2.8 # Cradlepoint cba750
20
- - 1.3.6.1.4.1.20992.2.9 # Cradlepoint cx111
21
- - 1.3.6.1.4.1.20992.2.10 # Cradlepoint mbr1400
22
- - 1.3.6.1.4.1.20992.2.11 # Cradlepoint mbr1200b
23
- - 1.3.6.1.4.1.20992.2.12 # Cradlepoint cbr400
24
- - 1.3.6.1.4.1.20992.2.13 # Cradlepoint cbr450
25
- - 1.3.6.1.4.1.20992.2.14 # Cradlepoint ibr600
26
- - 1.3.6.1.4.1.20992.2.15 # Cradlepoint ibr650
27
- - 1.3.6.1.4.1.20992.2.16 # Cradlepoint mbr1400v2
28
- - 1.3.6.1.4.1.20992.2.17 # Cradlepoint cba750b
29
- - 1.3.6.1.4.1.20992.2.18 # Cradlepoint aer2100
30
- - 1.3.6.1.4.1.20992.2.19 # Cradlepoint ibr1150
31
- - 1.3.6.1.4.1.20992.2.20 # Cradlepoint ibr1100
32
- - 1.3.6.1.4.1.20992.2.21 # Cradlepoint cba850
33
- - 1.3.6.1.4.1.20992.2.22 # Cradlepoint ibr350
34
- - 1.3.6.1.4.1.20992.2.23 # Cradlepoint aer3100
35
- - 1.3.6.1.4.1.20992.2.24 # Cradlepoint aer1600
36
- - 1.3.6.1.4.1.20992.2.25 # Cradlepoint ibr650b
37
- - 1.3.6.1.4.1.20992.2.26 # Cradlepoint aer3150
38
- - 1.3.6.1.4.1.20992.2.27 # Cradlepoint aer1650
39
- - 1.3.6.1.4.1.20992.2.28 # Cradlepoint aer2150
40
- - 1.3.6.1.4.1.20992.2.29 # Cradlepoint ibr600b
41
- - 1.3.6.1.4.1.20992.2.30 # Cradlepoint ibr950
42
- - 1.3.6.1.4.1.20992.2.31 # Cradlepoint ibr900
43
- - 1.3.6.1.4.1.20992.2.32 # Cradlepoint ibr650c
44
- - 1.3.6.1.4.1.20992.2.33 # Cradlepoint ibr600c
45
- - 1.3.6.1.4.1.20992.2.34 # Cradlepoint ibr1700
46
- - 1.3.6.1.4.1.20992.2.35 # Cradlepoint aer2200
47
- - 1.3.6.1.4.1.20992.2.36 # Cradlepoint aer2250
48
- - 1.3.6.1.4.1.20992.2.37 # Cradlepoint ap22
49
- - 1.3.6.1.4.1.20992.2.38 # Cradlepoint ibr200
50
- - 1.3.6.1.4.1.20992.2.39 # Cradlepoint ibr250
51
- - 1.3.6.1.4.1.20992.2.40 # Cradlepoint ibr900-fips
52
- - 1.3.6.1.4.1.20992.2.41 # Cradlepoint ibr950-fips
53
- - 1.3.6.1.4.1.20992.2.42 # Cradlepoint ibr1700-fips
54
- - 1.3.6.1.4.1.20992.2.43 # Cradlepoint aer2200-fips
55
- - 1.3.6.1.4.1.20992.2.44 # Cradlepoint aer2250-fips
56
- - 1.3.6.1.4.1.20992.2.45 # Cradlepoint cr4250
57
- - 1.3.6.1.4.1.20992.2.46 # Cradlepoint cba550
58
-
1
metrics:
2
- MIB: WIPIPE-MIB
3
table:
@@ -66,43 +8,43 @@ metrics:
8
OID: 1.3.6.1.4.1.20992.1.2.2.1.4
9
chart_meta:
10
description: The cellular modems signal strength, given in dBm's.
69
- family: 'Cellular/Modem/Signal/Strength'
11
+ family: 'Network/Cellular/Modem/Signal/Strength'
12
unit: "dBm"
13
- name: cradlepoint.mdmECIO
14
OID: 1.3.6.1.4.1.20992.1.2.2.1.6
15
chart_meta:
16
description: The cellular modems Ec/Io ratio given in dBm's.
75
- family: 'Cellular/Modem/Signal/ECIO'
17
+ family: 'Network/Cellular/Modem/Signal/ECIO'
18
unit: "dBm"
19
- name: cradlepoint.mdmCINR
20
OID: 1.3.6.1.4.1.20992.1.2.2.1.12
21
chart_meta:
22
description: The cellular modems CINR ratio given in dBm's.
81
- family: 'Cellular/Modem/Signal/CINR'
23
+ family: 'Network/Cellular/Modem/Signal/CINR'
24
unit: "dBm"
25
- name: cradlepoint.mdmSINR
26
OID: 1.3.6.1.4.1.20992.1.2.2.1.13
27
chart_meta:
28
description: The cellular modems SINR ratio given in dBm's.
87
- family: 'Cellular/Modem/Signal/SINR'
29
+ family: 'Network/Cellular/Modem/Signal/SINR'
30
unit: "dBm"
31
- name: cradlepoint.mdmRSRP
32
OID: 1.3.6.1.4.1.20992.1.2.2.1.14
33
chart_meta:
34
description: The cellular modems RSRP given in dBm's.
93
- family: 'Cellular/Modem/Signal/RSRP'
35
+ family: 'Network/Cellular/Modem/Signal/RSRP'
36
unit: "dBm"
37
- name: cradlepoint.mdmRSRQ
38
OID: 1.3.6.1.4.1.20992.1.2.2.1.15
39
chart_meta:
40
description: The cellular modems RSRQ given in dBm's.
99
- family: 'Cellular/Modem/Signal/RSRQ'
41
+ family: 'Network/Cellular/Modem/Signal/RSRQ'
42
unit: "dBm"
43
- OID: 1.3.6.1.4.1.20992.1.2.2.1.5
44
name: cradlepoint.mdmStatus
45
chart_meta:
46
description: Modem Status
105
- family: 'Cellular/Modem/Connection/Status'
47
+ family: 'Network/Cellular/Modem/Status/Connection'
48
unit: "{status}"
49
mapping:
50
1: established
src/go/plugin/go.d/config/go.d/snmp.profiles/default/cyberpower-pdu.yaml
+69
-60
@@ -1,6 +1,8 @@
1
extends:
2
- _system-base.yaml
3
4
+sysobjectid: 1.3.6.1.4.1.3808.1.1.*
5
+
6
metadata:
7
device:
8
fields:
@@ -9,7 +11,22 @@ metadata:
11
type:
12
value: PDU
13
12
-sysobjectid: 1.3.6.1.4.1.3808.1.1.*
14
+metric_tags:
15
+ - OID: 1.3.6.1.4.1.3808.1.1.3.1.1.0
16
+ symbol: ePDUIdentName
17
+ tag: e_pdu_ident_name
18
+ - tag: e_pdu_ident_model_number
19
+ OID: 1.3.6.1.4.1.3808.1.1.3.1.5.0
20
+ symbol: ePDUIdentModelNumber
21
+ - tag: e_pdu_ident_serial_number
22
+ OID: 1.3.6.1.4.1.3808.1.1.3.1.6.0
23
+ symbol: ePDUIdentSerialNumber
24
+ - OID: 1.3.6.1.4.1.3808.1.1.4.1.1.0
25
+ symbol: envirIdentName
26
+ tag: envir_ident_name
27
+ - OID: 1.3.6.1.4.1.3808.1.1.4.1.2.0
28
+ symbol: envirIdentLocation
29
+ tag: envir_ident_location
30
31
metrics:
32
- MIB: CPS-MIB
@@ -21,12 +38,14 @@ metrics:
38
name: cyberpower.ePDULoadStatusLoad
39
chart_meta:
40
description: "Phase/bank load"
24
- family: 'Load/Current'
41
+ family: 'PowerFlow/Load/Current'
42
unit: "dA"
43
- OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3
44
name: ePDULoadStatusLoadState
28
- family: 'Load/Status'
29
- unit: "{status}"
45
+ chart_meta:
46
+ description: "Load state"
47
+ family: 'PowerFlow/Load/Status'
48
+ unit: "{status}"
49
mapping:
50
1: LoadNormal
51
2: LoadLow
@@ -36,25 +55,25 @@ metrics:
55
name: cyberpower.ePDULoadStatusVoltage
56
chart_meta:
57
description: "Phase/bank voltage measured"
39
- family: 'Voltage/Value'
58
+ family: 'PowerFlow/Voltage/Value'
59
unit: "dV"
60
- OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.7
61
name: cyberpower.ePDULoadStatusActivePower
62
chart_meta:
63
description: "Phase/bank active power"
45
- family: 'Power/Active'
64
+ family: 'PowerFlow/Power/Active'
65
unit: "W"
66
- OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.8
67
name: cyberpower.ePDULoadStatusApparentPower
68
chart_meta:
69
description: "Phase/bank apparent power"
51
- family: 'Power/Apparent'
70
+ family: 'PowerFlow/Power/Apparent'
71
unit: "VA"
72
- OID: 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.9
73
name: cyberpower.ePDULoadStatusPowerFactor
74
chart_meta:
75
description: "Power factor of the output"
57
- family: 'Power/Factor'
76
+ family: 'PowerFlow/Power/Factor'
77
unit: "%"
78
metric_tags:
79
- symbol:
@@ -70,7 +89,7 @@ metrics:
89
name: ePDULoadBankConfigAlarm
90
chart_meta:
91
description: Bank Alarm
73
- family: 'Bank/Alarm/Status'
92
+ family: 'PowerFlow/Bank/Alarm/Status'
93
unit: "{status}"
94
mapping:
95
1: noLoadAlarm
@@ -91,19 +110,19 @@ metrics:
110
name: cyberpower.ePDUOutletStatusLoad
111
chart_meta:
112
description: "Measured Outlet load for an Outlet Monitored Rack PDU"
94
- family: 'Outlet/Load/Current'
113
+ family: 'PowerFlow/Outlet/Load/Current'
114
unit: "dA"
115
- OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.8
116
name: cyberpower.ePDUOutletStatusActivePower
117
chart_meta:
118
description: "Measured Outlet load for an Outlet Monitored Rack PDU"
100
- family: 'Outlet/Power/Active'
119
+ family: 'PowerFlow/Outlet/Power/Active'
120
unit: "W"
121
- OID: 1.3.6.1.4.1.3808.1.1.3.3.5.1.1.4
122
name: ePDUOutletStatusOutletState
123
chart_meta:
124
description: Outlet state
106
- family: 'Outlet/Operational/Status'
125
+ family: 'PowerFlow/Outlet/Status/Operational'
126
unit: "{status}"
127
mapping:
128
1: outletStatusOn
@@ -112,7 +131,7 @@ metrics:
131
name: ePDUOutletStatusAlarm
132
chart_meta:
133
description: Outlet Alarm
115
- family: 'Outlet/Alarm/Status'
134
+ family: 'PowerFlow/Outlet/Alarm/Status'
135
unit: "{status}"
136
mapping:
137
1: noLoadAlarm
@@ -134,7 +153,7 @@ metrics:
153
name: ePDUPowerSupply1Status
154
chart_meta:
155
description: Power Supply 1 Status
137
- family: 'PowerSupply/1/Operational/Status'
156
+ family: 'Hardware/Power/Status/Supply1'
157
unit: "{status}"
158
mapping:
159
1: powerSupplyOneOk
@@ -145,7 +164,7 @@ metrics:
164
name: ePDUPowerSupply2Status
165
chart_meta:
166
description: Power Supply 2 Status
148
- family: 'PowerSupply/2/Operational/Status'
167
+ family: 'Hardware/Power/Status/Supply2'
168
unit: "{status}"
169
mapping:
170
1: powerSupplyTwoOk
@@ -155,8 +174,10 @@ metrics:
174
symbol:
175
OID: 1.3.6.1.4.1.3808.1.1.3.4.1.3
176
name: ePDUPowerSupplyAlarm
158
- description: Power Supply Alarm
159
- family: 'PowerSupply/Alarm/Status'
177
+ chart_meta:
178
+ description: Power Supply Alarm
179
+ family: 'Hardware/Power/Alarm/Status'
180
+ unit: "{status}"
181
mapping:
182
1: allAvailablePowerSuppliesOK
183
2: powerSupplyOneFailed
@@ -175,7 +196,7 @@ metrics:
196
name: ePDUStatusBankState
197
chart_meta:
198
description: Bank load state
178
- family: 'Bank/Load/Status'
199
+ family: 'PowerFlow/Bank/Load/Status'
200
unit: "{status}"
201
mapping:
202
1: bankLoadNormal
@@ -200,7 +221,7 @@ metrics:
221
name: ePDUStatusPhaseState
222
chart_meta:
223
description: Phase load state
203
- family: 'Phase/Load/Status'
224
+ family: 'PowerFlow/Phase/Load/Status'
225
unit: "{status}"
226
mapping:
227
1: phase_load_normal
@@ -225,7 +246,7 @@ metrics:
246
name: ePDUStatusOutletState
247
chart_meta:
248
description: Outlet load state
228
- family: 'Outlet/Load/Status'
249
+ family: 'PowerFlow/Outlet/Load/Status'
250
unit: "{status}"
251
mapping:
252
1: outletLoadNormal
@@ -247,7 +268,7 @@ metrics:
268
name: cyberpower.ePDUStatusInputVoltage
269
chart_meta:
270
description: "Input voltage"
250
- family: 'Input/Voltage/Value'
271
+ family: 'PowerFlow/Input/Voltage/Value'
272
unit: "dV"
273
- MIB: CPS-MIB
274
symbol:
@@ -255,7 +276,7 @@ metrics:
276
name: cyberpower.ePDUStatusInputFrequency
277
chart_meta:
278
description: "Input frequency"
258
- family: 'Input/Frequency/Value'
279
+ family: 'PowerFlow/Input/Frequency/Value'
280
unit: "dHz"
281
- MIB: CPS-MIB
282
table:
@@ -266,31 +287,31 @@ metrics:
287
name: cyberpower.ePDU2DeviceStatusCurrentLoad
288
chart_meta:
289
description: "Power consumption of the Rack PDU load"
269
- family: 'Rack/Load/Current'
290
+ family: 'PowerFlow/Rack/Load/Current'
291
unit: "dA"
292
- OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.6
293
name: cyberpower.ePDU2DeviceStatusCurrentPeakLoad
294
chart_meta:
295
description: "Peak power consumption of the Rack PDU load"
275
- family: 'Rack/Load/Current/Peak'
296
+ family: 'PowerFlow/Rack/Load/Current/Peak'
297
unit: "dA/s"
298
- OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.15
299
name: cyberpower.ePDU2DeviceStatusApparentPower
300
chart_meta:
301
description: "Apparent power consumption of the Rack PDU load"
281
- family: 'Rack/Power/Apparent'
302
+ family: 'PowerFlow/Rack/Power/Apparent'
303
unit: "VA"
304
- OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.16
305
name: cyberpower.ePDU2DeviceStatusPowerFactor
306
chart_meta:
307
description: "Power factor of the Rack PDU load"
287
- family: 'Rack/Power/Factor'
308
+ family: 'PowerFlow/Rack/Power/Factor'
309
unit: "%"
310
- OID: 1.3.6.1.4.1.3808.1.1.6.3.4.1.17
311
name: ePDU2DeviceStatusRoleType
312
chart_meta:
313
description: Rack PDU role on Daisy Chain group
293
- family: 'Rack/Role/Status'
314
+ family: 'System/Rack/Role/Status'
315
unit: "{status}"
316
mapping:
317
1: standalone
@@ -300,7 +321,7 @@ metrics:
321
name: ePDU2DeviceStatusLoadState
322
chart_meta:
323
description: Rack PDU load state
303
- family: 'Rack/Load/Status'
324
+ family: 'PowerFlow/Rack/Load/Status'
325
unit: "{status}"
326
mapping:
327
1: noLoadAlarm
@@ -312,7 +333,7 @@ metrics:
333
name: ePDU2DeviceStatusPowerSupplyAlarm
334
chart_meta:
335
description: Rack PDU Power Supply alarm
315
- family: 'Rack/PowerSupply/Alarm/Status'
336
+ family: 'Hardware/Power/Alarm/Status'
337
unit: "{status}"
338
mapping:
339
1: normal
@@ -321,7 +342,7 @@ metrics:
342
name: ePDU2DeviceStatusPowerSupply1Status
343
chart_meta:
344
description: Rack PDU Power Supply 1 alarm
324
- family: 'Rack/PowerSupply/1/Alarm/Status'
345
+ family: 'Hardware/Power/Status/Supply1'
346
unit: "{status}"
347
mapping:
348
1: normal
@@ -330,7 +351,7 @@ metrics:
351
name: ePDU2DeviceStatusPowerSupply2Status
352
chart_meta:
353
description: Rack PDU Power Supply 2 alarm
333
- family: 'Rack/PowerSupply/2/Alarm/Status'
354
+ family: 'Hardware/Power/Status/Supply2'
355
unit: "{status}"
356
mapping:
357
1: normal
@@ -353,42 +374,44 @@ metrics:
374
name: cyberpower.ePDU2PhaseStatusLoad
375
chart_meta:
376
description: "Current draw of the load on the Rack PDU phase"
356
- family: 'Rack/Phase/Load/Current'
377
+ family: 'PowerFlow/Rack/Phase/Load/Current'
378
unit: "dA"
379
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.6
380
name: cyberpower.ePDU2PhaseStatusVoltage
381
chart_meta:
382
description: "Voltage of the Rack PDU phase"
362
- family: 'Rack/Phase/Voltage/Value'
383
+ family: 'PowerFlow/Rack/Phase/Voltage/Value'
384
unit: "V"
385
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.7
386
name: cyberpower.ePDU2PhaseStatusPower
387
chart_meta:
388
description: "Load power consumed on the Rack PDU phase"
368
- family: 'Rack/Phase/Power/Active'
389
+ family: 'PowerFlow/Rack/Phase/Power/Active'
390
unit: "kW"
391
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.8
392
name: cyberpower.ePDU2PhaseStatusApparentPower
393
chart_meta:
394
description: "Load apparent power consumed on the Rack PDU phase"
374
- family: 'Rack/Phase/Power/Apparent'
395
+ family: 'PowerFlow/Rack/Phase/Power/Apparent'
396
unit: "mkVA"
397
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.9
398
name: cyberpower.ePDU2PhaseStatusPowerFactor
399
chart_meta:
400
description: "Load power factor of the Rack PDU phase"
380
- family: 'Rack/Phase/Power/Factor'
401
+ family: 'PowerFlow/Rack/Phase/Power/Factor'
402
unit: "%"
403
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.10
404
name: cyberpower.ePDU2PhaseStatusPeakLoad
405
chart_meta:
406
description: "Peak current of the Rack PDU phase load in tenths of Amps"
386
- family: 'Rack/Phase/Load/Current/Peak'
407
+ family: 'PowerFlow/Rack/Phase/Load/Current/Peak'
408
unit: "dA/s"
409
- OID: 1.3.6.1.4.1.3808.1.1.6.4.4.1.4
410
name: ePDU2PhaseStatusLoadState
390
- description:
391
- family: 'Rack/Phase/Load/Status'
411
+ chart_meta:
412
+ description: "Phase load state"
413
+ family: 'PowerFlow/Rack/Phase/Load/Status'
414
+ unit: "{status}"
415
mapping:
416
# this was wrong by DD
417
1: lowLoad
@@ -409,18 +432,20 @@ metrics:
432
name: cyberpower.ePDU2BankStatusLoad
433
chart_meta:
434
description: "Current draw of the load on the Rack PDU bank"
412
- family: 'Rack/Bank/Load/Current'
435
+ family: 'PowerFlow/Rack/Bank/Load/Current'
436
unit: "dA"
437
- OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.6
438
name: cyberpower.ePDU2BankStatusPeakLoad
439
chart_meta:
440
description: "Peak current of the Rack PDU bank load in tenths of Amps"
418
- family: 'Rack/Bank/Load/Current/Peak'
441
+ family: 'PowerFlow/Rack/Bank/Load/Current/Peak'
442
unit: "dA/s"
443
- OID: 1.3.6.1.4.1.3808.1.1.6.5.4.1.4
444
name: ePDU2BankStatusLoadState
422
- description: Load status of the Rack PDU bank
423
- family: 'Rack/Bank/Load/Status'
445
+ chart_meta:
446
+ description: Load status of the Rack PDU bank
447
+ family: 'PowerFlow/Rack/Bank/Load/Status'
448
+ unit: "{status}"
449
# this was wrong by DD
450
mapping:
451
1: lowLoad
@@ -443,7 +468,7 @@ metrics:
468
name: ePDU2OutletSwitchedStatusState
469
chart_meta:
470
description: Switch state of the Rack PDU switched outlet
446
- family: 'Rack/Outlet/Switched/Status'
471
+ family: 'PowerFlow/Rack/Outlet/Switched/Status'
472
unit: "{status}"
473
mapping:
474
1: outletStatusOn
@@ -481,19 +506,3 @@ metrics:
506
description: "Environment relative humidity expressed in percentage"
507
family: 'Environment/Humidity/Value'
508
unit: "%"
484
-metric_tags:
485
- - OID: 1.3.6.1.4.1.3808.1.1.3.1.1.0
486
- symbol: ePDUIdentName
487
- tag: e_pdu_ident_name
488
- - tag: e_pdu_ident_model_number
489
- OID: 1.3.6.1.4.1.3808.1.1.3.1.5.0
490
- symbol: ePDUIdentModelNumber
491
- - tag: e_pdu_ident_serial_number
492
- OID: 1.3.6.1.4.1.3808.1.1.3.1.6.0
493
- symbol: ePDUIdentSerialNumber
494
- - OID: 1.3.6.1.4.1.3808.1.1.4.1.1.0
495
- symbol: envirIdentName
496
- tag: envir_ident_name
497
- - OID: 1.3.6.1.4.1.3808.1.1.4.1.2.0
498
- symbol: envirIdentLocation
499
- tag: envir_ident_location
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-emc-data-domain.yaml
+46
-46
@@ -48,7 +48,7 @@ metrics:
48
name: memory.total
49
OID: 1.3.6.1.2.1.25.2.3.1.5.1
50
chart_meta:
51
- family: 'Memory/Total'
51
+ family: 'System/Memory/Total'
52
description: Size of the storage represented by this entry in units of hrStorageAllocationUnits
53
unit: "By"
54
- MIB: HOST-RESOURCES-MIB
@@ -56,7 +56,7 @@ metrics:
56
name: memory.used
57
OID: 1.3.6.1.2.1.25.2.3.1.6.1
58
chart_meta:
59
- family: 'Memory/Used'
59
+ family: 'System/Memory/Used'
60
description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
61
unit: "By"
62
- MIB: HOST-RESOURCES-MIB
@@ -64,7 +64,7 @@ metrics:
64
OID: 1.3.6.1.2.1.25.2.3.1.6.6 # hrStorageUsed.6 = Memory buffers
65
name: hrMemoryBuffers
66
chart_meta:
67
- family: 'Memory/Buffers'
67
+ family: 'System/Memory/Buffers'
68
description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
69
unit: "By"
70
- MIB: HOST-RESOURCES-MIB
@@ -72,7 +72,7 @@ metrics:
72
OID: 1.3.6.1.2.1.25.2.3.1.6.7 # hrStorageUsed.7 = Cached memory
73
name: hrCachedMemory
74
chart_meta:
75
- family: 'Memory/Cached'
75
+ family: 'System/Memory/Cached'
76
description: Amount of the storage represented by this entry that is allocated in units of hrStorageAllocationUnits
77
unit: "By"
78
- MIB: DATA-DOMAIN-MIB
@@ -80,7 +80,7 @@ metrics:
80
name: fileSystemStatus
81
OID: 1.3.6.1.4.1.19746.1.3.1.1.0
82
chart_meta:
83
- family: 'FileSystem/Status'
83
+ family: 'Storage/FileSystem/Status'
84
description: Status of the file system
85
unit: "{status}"
86
mapping:
@@ -96,7 +96,7 @@ metrics:
96
name: datadomain.fileSystemVirtualSpace
97
OID: 1.3.6.1.4.1.19746.1.3.1.2.0
98
chart_meta:
99
- family: 'FileSystem/VirtualSpace'
99
+ family: 'Storage/FileSystem/VirtualSpace'
100
description: Amount of uncompressed data that has been backed up by the system
101
unit: "By"
102
@@ -108,7 +108,7 @@ metrics:
108
- OID: 1.3.6.1.4.1.19746.1.1.1.1.1.1.4
109
name: powerModuleStatus
110
chart_meta:
111
- family: 'PowerModule/Status'
111
+ family: 'Hardware/Power/Module/Status'
112
description: Status of the power module
113
unit: "{status}"
114
mapping:
@@ -132,7 +132,7 @@ metrics:
132
- OID: 1.3.6.1.4.1.19746.1.1.2.1.1.1.6
133
name: tempSensorStatus
134
chart_meta:
135
- family: 'Sensor/Temperature/Status'
135
+ family: 'Hardware/Sensor/Temperature/Status'
136
description: Status of the temperature sensor
137
unit: "{status}"
138
mapping:
@@ -155,7 +155,7 @@ metrics:
155
- OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.6
156
name: fanStatus
157
chart_meta:
158
- family: 'Fan/Status'
158
+ family: 'Hardware/Fan/Status'
159
description: Status of the fan
160
unit: "{status}"
161
mapping:
@@ -165,7 +165,7 @@ metrics:
165
- OID: 1.3.6.1.4.1.19746.1.1.3.1.1.1.5
166
name: fanLevel
167
chart_meta:
168
- family: 'Fan/Level'
168
+ family: 'Hardware/Fan/Level'
169
description: Speed level of the fan
170
unit: "{status}"
171
mapping:
@@ -188,34 +188,34 @@ metrics:
188
OID: 1.3.6.1.4.1.19746.1.3.2.1.1.4
189
scale_factor: 1073741824 # GB => bytes
190
chart_meta:
191
- family: 'FileSystem/Space/Total'
191
+ family: 'Storage/FileSystem/Space/Total'
192
description: Size of the file system resource in gigabytes
193
unit: "By"
194
- name: datadomain.fileSystemSpaceUsed
195
OID: 1.3.6.1.4.1.19746.1.3.2.1.1.5
196
scale_factor: 1073741824 # GB => bytes
197
chart_meta:
198
- family: 'FileSystem/Space/Used'
198
+ family: 'Storage/FileSystem/Space/Used'
199
description: Amount of used space within the file system resource in gigabytes
200
unit: "By"
201
- name: datadomain.fileSystemSpaceAvail
202
OID: 1.3.6.1.4.1.19746.1.3.2.1.1.6
203
scale_factor: 1073741824 # GB => bytes
204
chart_meta:
205
- family: 'FileSystem/Space/Available'
205
+ family: 'Storage/FileSystem/Space/Available'
206
description: Amount of available space within the file system resource in gigabytes
207
unit: "By"
208
- name: datadomain.fileSystemPercentUsed
209
OID: 1.3.6.1.4.1.19746.1.3.2.1.1.7
210
chart_meta:
211
- family: 'FileSystem/Space/Usage'
211
+ family: 'Storage/FileSystem/Space/Usage'
212
description: Percentage of used space within the file system resource
213
unit: "%"
214
- name: datadomain.fileSystemSpaceCleanable
215
OID: 1.3.6.1.4.1.19746.1.3.2.1.1.8
216
scale_factor: 1073741824 # GB => bytes
217
chart_meta:
218
- family: 'FileSystem/Space/Cleanable'
218
+ family: 'Storage/FileSystem/Space/Cleanable'
219
description: Amount of file system space that can be cleaned
220
unit: "By"
221
metric_tags:
@@ -236,49 +236,49 @@ metrics:
236
- name: datadomain.fileSystemCompressionStartTime
237
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.3
238
chart_meta:
239
- family: 'FileSystem/Compression/Time/Start'
239
+ family: 'Storage/FileSystem/Compression/Time/Start'
240
description: Start time of file system compression
241
unit: "s"
242
- name: datadomain.fileSystemCompressionEndTime
243
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.4
244
chart_meta:
245
- family: 'FileSystem/Compression/Time/End'
245
+ family: 'Storage/FileSystem/Compression/Time/End'
246
description: End time of file system compression
247
unit: "s"
248
- name: datadomain.fileSystemPreCompressionSize
249
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.5
250
chart_meta:
251
- family: 'FileSystem/Compression/Size/Before'
251
+ family: 'Storage/FileSystem/Compression/Size/Before'
252
description: Size of file system before compression
253
unit: "By"
254
- name: datadomain.fileSystemPostCompressionSize
255
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.6
256
chart_meta:
257
- family: 'FileSystem/Compression/Size/After'
257
+ family: 'Storage/FileSystem/Compression/Size/After'
258
description: Size of file system after compression
259
unit: "By"
260
- name: datadomain.fileSystemGlobalCompressionFactor
261
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.7
262
chart_meta:
263
- family: 'FileSystem/Compression/Factor/Global'
263
+ family: 'Storage/FileSystem/Compression/Factor/Global'
264
description: Global compression factor of the file system
265
unit: "1"
266
- name: datadomain.fileSystemLocalCompressionFactor
267
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.8
268
chart_meta:
269
- family: 'FileSystem/Compression/Factor/Local'
269
+ family: 'Storage/FileSystem/Compression/Factor/Local'
270
description: Local compression factor of the file system
271
unit: "1"
272
- name: datadomain.fileSystemTotalCompressionFactor
273
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.9
274
chart_meta:
275
- family: 'FileSystem/Compression/Factor/Total'
275
+ family: 'Storage/FileSystem/Compression/Factor/Total'
276
description: Total compression factor of the file system
277
unit: "1"
278
- name: datadomain.fileSystemReductionPercent1
279
OID: 1.3.6.1.4.1.19746.1.3.3.1.1.11
280
chart_meta:
281
- family: 'FileSystem/Compression/Reduction'
281
+ family: 'Storage/FileSystem/Compression/Reduction'
282
description: Percentage reduction of the file system size due to compression
283
unit: "%"
284
metric_tags:
@@ -295,97 +295,97 @@ metrics:
295
- name: cpu.usage
296
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.2
297
chart_meta:
298
- family: 'CPU/Usage'
298
+ family: 'System/CPU/Usage'
299
description: CPU 0 percentage busy
300
unit: "%"
301
- name: datadomain.cpuMaxPercentageBusy
302
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.3
303
chart_meta:
304
- family: 'CPU/Usage/Maximum'
304
+ family: 'System/CPU/Usage/Maximum'
305
description: CPU 1 percentage busy
306
unit: "%"
307
- name: datadomain.nfsOpsPerSecond
308
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.4
309
chart_meta:
310
- family: 'NFS/Operation/Rate'
310
+ family: 'Storage/NFS/Operation/Rate'
311
description: Number of NFS operations performed per second
312
unit: "{operation}/s"
313
- name: datadomain.nfsIdlePercentage
314
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.5
315
chart_meta:
316
- family: 'NFS/Time/Idle'
316
+ family: 'Storage/NFS/Time/Idle'
317
description: Percentage of time NFS was idle
318
unit: "%"
319
- name: datadomain.nfsProcPercentage
320
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.6
321
chart_meta:
322
- family: 'NFS/Time/Processing'
322
+ family: 'Storage/NFS/Time/Processing'
323
description: Percentage of time NFS was processing
324
unit: "%"
325
- name: datadomain.nfsSendPercentage
326
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.7
327
chart_meta:
328
- family: 'NFS/Time/Send'
328
+ family: 'Storage/NFS/Time/Send'
329
description: Percentage of time NFS was sending requests
330
unit: "%"
331
- name: datadomain.nfsReceivePercentage
332
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.8
333
chart_meta:
334
- family: 'NFS/Time/Receive'
334
+ family: 'Storage/NFS/Time/Receive'
335
description: Percentage of time NFS was receiving requests
336
unit: "%"
337
- name: datadomain.cifsOpsPerSecond
338
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.9
339
chart_meta:
340
- family: 'CIFS/Operation/Rate'
340
+ family: 'Storage/CIFS/Operation/Rate'
341
description: Number of CIFS operations performed per second
342
unit: "{operation}/s"
343
- name: datadomain.diskReadKBytesPerSecond
344
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.10
345
scale_factor: 1024
346
chart_meta:
347
- family: 'Disk/Throughput/Read'
347
+ family: 'System/Disk/Throughput/Read'
348
description: Number of kilobytes per second read from disk
349
unit: "By/s"
350
- name: datadomain.diskWriteKBytesPerSecond
351
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.11
352
scale_factor: 1024
353
chart_meta:
354
- family: 'Disk/Throughput/Write'
354
+ family: 'System/Disk/Throughput/Write'
355
description: Number of kilobytes per second written to disk
356
unit: "By/s"
357
- name: datadomain.diskBusyPercentage
358
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.12
359
chart_meta:
360
- family: 'Disk/Usage'
360
+ family: 'System/Disk/Usage'
361
description: Percentage of time disks were busy
362
unit: "%"
363
- name: datadomain.nvramReadKBytesPerSecond
364
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.13
365
scale_factor: 1024
366
chart_meta:
367
- family: 'NVRAM/Throughput/Read'
367
+ family: 'Hardware/NVRAM/Throughput/Read'
368
description: Number of kilobytes read per second from NVRAM
369
unit: "By/s"
370
- name: datadomain.nvramWriteKBytesPerSecond
371
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.14
372
scale_factor: 1024
373
chart_meta:
374
- family: 'NVRAM/Throughput/Write'
374
+ family: 'Hardware/NVRAM/Throughput/Write'
375
description: Number of kilobytes written per second to NVRAM
376
unit: "By/s"
377
- name: datadomain.replInKBytesPerSecond
378
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.15
379
scale_factor: 1024
380
chart_meta:
381
- family: 'Replication/Throughput/In'
381
+ family: 'Storage/Replication/Throughput/In'
382
description: Number of kilobytes per second received for replication
383
unit: "By/s"
384
- name: datadomain.replOutKBytesPerSecond
385
OID: 1.3.6.1.4.1.19746.1.5.1.1.1.16
386
scale_factor: 1024
387
chart_meta:
388
- family: 'Replication/Throughput/Out'
388
+ family: 'Storage/Replication/Throughput/Out'
389
description: Number of kilobytes per second sent for replication
390
unit: "By/s"
391
metric_tags:
@@ -402,7 +402,7 @@ metrics:
402
- OID: 1.3.6.1.4.1.19746.1.6.1.1.1.8
403
name: diskPropState
404
chart_meta:
405
- family: 'Disk/Status'
405
+ family: 'Hardware/Disk/Status'
406
description: State of the disk
407
unit: "{status}"
408
mapping:
@@ -452,32 +452,32 @@ metrics:
452
- name: datadomain.diskSectorsRead
453
OID: 1.3.6.1.4.1.19746.1.6.2.1.1.3
454
chart_meta:
455
- family: 'Disk/Sector/Read'
455
+ family: 'System/Disk/Sector/Read'
456
description: Number of disk sectors read per second
457
- unit: "{disk_sector}/s"
457
+ unit: "{sector}/s"
458
- name: datadomain.diskSectorsWritten
459
OID: 1.3.6.1.4.1.19746.1.6.2.1.1.4
460
chart_meta:
461
- family: 'Disk/Sector/Write'
461
+ family: 'System/Disk/Sector/Write'
462
description: Number of disk sectors written per second
463
- unit: "{disk_sector}/s"
463
+ unit: "{sector}/s"
464
- name: datadomain.diskTotalKBytes
465
OID: 1.3.6.1.4.1.19746.1.6.2.1.1.5
466
scale_factor: 1024
467
chart_meta:
468
- family: 'Disk/Throughput/Total'
468
+ family: 'System/Disk/Throughput/Total'
469
description: Total number of kilobytes read or written per second
470
unit: "By/s"
471
- name: datadomain.diskBusy
472
OID: 1.3.6.1.4.1.19746.1.6.2.1.1.6
473
chart_meta:
474
- family: 'Disk/Busy'
474
+ family: 'System/Disk/Busy'
475
description: Percentage of time disk is busy
476
unit: "%"
477
- OID: 1.3.6.1.4.1.19746.1.6.2.1.1.7
478
name: diskPerfState
479
chart_meta:
480
- family: 'Disk/Performance/Status'
480
+ family: 'Hardware/Disk/Performance/Status'
481
description: Performance state of the disk
482
unit: "{status}"
483
mapping:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-force10.yaml
+2
-2
@@ -17,7 +17,7 @@ metrics:
17
OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.4
18
name: cpu.usage
19
chart_meta:
20
- family: 'CPU/Usage'
20
+ family: 'System/CPU/Usage'
21
description: Cpu utilization in percentage for last 5 minutes.
22
unit: "%"
23
- MIB: F10-S-SERIES-CHASSIS-MIB
@@ -25,6 +25,6 @@ metrics:
25
OID: 1.3.6.1.4.1.6027.3.10.1.2.9.1.5
26
name: memory.usage
27
chart_meta:
28
- family: 'Memory/Usage'
28
+ family: 'System/Memory/Usage'
29
description: Total memory usage in percentage.
30
unit: "%"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-os10.yaml
+8
-8
@@ -35,7 +35,7 @@ metrics:
35
name: dell.os10ChassisTemp
36
OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.3.1.11
37
chart_meta:
38
- family: 'Chassis/Temperature/Value'
38
+ family: 'Hardware/Chassis/Temperature/Value'
39
description: "Temperature of the chassis"
40
unit: "Cel"
41
- MIB: DELLEMC-OS10-CHASSIS-MIB
@@ -46,13 +46,13 @@ metrics:
46
- OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.5
47
name: dell.os10CardTemp
48
chart_meta:
49
- family: 'Card/Temperature/Value'
49
+ family: 'Hardware/Card/Temperature/Value'
50
description: "Temperature of the card"
51
unit: "Cel"
52
- OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.1.4.1.4
53
name: dell.os10CardStatus
54
chart_meta:
55
- family: 'Card/Status'
55
+ family: 'Hardware/Card/Status'
56
description: "Status of the card"
57
unit: "{status}"
58
mapping:
@@ -80,7 +80,7 @@ metrics:
80
- OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.1.1.4
81
name: dell.os10PowerSupplyOperStatus
82
chart_meta:
83
- family: 'PowerSupply/Operational/Status'
83
+ family: 'Hardware/Power/Status/Operational'
84
description: "Operational status of the power supply"
85
unit: "{status}"
86
mapping:
@@ -106,7 +106,7 @@ metrics:
106
- OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.2.1.4
107
name: dell.os10FanTrayOperStatus
108
chart_meta:
109
- family: 'FanTray/Operational/Status'
109
+ family: 'Hardware/FanTray/Status/Operational'
110
description: "Operational status of the fan tray"
111
unit: "{status}"
112
mapping:
@@ -132,7 +132,7 @@ metrics:
132
- OID: 1.3.6.1.4.1.674.11000.5000.100.4.1.2.3.1.7
133
name: dell.os10FanOperStatus
134
chart_meta:
135
- family: 'Fan/Operational/Status'
135
+ family: 'Hardware/Fan/Status/Operational'
136
description: "Operational status of the fan"
137
unit: "{status}"
138
mapping:
@@ -158,7 +158,7 @@ metrics:
158
- OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.12
159
name: dell.os10bgp4V2PeerAdminStatus
160
chart_meta:
161
- family: 'Routing/BGP/Peer/Admin/Status'
161
+ family: 'Network/Routing/BGP/Peer/Status/Admin'
162
description: "Administrative status of the BGP peer"
163
unit: "{status}"
164
mapping:
@@ -167,7 +167,7 @@ metrics:
167
- OID: 1.3.6.1.4.1.674.11000.5000.200.1.1.2.1.13
168
name: dell.os10bgp4V2PeerState
169
chart_meta:
170
- family: 'Routing/BGP/Peer/State'
170
+ family: 'Network/Routing/BGP/Peer/State'
171
description: "Current state of the BGP peer"
172
unit: "{status}"
173
mapping:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-powerconnect.yaml
+9
-9
@@ -100,7 +100,7 @@ metrics:
100
OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.9.0
101
extract_value: 60 Secs.*?(\d+[.]?\d+)
102
chart_meta:
103
- family: 'CPU/Usage'
103
+ family: 'System/CPU/Usage'
104
description: "Cpu usage in percent over 60 seconds"
105
unit: "%"
106
- MIB: DNOS-SWITCHING-MIB
@@ -108,7 +108,7 @@ metrics:
108
name: memory.free
109
OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.1.0
110
chart_meta:
111
- family: 'Memory/Free'
111
+ family: 'System/Memory/Free'
112
description: "Amount of free memory"
113
unit: "By"
114
- MIB: DNOS-SWITCHING-MIB
@@ -116,7 +116,7 @@ metrics:
116
name: memory.total
117
OID: 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.2.0
118
chart_meta:
119
- family: 'Memory/Total'
119
+ family: 'System/Memory/Total'
120
description: "Total amount of memory"
121
unit: "By"
122
- MIB: Dell-Vendor-MIB
@@ -124,7 +124,7 @@ metrics:
124
name: productStatusGlobalStatus
125
OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.1.0
126
chart_meta:
127
- family: 'Product/Status/Global'
127
+ family: 'System/Status/Global'
128
description: Global status
129
unit: "{status}"
130
mapping:
@@ -139,13 +139,13 @@ metrics:
139
- name: dell.envMonFanSpeed
140
OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.4
141
chart_meta:
142
- family: 'Fan/Speed'
142
+ family: 'Hardware/Fan/Speed'
143
description: "Fan speed in revolutions per minute"
144
unit: "rpm"
145
- OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.1.1.3
146
name: dell.envMonFanState
147
chart_meta:
148
- family: 'Fan/Status'
148
+ family: 'Hardware/Fan/Status'
149
description: "Fan operational state"
150
unit: "{status}"
151
mapping:
@@ -171,19 +171,19 @@ metrics:
171
- name: dell.envMonSupplyCurrentPower
172
OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.5
173
chart_meta:
174
- family: 'PowerSupply/Power/Current'
174
+ family: 'Hardware/Power/Usage/Current'
175
description: "Current power consumption"
176
unit: "W"
177
- name: dell.envMonSupplyAveragePower
178
OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.6
179
chart_meta:
180
- family: 'PowerSupply/Power/Average'
180
+ family: 'Hardware/Power/Usage/Average'
181
description: "Average power consumption"
182
unit: "W"
183
- OID: 1.3.6.1.4.1.674.10895.3000.1.2.110.7.2.1.3
184
name: dell.envMonSupplyState
185
chart_meta:
186
- family: 'PowerSupply/Status'
186
+ family: 'Hardware/Power/Status'
187
description: "Power supply operational state"
188
unit: "{status}"
189
mapping:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-poweredge.yaml
+26
-24
@@ -14,19 +14,21 @@ extends:
14
- _std-udp-mib.yaml
15
- _std-ip-mib.yaml
16
17
-device:
18
- vendor: "dell"
17
+sysobjectid:
18
+ - 1.3.6.1.4.1.674.10892.1 # Poweredge R640
19
+ - 1.3.6.1.4.1.674.10892.1.*
20
+ - 1.3.6.1.4.1.674.10892.6 # Poweredge MX7000
21
22
metadata:
23
device:
24
fields:
25
type:
26
value: "server"
27
+ vendor:
28
+ value: "dell"
29
26
-sysobjectid:
27
- - 1.3.6.1.4.1.674.10892.1 # Poweredge R640
28
- - 1.3.6.1.4.1.674.10892.1.*
29
- - 1.3.6.1.4.1.674.10892.6 # Poweredge MX7000
30
+
31
+# https://github.com/DanielleHuisman/observium-community-edition/blob/main/mibs/dell/MIB-Dell-10892
32
33
metrics:
34
- MIB: MIB-Dell-10892
@@ -93,14 +95,12 @@ metrics:
95
OID: 1.3.6.1.4.1.674.10892.1.200.10
96
name: systemStateTable
97
symbols:
96
- - name: systemState
97
- constant_value_one: true
98
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
99
- metric_tags:
100
- - symbol:
101
- OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
102
- name: systemStatePowerSupplyStatusCombined
103
- tag: system_state_power_supply_status_combined
98
+ - OID: 1.3.6.1.4.1.674.10892.1.200.10.1.9
99
+ name: systemStatePowerSupplyStatusCombined
100
+ chart_meta:
101
+ description: Current administrative state of the interface
102
+ family: ''
103
+ unit: "{status}"
104
mapping:
105
1: other
106
2: unknown
@@ -108,10 +108,11 @@ metrics:
108
4: non_critical
109
5: critical
110
6: non_recoverable
111
- - symbol:
111
+ metric_tags:
112
+ - tag: chassis_index
113
+ symbol:
114
OID: 1.3.6.1.4.1.674.10892.1.200.10.1.1
115
name: systemStatechassisIndex
114
- tag: chassis_index
116
117
- MIB: MIB-Dell-10892
118
table:
@@ -139,10 +140,11 @@ metrics:
140
description: Available virtual memory size
141
unit: "By"
142
metric_tags:
142
- - symbol:
143
+ - tag: chassis_index
144
+ symbol:
145
OID: 1.3.6.1.4.1.674.10892.1.400.20.1.1
146
name: operatingSystemMemorychassisIndex
145
- tag: chassis_index
147
+
148
- MIB: MIB-Dell-10892
149
table:
150
OID: 1.3.6.1.4.1.674.10892.1.600.50
@@ -157,18 +159,18 @@ metrics:
159
description: Reading value of the battery
160
unit: "TBD"
161
metric_tags:
160
- - symbol:
162
+ - tag: chassis_index
163
+ symbol:
164
OID: 1.3.6.1.4.1.674.10892.1.600.50.1.1
165
name: batteryChassisIndex
163
- tag: chassis_index
164
- - symbol:
166
+ - tag: battery_index
167
+ symbol:
168
OID: 1.3.6.1.4.1.674.10892.1.600.50.1.2
169
name: batteryIndex
167
- tag: battery_index
168
- - symbol:
170
+ - tag: battery_location_name
171
+ symbol:
172
OID: 1.3.6.1.4.1.674.10892.1.600.50.1.7
173
name: batteryLocationName
171
- tag: battery_location_name
174
175
- MIB: MIB-Dell-10892
176
table:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dell-sonicwall.yaml
+15
-15
@@ -32,7 +32,7 @@ metrics:
32
name: cpu.usage
33
OID: 1.3.6.1.4.1.8741.1.3.1.3.0
34
chart_meta:
35
- family: 'CPU/Usage'
35
+ family: 'System/CPU/Usage'
36
description: Instantaneous CPU Utilization in percent
37
unit: "%"
38
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -40,7 +40,7 @@ metrics:
40
name: memory.usage
41
OID: 1.3.6.1.4.1.8741.1.3.1.4.0
42
chart_meta:
43
- family: 'Memory/Usage'
43
+ family: 'System/Memory/Usage'
44
description: Instantaneous RAM Utilization in percent
45
unit: "%"
46
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -48,7 +48,7 @@ metrics:
48
name: sonicMaxConnCacheEntries
49
OID: 1.3.6.1.4.1.8741.1.3.1.1.0
50
chart_meta:
51
- family: 'Connection/Cache/Maximum'
51
+ family: 'Security/Firewall/Connection/Cache/Maximum'
52
description: Maximum number of connection cache entries allowed through the firewall
53
unit: "{entry}"
54
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -56,7 +56,7 @@ metrics:
56
name: sonicCurrentConnCacheEntries
57
OID: 1.3.6.1.4.1.8741.1.3.1.2.0
58
chart_meta:
59
- family: 'Connection/Cache/Active'
59
+ family: 'Security/Firewall/Connection/Cache/Active'
60
description: Number of active connection cache entries through the firewall
61
unit: "{entry}"
62
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -64,7 +64,7 @@ metrics:
64
name: sonicNatTranslationCount
65
OID: 1.3.6.1.4.1.8741.1.3.1.5.0
66
chart_meta:
67
- family: 'NAT/Translation/Active'
67
+ family: 'Network/NAT/Translation/Active'
68
description: Current number of dynamic NAT translations being performed
69
unit: "{translation}"
70
@@ -73,7 +73,7 @@ metrics:
73
name: sonicDpiSslConnCountCur
74
OID: 1.3.6.1.4.1.8741.1.3.5.1.0
75
chart_meta:
76
- family: 'DPI/SSL/Connection/Current'
76
+ family: 'Security/DPI/SSL/Connection/Current'
77
description: Current SSL-inspected connections through the firewall
78
unit: "{connection}"
79
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -81,7 +81,7 @@ metrics:
81
name: sonicDpiSslConnCountHighWater
82
OID: 1.3.6.1.4.1.8741.1.3.5.2.0
83
chart_meta:
84
- family: 'DPI/SSL/Connection/HighWater'
84
+ family: 'Security/DPI/SSL/Connection/HighWater'
85
description: Highwater SSL-inspected connections through the firewall
86
unit: "{connection}"
87
- MIB: SONICWALL-FIREWALL-IP-STATISTICS-MIB
@@ -89,7 +89,7 @@ metrics:
89
name: sonicDpiSslConnCountMax
90
OID: 1.3.6.1.4.1.8741.1.3.5.3.0
91
chart_meta:
92
- family: 'DPI/SSL/Connection/Maximum'
92
+ family: 'Security/DPI/SSL/Connection/Maximum'
93
description: Maximum SSL-inspected connections through the firewall
94
unit: "{connection}"
95
@@ -101,37 +101,37 @@ metrics:
101
- name: sonicSAStatEncryptPktCount
102
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.8
103
chart_meta:
104
- family: 'IPSec/SA/Packet/Encrypted'
104
+ family: 'Network/VPN/IPSec/SA/Packet/Encrypted'
105
description: Total encrypted packet count for this phase2 SA
106
- unit: "{packet/s}"
106
+ unit: "{packet}/s"
107
- name: sonicSAStatEncryptByteCount
108
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.9
109
chart_meta:
110
- family: 'IPSec/SA/Data/Encrypted'
110
+ family: 'Network/VPN/IPSec/SA/Data/Encrypted'
111
description: Total encrypted byte count for this phase2 SA
112
unit: "By/s"
113
- name: sonicSAStatDecryptPktCount
114
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.10
115
chart_meta:
116
- family: 'IPSec/SA/Packet/Decrypted'
116
+ family: 'Network/VPN/IPSec/SA/Packet/Decrypted'
117
description: Total decrypted packet count for this phase2 SA
118
unit: "{packet}/s"
119
- name: sonicSAStatDecryptByteCount
120
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.11
121
chart_meta:
122
- family: 'IPSec/SA/Data/Decrypted'
122
+ family: 'Network/VPN/IPSec/SA/Data/Decrypted'
123
description: Total decrypted byte count for this phase2 SA
124
unit: "By/s"
125
- name: sonicSAStatInFragPktCount
126
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.12
127
chart_meta:
128
- family: 'IPSec/SA/Packet/Fragment/In'
128
+ family: 'Network/VPN/IPSec/SA/Packet/Fragment/In'
129
description: Incoming Fragmented packet count for this phase2 SA
130
unit: "{packet}/s"
131
- name: sonicSAStatOutFragPktCount
132
OID: 1.3.6.1.4.1.8741.1.3.2.1.1.1.13
133
chart_meta:
134
- family: 'IPSec/SA/Packet/Fragment/Out'
134
+ family: 'Network/IPSec/SA/Packet/Fragment/Out'
135
description: Outgoing Fragmented packet count for this phase2 SA
136
unit: "{packet}/s"
137
metric_tags:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dlink-dgs-switch.yaml
+105
-92
@@ -19,21 +19,20 @@ metrics:
19
symbols:
20
- name: cpu.usage
21
OID: 1.3.6.1.4.1.171.14.5.1.7.1.3 # dEntityExtCpuUtilOneMinute
22
- description: Overall CPU busy percentage in the last 1 minute period
23
- unit: "%"
22
+ chart_meta:
23
+ description: Overall CPU busy percentage in the last 1 minute period
24
+ family: 'System/CPU/Usage'
25
+ unit: "%"
26
metric_tags:
25
- - symbol:
27
+ - tag: dlink_entity_ext_cpu_util_unit_id
28
+ symbol:
29
OID: 1.3.6.1.4.1.171.14.5.1.7.1.1
30
name: dEntityExtCpuUtilUnitId
28
- tag: dlink_entity_ext_cpu_util_unit_id
29
- - symbol:
30
- OID: 1.3.6.1.4.1.171.14.5.1.7.1.2
31
- name: dEntityExtCpuUtilCpuID
32
- tag: cpu
33
- - symbol:
31
+ - tag: dlink_entity_ext_cpu_util_cpu_id
32
+ symbol:
33
OID: 1.3.6.1.4.1.171.14.5.1.7.1.2
34
name: dEntityExtCpuUtilCpuID
36
- tag: dlink_entity_ext_cpu_util_cpu_id # duplicated for readability
35
+
36
- MIB: DLINKSW-ENTITY-EXT-MIB
37
table:
38
name: dEntityExtMemoryUtilTable
@@ -41,26 +40,30 @@ metrics:
40
symbols:
41
- name: memory.total
42
OID: 1.3.6.1.4.1.171.14.5.1.4.1.3
44
- description: Total memory size of the entry
45
- unit: "By"
43
+ chart_meta:
44
+ description: Total memory size of the entry
45
+ family: 'System/Memory/Total'
46
+ unit: "By"
47
- name: memory.used
48
OID: 1.3.6.1.4.1.171.14.5.1.4.1.4
48
- description: Used memory size of the entry
49
- unit: "By"
50
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
49
+ chart_meta:
50
+ description: Used memory size of the entry
51
+ family: 'System/Memory/Used'
52
+ unit: "By"
53
metric_tags:
52
- - symbol:
54
+ - tag: mem
55
+ symbol:
56
name: dEntityExtMemUtilUnitId
57
OID: 1.3.6.1.4.1.171.14.5.1.4.1.1
55
- tag: mem
56
- - symbol:
58
+ - tag: d_entity_ext_mem_util_type
59
+ symbol:
60
name: dEntityExtMemUtilType
61
OID: 1.3.6.1.4.1.171.14.5.1.4.1.2
59
- tag: d_entity_ext_mem_util_type
62
mapping:
63
1: dram
64
2: flash
65
3: nvram
66
+
67
- MIB: DLINKSW-ENTITY-EXT-MIB
68
table:
69
name: dEntityExtEnvTempTable
@@ -68,57 +71,61 @@ metrics:
71
symbols:
72
- name: dlink.dEntityExtEnvTempCurrent
73
OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.4
71
- description: Current measurement of the testpoint
72
- unit: "Cel"
73
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
74
+ chart_meta:
75
+ description: Current measurement of the testpoint
76
+ family: 'Hardware/Sensor/Temperature/Value'
77
+ unit: "Cel"
78
+ - OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.7
79
+ name: dEntityExtEnvTempStatus
80
+ chart_meta:
81
+ description: Current status of the testpoint
82
+ family: 'Hardware/Sensor/Temperature/Status'
83
+ unit: "{status}"
84
+ mapping:
85
+ 1: ok
86
+ 2: abnormal
87
metric_tags:
75
- - symbol:
88
+ - tag: d_entity_ext_env_temp_unit_id
89
+ symbol:
90
name: dEntityExtEnvTempUnitId
91
OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.1
78
- tag: d_entity_ext_env_temp_unit_id
79
- - symbol:
92
+ - tag: d_entity_ext_env_temp_index
93
+ symbol:
94
name: dEntityExtEnvTempIndex
95
OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.2
82
- tag: d_entity_ext_env_temp_index
83
- - symbol:
96
+ - tag: d_entity_ext_env_temp_descr
97
+ symbol:
98
name: dEntityExtEnvTempDescr
99
OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.3
86
- tag: d_entity_ext_env_temp_descr
87
- - symbol:
88
- OID: 1.3.6.1.4.1.171.14.5.1.1.1.1.7
89
- name: dEntityExtEnvTempStatus
90
- tag: d_entity_ext_env_temp_status
91
- mapping:
92
- 1: ok
93
- 2: abnormal
100
+
101
- MIB: DLINKSW-ENTITY-EXT-MIB
102
table:
103
name: dEntityExtEnvFanTable
104
OID: 1.3.6.1.4.1.171.14.5.1.1.2
105
symbols:
99
- - name: dlink.dEntityExtEnvFan
100
- constant_value_one: true
101
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
106
+ - OID: 1.3.6.1.4.1.171.14.5.1.1.2.1.4
107
+ name: dEntityExtEnvFanStatus
108
+ chart_meta:
109
+ description: Current status of the fan
110
+ family: 'Hardware/Fan/Status'
111
+ unit: "{status}"
112
+ mapping:
113
+ 1: ok
114
+ 2: fault
115
metric_tags:
103
- - symbol:
116
+ - tag: d_entity_ext_env_fan_unit_id
117
+ symbol:
118
name: dEntityExtEnvFanUnitId
119
OID: 1.3.6.1.4.1.171.14.5.1.1.2.1.1
106
- tag: d_entity_ext_env_fan_unit_id
107
- - symbol:
120
+ - tag: d_entity_ext_env_fan_index
121
+ symbol:
122
name: dEntityExtEnvFanIndex
123
OID: 1.3.6.1.4.1.171.14.5.1.1.2.1.2
110
- tag: d_entity_ext_env_fan_index
111
- - symbol:
124
+ - tag: d_entity_ext_env_fan_descr
125
+ symbol:
126
name: dEntityExtEnvFanDescr
127
OID: 1.3.6.1.4.1.171.14.5.1.1.2.1.3
114
- tag: d_entity_ext_env_fan_descr
115
- - symbol:
116
- OID: 1.3.6.1.4.1.171.14.5.1.1.2.1.4
117
- name: dEntityExtEnvFanStatus
118
- tag: d_entity_ext_env_fan_status
119
- mapping:
120
- 1: ok
121
- 2: fault
128
+
129
- MIB: DLINKSW-ENTITY-EXT-MIB
130
table:
131
name: dEntityExtEnvPowerTable
@@ -126,72 +133,78 @@ metrics:
133
symbols:
134
- name: dlink.dEntityExtEnvPowerUsedPower
135
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.4
129
- description: Amount of the power that has been allocated
130
- unit: "W"
136
+ chart_meta:
137
+ description: Amount of the power that has been allocated
138
+ family: 'Hardware/Power/Usage/Current'
139
+ unit: "W"
140
- name: dlink.dEntityExtEnvPowerMaxPower
141
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.5
133
- description: Maximum power which the power module can supply
134
- unit: "W"
135
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
142
+ chart_meta:
143
+ description: Maximum power which the power module can supply
144
+ family: 'Hardware/Power/Capacity/Maximum'
145
+ unit: "W"
146
+ - OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.6
147
+ name: dEntityExtEnvPowerStatus
148
+ chart_meta:
149
+ description: Current status of the power
150
+ family: 'Hardware/Power/Status'
151
+ unit: "{status}"
152
+ mapping:
153
+ 1: in_operation
154
+ 2: failed
155
+ 3: empty
156
metric_tags:
137
- - symbol:
157
+ - tag: d_entity_ext_env_power_unit_id
158
+ symbol:
159
name: dEntityExtEnvPowerUnitId
160
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.1
140
- tag: d_entity_ext_env_power_unit_id
141
- - symbol:
161
+ - tag: d_entity_ext_env_power_index
162
+ symbol:
163
name: dEntityExtEnvPowerIndex
164
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.2
144
- tag: d_entity_ext_env_power_index
145
- - symbol:
165
+ - tag: d_entity_ext_env_power_descr
166
+ symbol:
167
name: dEntityExtEnvPowerDescr
168
OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.3
148
- tag: d_entity_ext_env_power_descr
149
- - symbol:
150
- OID: 1.3.6.1.4.1.171.14.5.1.1.3.1.6
151
- name: dEntityExtEnvPowerStatus
152
- tag: d_entity_ext_env_power_status
153
- mapping:
154
- 1: in_operation
155
- 2: failed
156
- 3: empty
169
+
170
- MIB: DLINKSW-ENTITY-EXT-MIB
171
table:
172
name: dEntityExtEnvAirFlowTable
173
OID: 1.3.6.1.4.1.171.14.5.1.1.4
174
symbols:
162
- - name: dlink.dEntityExtEnvAirFlow
163
- constant_value_one: true
164
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
175
+ - OID: 1.3.6.1.4.1.171.14.5.1.1.4.1.2
176
+ name: dEntityExtEnvAirFlowStatus
177
+ chart_meta:
178
+ description: Current status of the air flow
179
+ family: 'Hardware/Sensor/Airflow/Status'
180
+ unit: "{status}"
181
+ mapping:
182
+ 1: ok
183
+ 2: abnormal
184
metric_tags:
185
- symbol:
186
name: dEntityExtEnvAirFlowUnitId
187
OID: 1.3.6.1.4.1.171.14.5.1.1.4.1.1
188
tag: d_entity_ext_env_air_flow_unit_id
170
- - symbol:
171
- OID: 1.3.6.1.4.1.171.14.5.1.1.4.1.2
172
- name: dEntityExtEnvAirFlowStatus
173
- tag: d_entity_ext_env_air_flow_status
174
- mapping:
175
- 1: ok
176
- 2: abnormal
189
+
190
+
191
- MIB: DLINKSW-ENTITY-EXT-MIB
192
table:
193
name: dEntityExtUnitTable
194
OID: 1.3.6.1.4.1.171.14.5.1.3
195
symbols:
182
- - name: dlink.dEntityExtUnit
183
- constant_value_one: true
184
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
185
- metric_tags:
186
- - symbol:
187
- name: dEntityExtUnitIndex
188
- OID: 1.3.6.1.4.1.171.14.5.1.3.1.1
189
- tag: d_entity_ext_unit_index
190
- - symbol:
191
- OID: 1.3.6.1.4.1.171.14.5.1.3.1.2
192
- name: dEntityExtUnitStatus
193
- tag: d_entity_ext_unit_status
196
+ - OID: 1.3.6.1.4.1.171.14.5.1.3.1.2
197
+ name: dEntityExtUnitStatus
198
+ chart_meta:
199
+ description: Current status of the unit
200
+ family: 'Hardware/Unit/Status'
201
+ unit: "{status}"
202
mapping:
203
1: ok
204
2: failed
205
3: empty
206
+ metric_tags:
207
+ - tag: d_entity_ext_unit_index
208
+ symbol:
209
+ name: dEntityExtUnitIndex
210
+ OID: 1.3.6.1.4.1.171.14.5.1.3.1.1
src/go/plugin/go.d/config/go.d/snmp.profiles/default/dlink.yaml
-1
@@ -7,4 +7,3 @@ metadata:
7
fields:
8
vendor:
9
value: "dlink"
10
-
src/go/plugin/go.d/config/go.d/snmp.profiles/default/eaton-epdu.yaml
+369
-252
@@ -11,34 +11,44 @@ metadata:
11
type:
12
value: "PDU"
13
14
+# https://mibbrowser.online/mibdb_search.php?mib=EATON-EPDU-MIB
15
+# https://github.com/librenms/librenms/blob/master/mibs/eaton/EATON-EPDU-MIB
16
+
17
metrics:
15
-# - MIB: EATON-EPDU-MIB
16
-# symbol:
17
-# name: eaton.epdu.communicationStatus
18
-# OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.30.0
19
-# enum:
20
-# good: 0
21
-# communicationLost: 1
22
-# TODO: enum in scalar metric is not supported yet (keep this metric and this
23
-# comment in profile until it's fixed)
24
-# - MIB: EATON-EPDU-MIB
25
-# symbol:
26
-# name: eaton.epdu.internalStatus
27
-# OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.31.0
28
-# enum:
29
-# good: 0
30
-# internalFailure: 1
31
-# TODO: enum in scalar metric is not supported yet (keep this metric and this
32
-# comment in profile until it's fixed)
33
-# - MIB: EATON-EPDU-MIB
34
-# symbol:
35
-# name: eaton.epdu.strappingStatus
36
-# OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.32.0
37
-# enum:
38
-# good: 0
39
-# communicationLost: 1
40
-# TODO: enum in scalar metric is not supported yet (keep this metric and this
41
-# comment in profile until it's fixed)
18
+ - MIB: EATON-EPDU-MIB
19
+ symbol:
20
+ name: eaton.epdu.communicationStatus
21
+ OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.30.0
22
+ chart_meta:
23
+ description: Status of the internal communication with the PDU
24
+ family: 'Hardware/PDU/Communication/Status'
25
+ unit: "{status}"
26
+ mapping:
27
+ 0: good
28
+ 1: communicationLost
29
+ - MIB: EATON-EPDU-MIB
30
+ symbol:
31
+ name: eaton.epdu.internalStatus
32
+ OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.31.0
33
+ chart_meta:
34
+ description: Status of the internal failure inside the PDU
35
+ family: 'Hardware/PDU/Internal/Status'
36
+ unit: "{status}"
37
+ mapping:
38
+ 0: good
39
+ 1: internalFailure
40
+ - MIB: EATON-EPDU-MIB
41
+ symbol:
42
+ name: eaton.epdu.strappingStatus
43
+ OID: 1.3.6.1.4.1.534.6.6.7.1.2.1.32.0
44
+ chart_meta:
45
+ description: Status of the external communication with a strapping unit
46
+ family: 'Hardware/PDU/Strapping/Status'
47
+ unit: "{status}"
48
+ mapping:
49
+ 0: good
50
+ 1: communicationLost
51
+
52
- MIB: EATON-EPDU-MIB
53
table:
54
name: inputTable
@@ -46,21 +56,27 @@ metrics:
56
symbols:
57
- name: eaton.epdu.inputFrequency
58
OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.3
49
- description: Units are 0.1 Hz; divide by ten to get Hz
50
- unit: "Hz"
51
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
59
+ chart_meta:
60
+ description: Units are 0.1 Hz; divide by ten to get Hz
61
+ family: 'PowerFlow/Input/Frequency/Value'
62
+ unit: "Hz"
63
+ - OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.4
64
+ name: eaton.epdu.inputFrequencyStatus
65
+ chart_meta:
66
+ description: Status of the measured input frequency relative to the nominal frequency and the admitted tolerance
67
+ family: 'PowerFlow/Input/Frequency/Status'
68
+ unit: "{status}"
69
+ mapping:
70
+ 0: good
71
+ 1: outOfRange
72
metric_tags:
53
- - symbol:
73
+ - tag: eaton_epdu_input_index
74
+ index: 1
75
+ - tag: eaton_epdu_input_feed_name
76
+ symbol:
77
OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.10
78
name: eaton.epdu.inputFeedName
56
- tag: eaton_epdu_input_feed_name
57
- - symbol:
58
- OID: 1.3.6.1.4.1.534.6.6.7.3.1.1.4
59
- name: eaton.epdu.inputFrequencyStatus
60
- tag: eaton_epdu_input_frequency_status
61
- mapping:
62
- 0: good
63
- 1: out_of_range
79
+
80
- MIB: EATON-EPDU-MIB
81
table:
82
name: inputVoltageTable
@@ -68,24 +84,31 @@ metrics:
84
symbols:
85
- name: eaton.epdu.inputVoltage
86
OID: 1.3.6.1.4.1.534.6.6.7.3.2.1.3
71
- description: An input voltage measurement value
72
- unit: "mV"
73
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
87
+ chart_meta:
88
+ description: An input voltage measurement value
89
+ family: 'PowerFlow/Input/Voltage/Value'
90
+ unit: "mV"
91
+ - OID: 1.3.6.1.4.1.534.6.6.7.3.2.1.4
92
+ name: eaton.epdu.inputVoltageThStatus
93
+ chart_meta:
94
+ description: Status of the measured input voltage relative to the configured thresholds
95
+ family: 'PowerFlow/Input/Voltage/Threshold/Status'
96
+ unit: "{status}"
97
+ mapping:
98
+ 0: good
99
+ 1: lowWarning
100
+ 2: lowCritical
101
+ 3: highWarning
102
+ 4: highCritical
103
metric_tags:
75
- - symbol:
104
+ - tag: eaton_epdu_input_index
105
+ index: 1
106
+ - tag: eaton_epdu_input_description
107
+ table: inputCurrentTable
108
+ symbol:
109
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
110
name: eaton.epdu.inputPhaseDesignator
78
- tag: eaton_epdu_input_description
79
- - symbol:
80
- OID: 1.3.6.1.4.1.534.6.6.7.3.2.1.4
81
- name: eaton.epdu.inputVoltageThStatus
82
- tag: eaton_epdu_input_voltage_th_status
83
- mapping:
84
- 0: good
85
- 1: low_warning
86
- 2: low_critical
87
- 3: high_warning
88
- 4: high_critical
111
+
112
- MIB: EATON-EPDU-MIB
113
table:
114
name: inputCurrentTable
@@ -93,28 +116,36 @@ metrics:
116
symbols:
117
- name: eaton.epdu.inputCurrent
118
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.4
96
- description: An input current measurement value
97
- unit: "mA"
119
+ chart_meta:
120
+ description: An input current measurement value
121
+ family: 'PowerFlow/Input/Current/Value'
122
+ unit: "mA"
123
- name: eaton.epdu.inputCurrentPercentLoad
124
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.11
100
- description: Current percent load based on the rated current capacity
101
- unit: "%"
102
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
125
+ chart_meta:
126
+ description: Current percent load based on the rated current capacity
127
+ family: 'PowerFlow/Input/Current/Load'
128
+ unit: "%"
129
+ - OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.5
130
+ name: eaton.epdu.inputCurrentThStatus
131
+ chart_meta:
132
+ description: Status of the measured input current relative to the configured thresholds
133
+ family: 'PowerFlow/Input/Current/Threshold/Status'
134
+ unit: "{status}"
135
+ mapping:
136
+ 0: good
137
+ 1: lowWarning
138
+ 2: lowCritical
139
+ 3: highWarning
140
+ 4: highCritical
141
metric_tags:
104
- - symbol:
142
+ - tag: eaton_epdu_input_index
143
+ index: 1
144
+ - tag: eaton_epdu_input_description
145
+ symbol:
146
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
147
name: eaton.epdu.inputPhaseDesignator
107
- tag: eaton_epdu_input_description
108
- - symbol:
109
- OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.5
110
- name: eaton.epdu.inputCurrentThStatus
111
- tag: eaton_epdu_input_current_th_status
112
- mapping:
113
- 0: good
114
- 1: low_warning
115
- 2: low_critical
116
- 3: high_warning
117
- 4: high_critical
148
+
149
- MIB: EATON-EPDU-MIB
150
table:
151
name: inputPowerTable
@@ -122,35 +153,51 @@ metrics:
153
symbols:
154
- name: eaton.epdu.inputVA
155
OID: 1.3.6.1.4.1.534.6.6.7.3.4.1.3
125
- description: An input VA value
126
- unit: "VA"
156
+ chart_meta:
157
+ description: An input VA value
158
+ family: 'PowerFlow/Input/Apparent'
159
+ unit: "VA"
160
- name: eaton.epdu.inputWatts
161
OID: 1.3.6.1.4.1.534.6.6.7.3.4.1.4
129
- description: An input Watts value
130
- unit: "W"
131
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
162
+ chart_meta:
163
+ description: An input Watts value
164
+ family: 'PowerFlow/Input/Active'
165
+ unit: "W"
166
metric_tags:
133
- - symbol:
167
+ - tag: eaton_epdu_input_index
168
+ index: 1
169
+ - tag: eaton_epdu_input_description
170
+ table: inputCurrentTable
171
+ symbol:
172
OID: 1.3.6.1.4.1.534.6.6.7.3.3.1.12
173
name: eaton.epdu.inputPhaseDesignator
136
- tag: eaton_epdu_input_description
174
+
175
- MIB: EATON-EPDU-MIB
176
table:
177
name: groupTable
178
OID: 1.3.6.1.4.1.534.6.6.7.5.1
179
symbols:
142
- - name: eaton.epdu.group
143
- constant_value_one: true
144
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
180
+ - OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.5
181
+ name: eaton.epdu.groupBreakerStatus
182
+ chart_meta:
183
+ description: Indicates whether a breaker is turned off or on
184
+ family: 'Hardware/Breaker/Status'
185
+ unit: "{status}"
186
+ mapping:
187
+ 0: notApplicable
188
+ 1: breakerOn
189
+ 2: breakerOff
190
metric_tags:
146
- - symbol:
191
+ - tag: eaton_epdu_group_index
192
+ index: 1
193
+ - tag: eaton_epdu_group_name
194
+ symbol:
195
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
196
name: eaton.epdu.groupName
149
- tag: eaton_epdu_group_name
150
- - symbol:
197
+ - tag: eaton_epdu_group_type
198
+ symbol:
199
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.4
200
name: eaton.epdu.groupType
153
- tag: eaton_epdu_group_type
201
mapping:
202
0: unknown
203
1: breaker1pole
@@ -158,14 +205,7 @@ metrics:
205
3: breaker3pole
206
4: outlet_section
207
5: user_defined
161
- - symbol:
162
- OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.5
163
- name: eaton.epdu.groupBreakerStatus
164
- tag: eaton_epdu_group_breaker_status
165
- mapping:
166
- 0: not_applicable
167
- 1: breaker_on
168
- 2: breaker_off
208
+
209
- MIB: EATON-EPDU-MIB
210
table:
211
name: groupVoltageTable
@@ -173,18 +213,35 @@ metrics:
213
symbols:
214
- name: eaton.epdu.groupVoltage
215
OID: 1.3.6.1.4.1.534.6.6.7.5.3.1.3
176
- description: Units are millivolts
177
- unit: "mV"
178
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
216
+ chart_meta:
217
+ description: Units are millivolts
218
+ family: 'PowerFlow/Group/Voltage/Value'
219
+ unit: "mV"
220
+ - OID: 1.3.6.1.4.1.534.6.6.7.5.3.1.4
221
+ name: eaton.epdu.groupVoltageThStatus
222
+ chart_meta:
223
+ description: Status of the measured group voltage relative to the configured thresholds
224
+ family: 'PowerFlow/Group/Voltage/Threshold/Status'
225
+ unit: "{status}"
226
+ mapping:
227
+ 0: good
228
+ 1: lowWarning
229
+ 2: lowCritical
230
+ 3: highWarning
231
+ 4: highCritical
232
metric_tags:
180
- - symbol:
233
+ - tag: eaton_epdu_group_index
234
+ index: 1
235
+ - tag: eaton_epdu_group_name
236
+ table: groupTable
237
+ symbol:
238
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
239
name: eaton.epdu.groupName
183
- tag: eaton_epdu_group_name
184
- - symbol:
240
+ - tag: eaton_epdu_group_type
241
+ table: groupTable
242
+ symbol:
243
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.4
244
name: eaton.epdu.groupType
187
- tag: eaton_epdu_group_type
245
mapping:
246
0: unknown
247
1: breaker1pole
@@ -192,16 +249,7 @@ metrics:
249
3: breaker3pole
250
4: outlet_section
251
5: user_defined
195
- - symbol:
196
- OID: 1.3.6.1.4.1.534.6.6.7.5.3.1.4
197
- name: eaton.epdu.groupVoltageThStatus
198
- tag: eaton_epdu_group_voltage_th_status
199
- mapping:
200
- 0: good
201
- 1: low_warning
202
- 2: low_critical
203
- 3: high_warning
204
- 4: high_critical
252
+
253
- MIB: EATON-EPDU-MIB
254
table:
255
name: groupCurrentTable
@@ -209,22 +257,41 @@ metrics:
257
symbols:
258
- name: eaton.epdu.groupCurrent
259
OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.3
212
- description: A group current measurement value
213
- unit: "mA"
260
+ chart_meta:
261
+ description: A group current measurement value
262
+ family: 'PowerFlow/Group/Current/Value'
263
+ unit: "mA"
264
- name: eaton.epdu.groupCurrentPercentLoad
265
OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.10
216
- description: Current percent load based on the rated current capacity
217
- unit: "%"
218
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
266
+ chart_meta:
267
+ description: Current percent load based on the rated current capacity
268
+ family: 'PowerFlow/Group/Current/Load'
269
+ unit: "%"
270
+ - OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.4
271
+ name: eaton.epdu.groupCurrentThStatus
272
+ chart_meta:
273
+ description: Status of the measured group current relative to the configured thresholds
274
+ family: 'PowerFlow/Group/Current/Threshold/Status'
275
+ unit: "{status}"
276
+ mapping:
277
+ 0: good
278
+ 1: lowWarning
279
+ 2: lowCritical
280
+ 3: highWarning
281
+ 4: highCritical
282
metric_tags:
220
- - symbol:
283
+ - tag: eaton_epdu_group_index
284
+ index: 1
285
+ - tag: eaton_epdu_group_name
286
+ table: groupTable
287
+ symbol:
288
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
289
name: eaton.epdu.groupName
223
- tag: eaton_epdu_group_name
224
- - symbol:
290
+ - tag: eaton_epdu_group_type
291
+ table: groupTable
292
+ symbol:
293
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.4
294
name: eaton.epdu.groupType
227
- tag: eaton_epdu_group_type
295
mapping:
296
0: unknown
297
1: breaker1pole
@@ -232,16 +299,7 @@ metrics:
299
3: breaker3pole
300
4: outlet_section
301
5: user_defined
235
- - symbol:
236
- OID: 1.3.6.1.4.1.534.6.6.7.5.4.1.4
237
- name: eaton.epdu.groupCurrentThStatus
238
- tag: eaton_epdu_group_current_th_status
239
- mapping:
240
- 0: good
241
- 1: low_warning
242
- 2: low_critical
243
- 3: high_warning
244
- 4: high_critical
302
+
303
- MIB: EATON-EPDU-MIB
304
table:
305
name: groupPowerTable
@@ -249,22 +307,29 @@ metrics:
307
symbols:
308
- name: eaton.epdu.groupVA
309
OID: 1.3.6.1.4.1.534.6.6.7.5.5.1.2
252
- description: A group VA value
253
- unit: "VA"
310
+ chart_meta:
311
+ description: A group VA value
312
+ family: 'PowerFlow/Group/Apparent'
313
+ unit: "VA"
314
- name: eaton.epdu.groupWatts
315
OID: 1.3.6.1.4.1.534.6.6.7.5.5.1.3
256
- description: A group Watts value
257
- unit: "W"
258
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
316
+ chart_meta:
317
+ description: A group Watts value
318
+ family: 'PowerFlow/Group/Active'
319
+ unit: "W"
320
metric_tags:
260
- - symbol:
321
+ - tag: eaton_epdu_group_index
322
+ index: 1
323
+ - tag: eaton_epdu_group_name
324
+ table: groupTable
325
+ symbol:
326
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
327
name: eaton.epdu.groupName
263
- tag: eaton_epdu_group_name
264
- - symbol:
328
+ - tag: eaton_epdu_group_type
329
+ table: groupTable
330
+ symbol:
331
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.4
332
name: eaton.epdu.groupType
267
- tag: eaton_epdu_group_type
333
mapping:
334
0: unknown
335
1: breaker1pole
@@ -272,23 +337,36 @@ metrics:
337
3: breaker3pole
338
4: outlet_section
339
5: user_defined
340
+
341
- MIB: EATON-EPDU-MIB
342
table:
343
name: groupControlTable
344
OID: 1.3.6.1.4.1.534.6.6.7.5.6
345
symbols:
280
- - name: eaton.epdu.groupControl
281
- constant_value_one: true
282
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
346
+ - OID: 1.3.6.1.4.1.534.6.6.7.5.6.1.2
347
+ name: eaton.epdu.groupControlStatus
348
+ chart_meta:
349
+ description: Current state of a controlled group
350
+ family: 'Hardware/Group/Control/Status'
351
+ unit: "{status}"
352
+ mapping:
353
+ 0: off
354
+ 1: on
355
+ 2: rebooting
356
+ 3: mixed
357
metric_tags:
284
- - symbol:
358
+ - tag: eaton_epdu_group_index
359
+ index: 1
360
+ - tag: eaton_epdu_group_name
361
+ table: groupTable
362
+ symbol:
363
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.3
364
name: eaton.epdu.groupName
287
- tag: eaton_epdu_group_name
288
- - symbol:
365
+ - tag: eaton_epdu_group_type
366
+ table: groupTable
367
+ symbol:
368
OID: 1.3.6.1.4.1.534.6.6.7.5.1.1.4
369
name: eaton.epdu.groupType
291
- tag: eaton_epdu_group_type
370
mapping:
371
0: unknown
372
1: breaker1pole
@@ -296,15 +374,7 @@ metrics:
374
3: breaker3pole
375
4: outlet_section
376
5: user_defined
299
- - symbol:
300
- OID: 1.3.6.1.4.1.534.6.6.7.5.6.1.2
301
- name: eaton.epdu.groupControlStatus
302
- tag: eaton_epdu_group_control_status
303
- mapping:
304
- 0: off
305
- 1: on
306
- 2: rebooting
307
- 3: mixed
377
+
378
- MIB: EATON-EPDU-MIB
379
table:
380
name: outletVoltageTable
@@ -312,24 +382,31 @@ metrics:
382
symbols:
383
- name: eaton.epdu.outletVoltage
384
OID: 1.3.6.1.4.1.534.6.6.7.6.3.1.2
315
- description: Units are millivolts
316
- unit: "mV"
317
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
385
+ chart_meta:
386
+ description: Units are millivolts
387
+ family: 'PowerFlow/Outlet/Voltage/Value'
388
+ unit: "mV"
389
+ - OID: 1.3.6.1.4.1.534.6.6.7.6.3.1.3
390
+ name: eaton.epdu.outletVoltageThStatus
391
+ chart_meta:
392
+ description: Status of the measured outlet voltage relative to the configured thresholds
393
+ family: 'PowerFlow/Outlet/Voltage/Threshold/Status'
394
+ unit: "{status}"
395
+ mapping:
396
+ 0: good
397
+ 1: lowWarning
398
+ 2: lowCritical
399
+ 3: highWarning
400
+ 4: highCritical
401
metric_tags:
319
- - symbol:
402
+ - tag: eaton_epdu_outlet_index
403
+ index: 1
404
+ - tag: eaton_epdu_outlet_name
405
+ table: outletTable
406
+ symbol:
407
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
408
name: eaton.epdu.outletName
322
- tag: eaton_epdu_outlet_name
323
- - symbol:
324
- OID: 1.3.6.1.4.1.534.6.6.7.6.3.1.3
325
- name: eaton.epdu.outletVoltageThStatus
326
- tag: eaton_epdu_outlet_voltage_th_status
327
- mapping:
328
- 0: good
329
- 1: low_warning
330
- 2: low_critical
331
- 3: high_warning
332
- 4: high_critical
409
+
410
- MIB: EATON-EPDU-MIB
411
table:
412
name: outletCurrentTable
@@ -337,28 +414,37 @@ metrics:
414
symbols:
415
- name: eaton.epdu.outletCurrent
416
OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.3
340
- description: An outlet current measurement value
341
- unit: "mA"
417
+ chart_meta:
418
+ description: An outlet current measurement value
419
+ family: 'PowerFlow/Outlet/Current/Value'
420
+ unit: "mA"
421
- name: eaton.epdu.outletCurrentPercentLoad
422
OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.10
344
- description: Current percent load based on the rated current capacity
345
- unit: "%"
346
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
423
+ chart_meta:
424
+ description: Current percent load based on the rated current capacity
425
+ family: 'PowerFlow/Outlet/Current/Load'
426
+ unit: "%"
427
+ - OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.4
428
+ name: eaton.epdu.outletCurrentThStatus
429
+ chart_meta:
430
+ description: Status of the measured outlet current relative to the configured thresholds
431
+ family: 'PowerFlow/Outlet/Current/Threshold/Status'
432
+ unit: "{status}"
433
+ mapping:
434
+ 0: good
435
+ 1: lowWarning
436
+ 2: lowCritical
437
+ 3: highWarning
438
+ 4: highCritical
439
metric_tags:
348
- - symbol:
440
+ - tag: eaton_epdu_outlet_index
441
+ index: 1
442
+ - tag: eaton_epdu_outlet_name
443
+ table: outletTable
444
+ symbol:
445
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
446
name: eaton.epdu.outletName
351
- tag: eaton_epdu_outlet_name
352
- - symbol:
353
- OID: 1.3.6.1.4.1.534.6.6.7.6.4.1.4
354
- name: eaton.epdu.outletCurrentThStatus
355
- tag: eaton_epdu_outlet_current_th_status
356
- mapping:
357
- 0: good
358
- 1: low_warning
359
- 2: low_critical
360
- 3: high_warning
361
- 4: high_critical
447
+
448
- MIB: EATON-EPDU-MIB
449
table:
450
name: outletPowerTable
@@ -366,51 +452,70 @@ metrics:
452
symbols:
453
- name: eaton.epdu.outletVA
454
OID: 1.3.6.1.4.1.534.6.6.7.6.5.1.2
369
- description: An outlet VA value
370
- unit: "VA"
455
+ chart_meta:
456
+ description: An outlet VA value
457
+ family: 'PowerFlow/Outlet/Apparent'
458
+ unit: "VA"
459
- name: eaton.epdu.outletWatts
460
OID: 1.3.6.1.4.1.534.6.6.7.6.5.1.3
373
- description: An outlet Watts value
374
- unit: "W"
375
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
461
+ chart_meta:
462
+ description: An outlet Watts value
463
+ family: 'PowerFlow/Outlet/Active'
464
+ unit: "W"
465
metric_tags:
377
- - symbol:
466
+ - tag: eaton_epdu_outlet_index
467
+ index: 1
468
+ - tag: eaton_epdu_outlet_name
469
+ table: outletTable
470
+ symbol:
471
OID: 1.3.6.1.4.1.534.6.6.7.6.1.1.3
472
name: eaton.epdu.outletName
380
- tag: eaton_epdu_outlet_name
473
+
474
- MIB: EATON-EPDU-MIB
475
table:
476
name: temperatureTable
477
OID: 1.3.6.1.4.1.534.6.6.7.7.1
478
symbols:
479
- name: eaton.epdu.temperatureValue
480
+ # TODO: Units depends on temperatureScale (either Fahrenheit or Celsius)
481
+ # 1.3.6.1.4.1.534.6.6.7.1.2.1.9
482
+ # Scale used to return temperature objects. Enumeration: 'fahrenheit': 1, 'celsius': 0
483
OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.4
388
- description: Units are in tenths of a degree according to the scale specified by temperatureScale either Fahrenheit or Celsius Divide by ten to get degrees
389
- unit: "Cel"
390
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
391
- metric_tags:
392
- - symbol:
393
- OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.2
394
- name: eaton.epdu.temperatureName
395
- tag: eaton_epdu_temperature_name
396
- - symbol:
397
- OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.3
398
- name: eaton.epdu.temperatureProbeStatus
399
- tag: eaton_epdu_temperature_probe_status
484
+ scale_factor: 0.1
485
+ chart_meta:
486
+ description: Temperature value
487
+ family: 'Hardware/Sensor/Temperature/Value'
488
+ unit: "Cel"
489
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.3
490
+ name: eaton.epdu.temperatureProbeStatus
491
+ chart_meta:
492
+ description: Indicates whether a probe is connected or not
493
+ family: 'Hardware/Sensor/Temperature/Probe/Status'
494
+ unit: "{status}"
495
mapping:
496
-1: bad
497
0: disconnected
498
1: connected
404
- - symbol:
405
- OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.5
406
- name: eaton.epdu.temperatureThStatus
407
- tag: eaton_epdu_temperature_th_status
499
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.5
500
+ name: eaton.epdu.temperatureThStatus
501
+ chart_meta:
502
+ description: Status of the measured temperature relative to the configured thresholds
503
+ family: 'Hardware/Sensor/Temperature/Threshold/Status'
504
+ unit: "{status}"
505
mapping:
506
0: good
410
- 1: low_warning
411
- 2: low_critical
412
- 3: high_warning
413
- 4: high_critical
507
+ 1: lowWarning
508
+ 2: lowCritical
509
+ 3: highWarning
510
+ 4: highCritical
511
+ metric_tags:
512
+ - tag: eaton_epdu_temperature_index
513
+ index: 1
514
+ - tag: eaton_epdu_temperature_name
515
+ symbol:
516
+ OID: 1.3.6.1.4.1.534.6.6.7.7.1.1.2
517
+ name: eaton.epdu.temperatureName
518
+
519
- MIB: EATON-EPDU-MIB
520
table:
521
name: humidityTable
@@ -418,58 +523,70 @@ metrics:
523
symbols:
524
- name: eaton.epdu.humidityValue
525
OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.4
421
- description: Units are tenths of a percent relative humidity Divide the value by 10 to get %RH
422
- unit: "%"
423
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
424
- metric_tags:
425
- - symbol:
426
- OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.2
427
- name: eaton.epdu.humidityName
428
- tag: eaton_epdu_humidity_name
429
- - symbol:
430
- OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.3
431
- name: eaton.epdu.humidityProbeStatus
432
- tag: eaton_epdu_humidity_probe_status
526
+ chart_meta:
527
+ description: Units are tenths of a percent relative humidity Divide the value by 10 to get %RH
528
+ family: 'Hardware/Sensor/Humidity/Value'
529
+ unit: "%"
530
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.3
531
+ name: eaton.epdu.humidityProbeStatus
532
+ chart_meta:
533
+ description: Indicates whether a probe is connected or not
534
+ family: 'Hardware/Sensor/Humidity/Probe/Status'
535
+ unit: "{status}"
536
mapping:
537
-1: bad
538
0: disconnected
539
1: connected
437
- - symbol:
438
- OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.5
439
- name: eaton.epdu.humidityThStatus
440
- tag: eaton_epdu_humidity_th_status
540
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.5
541
+ name: eaton.epdu.humidityThStatus
542
+ chart_meta:
543
+ description: Status of the measured humidity relative to the configured thresholds
544
+ family: 'Hardware/Sensor/Humidity/Threshold/Status'
545
+ unit: "{status}"
546
mapping:
547
0: good
443
- 1: low_warning
444
- 2: low_critical
445
- 3: high_warning
446
- 4: high_critical
548
+ 1: lowWarning
549
+ 2: lowCritical
550
+ 3: highWarning
551
+ 4: highCritical
552
+ metric_tags:
553
+ - tag: eaton_epdu_humidity_index
554
+ index: 1
555
+ - tag: eaton_epdu_humidity_name
556
+ table: humidityTable
557
+ symbol:
558
+ OID: 1.3.6.1.4.1.534.6.6.7.7.2.1.2
559
+ name: eaton.epdu.humidityName
560
+
561
- MIB: EATON-EPDU-MIB
562
table:
563
name: contactTable
564
OID: 1.3.6.1.4.1.534.6.6.7.7.3
565
symbols:
452
- - name: eaton.epdu.contact
453
- constant_value_one: true
454
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
455
- metric_tags:
456
- - symbol:
457
- OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.2
458
- name: eaton.epdu.contactName
459
- tag: eaton_epdu_contact_name
460
- - symbol:
461
- OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.3
462
- name: eaton.epdu.contactProbeStatus
463
- tag: eaton_epdu_contact_probe_status
566
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.3
567
+ name: eaton.epdu.contactProbeStatus
568
+ chart_meta:
569
+ description: Indicates whether a probe is connected or not
570
+ family: 'Hardware/Sensor/Contact/Probe/Status'
571
+ unit: "{status}"
572
mapping:
573
-1: bad
574
0: disconnected
575
1: connected
468
- - symbol:
469
- OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.4
470
- name: eaton.epdu.contactState
471
- tag: eaton_epdu_contact_state
576
+ - OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.4
577
+ name: eaton.epdu.contactState
578
+ chart_meta:
579
+ description: The state of the contact sensor
580
+ family: 'Hardware/Sensor/Contact/Status'
581
+ unit: "{status}"
582
mapping:
473
- -1: contact_bad
474
- 0: contact_open
475
- 1: contact_closed
583
+ -1: contactBad
584
+ 0: contactOpen
585
+ 1: contactClosed
586
+ metric_tags:
587
+ - tag: eaton_epdu_contact_index
588
+ index: 1
589
+ - tag: eaton_epdu_contact_name
590
+ symbol:
591
+ OID: 1.3.6.1.4.1.534.6.6.7.7.3.1.2
592
+ name: eaton.epdu.contactName
src/go/plugin/go.d/config/go.d/snmp.profiles/default/extreme-switching.yaml
+3
-3
@@ -28,7 +28,7 @@ metrics:
28
name: cpu.usage
29
OID: 1.3.6.1.4.1.1916.1.32.1.2.0
30
chart_meta:
31
- family: 'CPU/Usage'
31
+ family: 'System/CPU/Usage'
32
description: Total CPU utilization
33
unit: "%"
34
- MIB: EXTREME-SOFTWARE-MONITOR-MIB
@@ -40,14 +40,14 @@ metrics:
40
OID: 1.3.6.1.4.1.1916.1.32.2.2.1.2
41
scale_factor: 1024
42
chart_meta:
43
- family: 'Memory/Total'
43
+ family: 'System/Memory/Total'
44
description: Total amount of DRAM in Kbytes in the system.
45
unit: "By"
46
- name: memory.free
47
OID: 1.3.6.1.4.1.1916.1.32.2.2.1.3
48
scale_factor: 1024
49
chart_meta:
50
- family: 'Memory/Free'
50
+ family: 'System/Memory/Free'
51
description: Total amount of free memory in Kbytes in the system.
52
unit: "By"
53
metric_tags:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-appliance.yaml
+19
-20
@@ -75,7 +75,7 @@ metrics:
75
OID: 1.3.6.1.4.1.12356.103.2.1.1.0
76
chart_meta:
77
description: Current CPU usage
78
- family: 'CPU/Usage'
78
+ family: 'System/CPU/Usage'
79
unit: "%"
80
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
81
symbol:
@@ -83,7 +83,7 @@ metrics:
83
OID: 1.3.6.1.4.1.12356.103.2.1.2.0
84
chart_meta:
85
description: Current memory used
86
- family: 'Memory/Used'
86
+ family: 'System/Memory/Used'
87
unit: "By"
88
scale_factor: 1024
89
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
@@ -92,7 +92,7 @@ metrics:
92
OID: 1.3.6.1.4.1.12356.103.2.1.3.0
93
chart_meta:
94
description: Total physical and swap memory installed
95
- family: 'Memory/Total'
95
+ family: 'System/Memory/Total'
96
unit: "By"
97
scale_factor: 1024
98
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
@@ -101,7 +101,7 @@ metrics:
101
OID: 1.3.6.1.4.1.12356.103.2.1.4.0
102
chart_meta:
103
description: Current hard disk usage
104
- family: 'Disk/Space/Used'
104
+ family: 'System/Disk/Space/Used'
105
unit: "By"
106
scale_factor: 1048576
107
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
@@ -110,7 +110,7 @@ metrics:
110
OID: 1.3.6.1.4.1.12356.103.2.1.5.0
111
chart_meta:
112
description: Total hard disk capacity
113
- family: 'Disk/Space/Total'
113
+ family: 'System/Disk/Space/Total'
114
unit: "By"
115
scale_factor: 1048576
116
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
@@ -119,7 +119,7 @@ metrics:
119
OID: 1.3.6.1.4.1.12356.103.2.1.6.0
120
chart_meta:
121
description: Current CPU usage excluded nice processes usage (percentage)
122
- family: 'CPU/Usage/ExcludeNice'
122
+ family: 'System/CPU/Usage/ExcludeNice'
123
unit: "%"
124
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
125
symbol:
@@ -127,7 +127,7 @@ metrics:
127
OID: 1.3.6.1.4.1.12356.103.2.1.9.0
128
chart_meta:
129
description: Log receiving rate in number of logs per second
130
- family: 'Log/Rate/In'
130
+ family: 'Security/Log/Rate/In'
131
unit: "{log}/s"
132
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
133
symbol:
@@ -192,7 +192,7 @@ metrics:
192
OID: 1.3.6.1.4.1.12356.103.9.1.1.0
193
chart_meta:
194
description: High availability mode
195
- family: 'HighAvailability/Mode'
195
+ family: 'System/HA/Mode'
196
unit: "{status}"
197
mapping:
198
0: standalone
@@ -204,7 +204,7 @@ metrics:
204
OID: 1.3.6.1.4.1.12356.103.9.1.2.0
205
chart_meta:
206
description: Ha cluster ID
207
- family: 'HighAvailability/Cluster/ID'
207
+ family: 'System/HA/Cluster/ID'
208
unit: "1"
209
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
210
symbol:
@@ -212,7 +212,7 @@ metrics:
212
OID: 1.3.6.1.4.1.12356.103.9.1.3.0
213
chart_meta:
214
description: Peer numbers in the Ha
215
- family: 'HighAvailability/Peer/Count'
215
+ family: 'System/HA/Peer/Count'
216
unit: "{peer}"
217
- MIB: FORTINET-FORTIMANAGER-FORTIANALYZER-MIB
218
table:
@@ -223,7 +223,7 @@ metrics:
223
name: fmDeviceEntMode
224
chart_meta:
225
description: Device management mode
226
- family: 'Device/Mode'
226
+ family: 'Security/Device/Mode'
227
unit: "{status}"
228
mapping:
229
0: unregistered
@@ -234,7 +234,7 @@ metrics:
234
name: fmDeviceEntHaMode
235
chart_meta:
236
description: Device high availability mode
237
- family: 'Device/HighAvailability/Mode'
237
+ family: 'Security/Device/HA/Mode'
238
unit: "{status}"
239
mapping:
240
0: standalone
@@ -247,7 +247,7 @@ metrics:
247
name: fmDeviceEntConnectState
248
chart_meta:
249
description: Device connection status
250
- family: 'Device/Status/Connection'
250
+ family: 'Security/Device/Status/Connection'
251
unit: "{status}"
252
mapping:
253
0: unknown
@@ -257,7 +257,7 @@ metrics:
257
name: fmDeviceEntDbState
258
chart_meta:
259
description: Device database status
260
- family: 'Device/Status/Database'
260
+ family: 'Security/Device/Status/Database'
261
unit: "{status}"
262
mapping:
263
0: unknown
@@ -268,7 +268,7 @@ metrics:
268
name: fmDeviceEntConfigState
269
chart_meta:
270
description: Device config status
271
- family: 'Device/Status/Configuration'
271
+ family: 'Security/Device/Status/Configuration'
272
unit: "{status}"
273
mapping:
274
0: unknown
@@ -278,7 +278,7 @@ metrics:
278
name: fmDeviceEntState
279
chart_meta:
280
description: Device status
281
- family: 'Device/Status/Operational'
281
+ family: 'Security/Device/Status/Operational'
282
unit: "{status}"
283
mapping:
284
0: none
@@ -298,11 +298,10 @@ metrics:
298
14: rev-reverted
299
15: auto-updated
300
- OID: 1.3.6.1.4.1.12356.103.6.2.1.18
301
- symbol:
301
name: fmDeviceEntSupportState
302
chart_meta:
303
description: The support status of the device
305
- family: 'Device/Status/Support'
304
+ family: 'Security/Device/Status/Support'
305
unit: "{status}"
306
mapping:
307
0: expired
@@ -372,7 +371,7 @@ metrics:
371
name: fmSensorEntState
372
chart_meta:
373
description: Sensor status
375
- family: 'Sensor/Status'
374
+ family: 'Hardware/Sensor/Status'
375
unit: "{status}"
376
mapping:
377
0: ok
@@ -405,7 +404,7 @@ metrics:
404
name: fmHaPeerEntState
405
chart_meta:
406
description: Peer status
408
- family: 'HighAvailability/Peer/Status'
407
+ family: 'System/HA/Peer/Status'
408
unit: "{status}"
409
mapping:
410
0: down
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-fortigate.yaml
+30
-30
@@ -72,7 +72,7 @@ metrics:
72
name: fgSysCpuUsage
73
chart_meta:
74
description: Current CPU usage
75
- family: 'CPU/Usage'
75
+ family: 'System/CPU/Usage'
76
unit: "%"
77
78
### Processors
@@ -85,19 +85,19 @@ metrics:
85
name: fgProcessorPktRxCount
86
chart_meta:
87
description: Number of packets received by this processor
88
- family: 'Processor/Packet/In'
88
+ family: 'System/Processor/Packet/In'
89
unit: "{packet}/s"
90
- OID: 1.3.6.1.4.1.12356.101.4.4.2.1.7
91
name: fgProcessorPktTxCount
92
chart_meta:
93
description: Number of packets transmitted by this processor
94
- family: 'Processor/Packet/Out'
94
+ family: 'System/Processor/Packet/Out'
95
unit: "{packet}/s"
96
- OID: 1.3.6.1.4.1.12356.101.4.4.2.1.8
97
name: fgProcessorPktDroppedCount
98
chart_meta:
99
description: Number of packets dropped by this processor
100
- family: 'Processor/Packet/Dropped'
100
+ family: 'System/Processor/Packet/Dropped'
101
unit: "{drop}/s"
102
metric_tags:
103
- tag: processor_index
@@ -114,14 +114,14 @@ metrics:
114
name: fgProcessorUsage
115
chart_meta:
116
description: Processor CPU usage averaged over last minute
117
- family: 'Processor/Usage/Total'
117
+ family: 'System/Processor/Usage/Total'
118
unit: "%"
119
# The processor's CPU system space usage, which is an average calculated over the last minute.
120
- OID: 1.3.6.1.4.1.12356.101.4.4.2.1.10
121
name: fgProcessorSysUsage
122
chart_meta:
123
description: Processor CPU system space usage averaged over last minute
124
- family: 'Processor/Usage/System'
124
+ family: 'System/Processor/Usage/System'
125
unit: "%"
126
metric_tags:
127
# A unique identifier within the fgProcessorTable.
@@ -138,7 +138,7 @@ metrics:
138
name: fgSysMemUsage
139
chart_meta:
140
description: Current memory utilization
141
- family: 'Memory/Usage'
141
+ family: 'System/Memory/Usage'
142
unit: "%"
143
- MIB: FORTINET-FORTIGATE-MIB
144
symbol:
@@ -147,7 +147,7 @@ metrics:
147
name: fgSysMemCapacity
148
chart_meta:
149
description: Total physical memory installed in kilobytes
150
- family: 'Memory/Total'
150
+ family: 'System/Memory/Total'
151
unit: "By"
152
scale_factor: 1024
153
- MIB: FORTINET-FORTIGATE-MIB
@@ -157,7 +157,7 @@ metrics:
157
name: fgSysLowMemUsage
158
chart_meta:
159
description: Current low memory utilization
160
- family: 'Memory/LowMem/Usage'
160
+ family: 'System/Memory/LowMem/Usage'
161
unit: "%"
162
- MIB: FORTINET-FORTIGATE-MIB
163
symbol:
@@ -166,7 +166,7 @@ metrics:
166
name: fgSysLowMemCapacity
167
chart_meta:
168
description: Total low memory capacity in kilobytes
169
- family: 'Memory/LowMem/Total'
169
+ family: 'System/Memory/LowMem/Total'
170
unit: "By"
171
scale_factor: 1024
172
@@ -178,7 +178,7 @@ metrics:
178
name: fgSysDiskUsage
179
chart_meta:
180
description: Current hard disk usage in megabytes
181
- family: 'Disk/Space/Used'
181
+ family: 'System/Disk/Space/Used'
182
unit: "By"
183
scale_factor: 1048576
184
- MIB: FORTINET-FORTIGATE-MIB
@@ -188,7 +188,7 @@ metrics:
188
name: fgSysDiskCapacity
189
chart_meta:
190
description: Total hard disk capacity in megabytes
191
- family: 'Disk/Space/Total'
191
+ family: 'System/Disk/Space/Total'
192
unit: "By"
193
scale_factor: 1048576
194
@@ -204,7 +204,7 @@ metrics:
204
name: fgVdEntOpMode
205
chart_meta:
206
description: Operation mode of the virtual domain
207
- family: 'VirtualDomain/Status/OperationMode'
207
+ family: 'Security/VirtualDomain/Status/OperationMode'
208
unit: "{status}"
209
mapping:
210
1: nat
@@ -214,7 +214,7 @@ metrics:
214
name: fgVdEntHaState
215
chart_meta:
216
description: HA cluster member state of the virtual domain
217
- family: 'VirtualDomain/Status/HighAvailability'
217
+ family: 'Security/VirtualDomain/Status/HighAvailability'
218
unit: "{status}"
219
mapping:
220
1: master
@@ -225,28 +225,28 @@ metrics:
225
name: fgVdEntCpuUsage
226
chart_meta:
227
description: CPU usage of the virtual domain
228
- family: 'VirtualDomain/CPU/Usage'
228
+ family: 'Security/VirtualDomain/CPU/Usage'
229
unit: "%"
230
# Memory usage of the virtual domain (percentage).
231
- OID: 1.3.6.1.4.1.12356.101.3.2.1.1.6
232
name: fgVdEntMemUsage
233
chart_meta:
234
description: Memory usage of the virtual domain
235
- family: 'VirtualDomain/Memory/Usage'
235
+ family: 'Security/VirtualDomain/Memory/Usage'
236
unit: "%"
237
# Number of active sessions on the virtual domain.
238
- OID: 1.3.6.1.4.1.12356.101.3.2.1.1.7
239
name: fgVdEntSesCount
240
chart_meta:
241
description: Number of active sessions on the virtual domain
242
- family: 'VirtualDomain/Session/Active'
242
+ family: 'Security/VirtualDomain/Session/Active'
243
unit: "{session}"
244
# The session setup rate on the virtual domain.
245
- OID: 1.3.6.1.4.1.12356.101.3.2.1.1.8
246
name: fgVdEntSesRate
247
chart_meta:
248
description: Session setup rate on the virtual domain
249
- family: 'VirtualDomain/Session/Rate'
249
+ family: 'Security/VirtualDomain/Session/Rate'
250
unit: "{session}/s"
251
metric_tags:
252
- tag: virtualdomain_index
@@ -265,7 +265,7 @@ metrics:
265
name: fgVdNumber
266
chart_meta:
267
description: Number of virtual domains in vdTable
268
- family: 'VirtualDomain/Active'
268
+ family: 'Security/VirtualDomain/Active'
269
unit: "{domain}"
270
- MIB: FORTINET-FORTIGATE-MIB
271
symbol:
@@ -274,7 +274,7 @@ metrics:
274
name: fgVdMaxVdoms
275
chart_meta:
276
description: Maximum number of virtual domains allowed on the device
277
- family: 'VirtualDomain/Maximum'
277
+ family: 'Security/VirtualDomain/Maximum'
278
unit: "{domain}"
279
280
### Interfaces
@@ -308,7 +308,7 @@ metrics:
308
name: fgSysSesCount
309
chart_meta:
310
description: Number of active sessions on the device
311
- family: 'Session/Active/Count'
311
+ family: 'Security/Session/Active/Count'
312
unit: "{session}"
313
- MIB: FORTINET-FORTIGATE-MIB
314
symbol:
@@ -317,7 +317,7 @@ metrics:
317
name: fgSysSesRate1
318
chart_meta:
319
description: Average session setup rate over the past minute
320
- family: 'Session/Rate/Average'
320
+ family: 'Security/Session/Rate/Average'
321
unit: "{session}/s"
322
- MIB: FORTINET-FORTIGATE-MIB
323
symbol:
@@ -326,7 +326,7 @@ metrics:
326
name: fgSysSes6Count
327
chart_meta:
328
description: Number of active IPv6 sessions on the device
329
- family: 'Session/IPv6/Active/Count'
329
+ family: 'Security/Session/IPv6/Active/Count'
330
unit: "{session}"
331
- MIB: FORTINET-FORTIGATE-MIB
332
symbol:
@@ -335,7 +335,7 @@ metrics:
335
name: fgSysSes6Rate1
336
chart_meta:
337
description: Average IPv6 session setup rate over the past minute
338
- family: 'Session/IPv6/Rate/Average'
338
+ family: 'Security/Session/IPv6/Rate/Average'
339
unit: "{session}/s"
340
- MIB: FORTINET-FORTIGATE-MIB
341
symbol:
@@ -344,7 +344,7 @@ metrics:
344
name: fgApHTTPConnections
345
chart_meta:
346
description: Current number of HTTP proxy connections
347
- family: 'Proxy/HTTP/Connection/Active'
347
+ family: 'Security/Proxy/HTTP/Connection/Active'
348
unit: "{connection}"
349
- MIB: FORTINET-FORTIGATE-MIB
350
symbol:
@@ -353,7 +353,7 @@ metrics:
353
name: fgApHTTPMaxConnections
354
chart_meta:
355
description: Maximum number of connections supported by HTTP proxy
356
- family: 'Proxy/HTTP/Connection/Maximum'
356
+ family: 'Security/Proxy/HTTP/Connection/Maximum'
357
unit: "{connection}"
358
359
### Firewall
@@ -368,14 +368,14 @@ metrics:
368
name: fgFwPolPktCount
369
chart_meta:
370
description: Number of packets matched to firewall policy
371
- family: 'Firewall/Policy/Packet/Count'
371
+ family: 'Security/Firewall/Policy/Packet/Count'
372
unit: "{packet}/s"
373
# Number of bytes in packets matching the policy.
374
- OID: 1.3.6.1.4.1.12356.101.5.1.2.1.1.3
375
name: fgFwPolByteCount
376
chart_meta:
377
description: Number of bytes in packets matching firewall policy
378
- family: 'Firewall/Policy/Throughput/Total'
378
+ family: 'Security/Firewall/Policy/Throughput/Total'
379
unit: "By/s"
380
metric_tags:
381
# Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
@@ -395,14 +395,14 @@ metrics:
395
name: fgFwPol6PktCount
396
chart_meta:
397
description: Number of packets matched to firewall policy6
398
- family: 'Firewall/Policy6/Packet/Count'
398
+ family: 'Security/Firewall/Policy6/Packet/Count'
399
unit: "{packet}/s"
400
# Number of bytes in packets matching the policy. See fgFwPol6PktCount.
401
- OID: 1.3.6.1.4.1.12356.101.5.1.2.2.1.3
402
name: fgFwPol6ByteCount
403
chart_meta:
404
description: Number of bytes in packets matching firewall policy6
405
- family: 'Firewall/Policy6/Throughput/Total'
405
+ family: 'Security/Firewall/Policy6/Throughput/Total'
406
unit: "By/s"
407
metric_tags:
408
# Internal virtual domain index used to uniquely identify rows in this table. This index is also used by other tables referencing a virtual domain.
src/go/plugin/go.d/config/go.d/snmp.profiles/default/fortinet-fortiswitch.yaml
+5
-5
@@ -28,7 +28,7 @@ metrics:
28
OID: 1.3.6.1.4.1.12356.106.4.1.2.0
29
chart_meta:
30
description: Current CPU usage
31
- family: 'CPU/Usage'
31
+ family: 'System/CPU/Usage'
32
unit: "%"
33
- MIB: FORTINET-FORTISWITCH-MIB
34
symbol:
@@ -36,7 +36,7 @@ metrics:
36
OID: 1.3.6.1.4.1.12356.106.4.1.3.0
37
chart_meta:
38
description: Current system memory usage
39
- family: 'Memory/Used'
39
+ family: 'System/Memory/Used'
40
unit: "By"
41
scale_factor: 1024
42
- MIB: FORTINET-FORTISWITCH-MIB
@@ -45,7 +45,7 @@ metrics:
45
OID: 1.3.6.1.4.1.12356.106.4.1.4.0
46
chart_meta:
47
description: Total physical memory installed
48
- family: 'Memory/Total'
48
+ family: 'System/Memory/Total'
49
unit: "By"
50
scale_factor: 1024
51
- MIB: FORTINET-FORTISWITCH-MIB
@@ -54,7 +54,7 @@ metrics:
54
OID: 1.3.6.1.4.1.12356.106.4.1.5.0
55
chart_meta:
56
description: Current hard disk usage
57
- family: 'Disk/Space/Used'
57
+ family: 'System/Disk/Space/Used'
58
unit: "By"
59
scale_factor: 1024
60
- MIB: FORTINET-FORTISWITCH-MIB
@@ -63,6 +63,6 @@ metrics:
63
OID: 1.3.6.1.4.1.12356.106.4.1.6.0
64
chart_meta:
65
description: Total hard disk capacity
66
- family: 'Disk/Space/Total'
66
+ family: 'System/Disk/Space/Total'
67
unit: "By"
68
scale_factor: 1024
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-routers.yaml
+18
-18
@@ -20,13 +20,13 @@ metrics:
20
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.6
21
chart_meta:
22
description: The counter that records the times the remote BGP peer is correctly connected
23
- family: 'Routing/BGP/Peer/Connection/Established/Count'
23
+ family: 'Network/Routing/BGP/Peer/Connection/Established/Count'
24
unit: "{connection}/s"
25
- OID: 1.3.6.1.4.1.2011.5.25.177.1.1.2.1.5
26
name: huawei.hwBgpPeerState
27
chart_meta:
28
description: Current state of the BGP peer connection
29
- family: 'Routing/BGP/Peer/Connection/State'
29
+ family: 'Network/Routing/BGP/Peer/Connection/State'
30
unit: "{status}"
31
mapping:
32
1: idle
@@ -39,7 +39,7 @@ metrics:
39
name: huawei.hwBgpPeerUnAvaiReason
40
chart_meta:
41
description: Reason why the BGP peer is unavailable
42
- family: 'Routing/BGP/Peer/Unavailable/Reason'
42
+ family: 'Network/Routing/BGP/Peer/Unavailable/Reason'
43
unit: "{status}"
44
mapping:
45
1: configuration_lead_peer_down
@@ -70,21 +70,21 @@ metrics:
70
metric_type: monotonic_count
71
chart_meta:
72
description: The number of prefixes received from the remote BGP peer
73
- family: 'Routing/BGP/Peer/Prefix/Received/Total'
73
+ family: 'Network/Routing/BGP/Peer/Prefix/Received/Total'
74
unit: "{prefix}"
75
- name: huawei.hwBgpPeerPrefixActiveCounter
76
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.2
77
metric_type: monotonic_count
78
chart_meta:
79
description: The number of active prefixes received from the remote BGP peer
80
- family: 'Routing/BGP/Peer/Prefix/Active/Total'
80
+ family: 'Network/Routing/BGP/Peer/Prefix/Active/Total'
81
unit: "{prefix}"
82
- name: huawei.hwBgpPeerPrefixAdvCounter
83
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.3.1.3
84
metric_type: monotonic_count
85
chart_meta:
86
description: The number of prefixes sent to the remote BGP peer
87
- family: 'Routing/BGP/Peer/Prefix/Advertised/Total'
87
+ family: 'Network/Routing/BGP/Peer/Prefix/Advertised/Total'
88
unit: "{prefix}"
89
metric_tags:
90
- tag: huawei_hw_bgp_peer_vrf_name
@@ -106,73 +106,73 @@ metrics:
106
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.1
107
chart_meta:
108
description: The total number of protocol packets received from the remote BGP peer
109
- family: 'Routing/BGP/Peer/Message/Total/In'
109
+ family: 'Network/Routing/BGP/Peer/Message/Total/In'
110
unit: "{packet}/s"
111
- name: huawei.hwBgpPeerOutTotalMsgCounter
112
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.2
113
chart_meta:
114
description: The total number of protocol packets sent to the remote BGP peer
115
- family: 'Routing/BGP/Peer/Message/Total/Out'
115
+ family: 'Network/Routing/BGP/Peer/Message/Total/Out'
116
unit: "{packet}/s"
117
- name: huawei.hwBgpPeerInOpenMsgCounter
118
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.3
119
chart_meta:
120
description: The total number of Open packets received from the remote BGP peer
121
- family: 'Routing/BGP/Peer/Message/Open/In'
121
+ family: 'Network/Routing/BGP/Peer/Message/Open/In'
122
unit: "{packet}/s"
123
- name: huawei.hwBgpPeerInUpdateMsgCounter
124
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.4
125
chart_meta:
126
description: The total number of Update packets received from the remote BGP peer
127
- family: 'Routing/BGP/Peer/Message/Update/In'
127
+ family: 'Network/Routing/BGP/Peer/Message/Update/In'
128
unit: "{packet}/s"
129
- name: huawei.hwBgpPeerInNotificationMsgCounter
130
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.5
131
chart_meta:
132
description: The total number of Notification packets received from the remote BGP peer
133
- family: 'Routing/BGP/Peer/Message/Notification/In'
133
+ family: 'Network/Routing/BGP/Peer/Message/Notification/In'
134
unit: "{packet}/s"
135
- name: huawei.hwBgpPeerInKeepAliveMsgCounter
136
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.6
137
chart_meta:
138
description: The total number of Keepalive packets received from the remote BGP peer
139
- family: 'Routing/BGP/Peer/Message/KeepAlive/In'
139
+ family: 'Network/Routing/BGP/Peer/Message/KeepAlive/In'
140
unit: "{packet}/s"
141
- name: huawei.hwBgpPeerInRouteFreshMsgCounter
142
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.7
143
chart_meta:
144
description: The total number of Route-Refresh packets received from the remote BGP peer
145
- family: 'Routing/BGP/Peer/Message/RouteRefresh/In'
145
+ family: 'Network/Routing/BGP/Peer/Message/RouteRefresh/In'
146
unit: "{packet}/s"
147
- name: huawei.hwBgpPeerOutOpenMsgCounter
148
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.8
149
chart_meta:
150
description: The total number of Open packets sent to the remote BGP peer
151
- family: 'Routing/BGP/Peer/Message/Open/Out'
151
+ family: 'Network/Routing/BGP/Peer/Message/Open/Out'
152
unit: "{packet}/s"
153
- name: huawei.hwBgpPeerOutUpdateMsgCounter
154
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.9
155
chart_meta:
156
description: The total number of Update packets sent to the remote BGP peer
157
- family: 'Routing/BGP/Peer/Message/Update/Out'
157
+ family: 'Network/Routing/BGP/Peer/Message/Update/Out'
158
unit: "{packet}/s"
159
- name: huawei.hwBgpPeerOutNotificationMsgCounter
160
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.10
161
chart_meta:
162
description: The total number of Notification packets sent to the remote BGP peer
163
- family: 'Routing/BGP/Peer/Message/Notification/Out'
163
+ family: 'Network/Routing/BGP/Peer/Message/Notification/Out'
164
unit: "{packet}/s"
165
- name: huawei.hwBgpPeerOutKeepAliveMsgCounter
166
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.11
167
chart_meta:
168
description: The total number of Keepalive packets sent to the remote BGP peer
169
- family: 'Routing/BGP/Peer/Message/KeepAlive/Out'
169
+ family: 'Network/Routing/BGP/Peer/Message/KeepAlive/Out'
170
unit: "{packet}/s"
171
- name: huawei.hwBgpPeerOutRouteFreshMsgCounter
172
OID: 1.3.6.1.4.1.2011.5.25.177.1.1.4.1.12
173
chart_meta:
174
description: The total number of Route-Refresh packets sent to the remote BGP peer
175
- family: 'Routing/BGP/Peer/Message/RouteRefresh/Out'
175
+ family: 'Network/Routing/BGP/Peer/Message/RouteRefresh/Out'
176
unit: "{packet}/s"
177
metric_tags:
178
- tag: huawei_hw_bgp_peer_vrf_name
src/go/plugin/go.d/config/go.d/snmp.profiles/default/huawei-switches.yaml
+3
-3
@@ -21,13 +21,13 @@ metrics:
21
OID: 1.3.6.1.4.1.2011.5.25.183.1.20.1.2
22
chart_meta:
23
description: Stack member's priority
24
- family: 'Stack/Member/Priority/Value'
24
+ family: 'Hardware/Stack/Member/Priority/Value'
25
unit: "{priority}"
26
- OID: 1.3.6.1.4.1.2011.5.25.183.1.20.1.3
27
name: huawei.hwMemberStackRole
28
chart_meta:
29
description: Current role of the stack member
30
- family: 'Stack/Member/Role'
30
+ family: 'Hardware/Stack/Member/Role/Status'
31
unit: "{status}"
32
mapping:
33
1: master
@@ -57,7 +57,7 @@ metrics:
57
name: huawei.hwStackPortStatus
58
chart_meta:
59
description: Operational status of the stack port
60
- family: 'Stack/Port/Status'
60
+ family: 'Hardware/Stack/Port/Status'
61
unit: "{status}"
62
mapping:
63
1: up
src/go/plugin/go.d/config/go.d/snmp.profiles/default/juniper-pulse-secure.yaml
+20
-20
@@ -40,7 +40,7 @@ metrics:
40
name: iveCpuUtil
41
chart_meta:
42
description: The cpu utilization of the ive system
43
- family: 'CPU/Usage'
43
+ family: 'System/CPU/Usage'
44
unit: "%"
45
- MIB: JUNIPER-IVE-MIB
46
symbol:
@@ -48,7 +48,7 @@ metrics:
48
name: iveMemoryUtil
49
chart_meta:
50
description: The memory utilization of the ive system
51
- family: 'Memory/Usage'
51
+ family: 'System/Memory/Usage'
52
unit: "%"
53
- MIB: JUNIPER-IVE-MIB
54
symbol:
@@ -56,7 +56,7 @@ metrics:
56
name: iveSwapUtil
57
chart_meta:
58
description: The swap utilization of the ive system
59
- family: 'Memory/Swap/Usage'
59
+ family: 'System/Memory/Swap/Usage'
60
unit: "%"
61
- MIB: JUNIPER-IVE-MIB
62
symbol:
@@ -64,7 +64,7 @@ metrics:
64
name: logFullPercent
65
chart_meta:
66
description: Percentage of log file full
67
- family: 'Disk/Log/Usage'
67
+ family: 'System/Disk/Log/Usage'
68
unit: "%"
69
- MIB: JUNIPER-IVE-MIB
70
symbol:
@@ -72,7 +72,7 @@ metrics:
72
name: diskFullPercent
73
chart_meta:
74
description: Percentage of disk space full
75
- family: 'Disk/Usage'
75
+ family: 'System/Disk/Usage'
76
unit: "%"
77
- MIB: JUNIPER-IVE-MIB
78
symbol:
@@ -80,7 +80,7 @@ metrics:
80
name: iveTemperature
81
chart_meta:
82
description: The Temperature of MAG application blade
83
- family: 'System/Temperature/Value'
83
+ family: 'Hardware/Temperature/Value'
84
unit: "Cel"
85
- MIB: JUNIPER-IVE-MIB
86
symbol:
@@ -88,7 +88,7 @@ metrics:
88
name: signedInWebUsers
89
chart_meta:
90
description: Number of signed-in web users
91
- family: 'User/Active/Web'
91
+ family: 'Network/VPN/User/Active/Web'
92
unit: "{user}"
93
- MIB: JUNIPER-IVE-MIB
94
symbol:
@@ -96,7 +96,7 @@ metrics:
96
name: signedInMailUsers
97
chart_meta:
98
description: Number of signed-in mail users
99
- family: 'User/Active/Mail'
99
+ family: 'Network/VPN/User/Active/Mail'
100
unit: "{user}"
101
- MIB: JUNIPER-IVE-MIB
102
symbol:
@@ -104,7 +104,7 @@ metrics:
104
name: iveVPNTunnels
105
chart_meta:
106
description: The number of concurrent pulse ipsec and nc users
107
- family: 'VPN/Tunnel/Active'
107
+ family: 'Network/VPN/Tunnel/Active'
108
unit: "{tunnel}"
109
- MIB: JUNIPER-IVE-MIB
110
symbol:
@@ -112,7 +112,7 @@ metrics:
112
name: iveConcurrentUsers
113
chart_meta:
114
description: The total number of concurrent user licenses used for the ive node
115
- family: 'License/User/Node/Used'
115
+ family: 'System/License/User/Node/Used'
116
unit: "{license}"
117
- MIB: JUNIPER-IVE-MIB
118
symbol:
@@ -120,7 +120,7 @@ metrics:
120
name: clusterConcurrentUsers
121
chart_meta:
122
description: The total number of concurrent user licenses used for the cluster
123
- family: 'License/User/Cluster/Used'
123
+ family: 'System/License/User/Cluster/Used'
124
unit: "{license}"
125
- MIB: JUNIPER-IVE-MIB
126
symbol:
@@ -128,7 +128,7 @@ metrics:
128
name: iveTotalHits
129
chart_meta:
130
description: The total number of hits to the ive since last reboot
131
- family: 'Hit/Total'
131
+ family: 'Network/VPN/Hit/Total'
132
unit: "{hit}/s"
133
- MIB: JUNIPER-IVE-MIB
134
symbol:
@@ -136,7 +136,7 @@ metrics:
136
name: iveFileHits
137
chart_meta:
138
description: The total number of file hits to the ive since last reboot
139
- family: 'Hit/File'
139
+ family: 'Network/VPN/Hit/File'
140
unit: "{hit}/s"
141
- MIB: JUNIPER-IVE-MIB
142
symbol:
@@ -144,7 +144,7 @@ metrics:
144
name: iveWebHits
145
chart_meta:
146
description: The total number of hits via the web interface since the last reboot
147
- family: 'Hit/Web'
147
+ family: 'Network/VPN/Hit/Web'
148
unit: "{hit}/s"
149
- MIB: JUNIPER-IVE-MIB
150
symbol:
@@ -152,7 +152,7 @@ metrics:
152
name: iveAppletHits
153
chart_meta:
154
description: The total number of applet hits to the ive since last reboot
155
- family: 'Hit/Applet'
155
+ family: 'Network/VPN/Hit/Applet'
156
unit: "{hit}/s"
157
- MIB: JUNIPER-IVE-MIB
158
symbol:
@@ -160,7 +160,7 @@ metrics:
160
name: ivetermHits
161
chart_meta:
162
description: The total number of terminal hits to the ive since last reboot
163
- family: 'Hit/Terminal'
163
+ family: 'Network/VPN/Hit/Terminal'
164
unit: "{hit}/s"
165
- MIB: JUNIPER-IVE-MIB
166
symbol:
@@ -168,7 +168,7 @@ metrics:
168
name: iveSAMHits
169
chart_meta:
170
description: The total number of sam secure application manager hits since last reboot
171
- family: 'Hit/SAM'
171
+ family: 'Network/VPN/Hit/SAM'
172
unit: "{hit}/s"
173
- MIB: JUNIPER-IVE-MIB
174
symbol:
@@ -176,7 +176,7 @@ metrics:
176
name: iveNCHits
177
chart_meta:
178
description: The total number of nc network connect hits since last reboot
179
- family: 'Hit/NetworkConnect'
179
+ family: 'Network/VPN/Hit/NetworkConnect'
180
unit: "{hit}/s"
181
- MIB: JUNIPER-IVE-MIB
182
symbol:
@@ -184,7 +184,7 @@ metrics:
184
name: meetingHits
185
chart_meta:
186
description: The total number of meeting hits since last reboot
187
- family: 'Hit/Meeting'
187
+ family: 'Network/VPN/Hit/Meeting'
188
unit: "{hit}/s"
189
- MIB: JUNIPER-IVE-MIB
190
symbol:
@@ -192,5 +192,5 @@ metrics:
192
name: iveSSLConnections
193
chart_meta:
194
description: Total number of ssl connection
195
- family: 'SSL/Connection/Active'
195
+ family: 'Network/SSL/Connection/Active'
196
unit: "{connection}"
src/go/plugin/go.d/config/go.d/snmp.profiles/default/mikrotik-router.yaml
+12
-11
@@ -67,7 +67,7 @@ metrics:
67
name: mtxrOpticalTxFault
68
chart_meta:
69
description: Indicates whether the optical transceiver is experiencing a transmit fault
70
- family: 'Hardware/OpticalModule/Transmit/Fault/Status'
70
+ family: 'Hardware/OpticalModule/Status/Transmit'
71
unit: "{status}"
72
mapping:
73
0: 'ok'
@@ -76,7 +76,7 @@ metrics:
76
name: mtxrOpticalRxLoss
77
chart_meta:
78
description: Indicates whether there is a loss of received optical signal (Rx Loss)
79
- family: 'Hardware/OpticalModule/Receive/Loss/Status'
79
+ family: 'Hardware/OpticalModule/Status/Receive'
80
unit: "{status}"
81
mapping:
82
0: 'ok'
@@ -99,25 +99,25 @@ metrics:
99
name: mtxrPOEPower
100
chart_meta:
101
description: Power over ethernet
102
- family: 'Interface/PoE/Power'
102
+ family: 'Network/Interface/PoE/Power'
103
unit: "W"
104
- OID: 1.3.6.1.4.1.14988.1.1.15.1.1.4
105
name: mtxrPOEVoltage
106
chart_meta:
107
description: Power over ethernet voltage
108
- family: 'Interface/PoE/Voltage'
108
+ family: 'Network/Interface/PoE/Voltage'
109
unit: "V"
110
- OID: 1.3.6.1.4.1.14988.1.1.15.1.1.5
111
name: mtxrPOECurrent
112
chart_meta:
113
description: Power over ethernet current
114
- family: 'Interface/PoE/Current'
114
+ family: 'Network/Interface/PoE/Current'
115
unit: "mA"
116
- OID: 1.3.6.1.4.1.14988.1.1.15.1.1.3
117
name: mtxrPOEStatus
118
chart_meta:
119
description: Power over ethernet status
120
- family: 'Interface/PoE/Status'
120
+ family: 'Network/Interface/PoE/Status'
121
unit: "{status}"
122
mapping:
123
1: disabled
@@ -144,7 +144,7 @@ metrics:
144
name: cpu.usage
145
chart_meta:
146
description: The average, over the last minute, of the percentage of time that this processor was not idle.
147
- family: 'CPU/Usage'
147
+ family: 'System/CPU/Usage'
148
unit: "%"
149
metric_tags:
150
- tag: cpu_index
@@ -160,7 +160,7 @@ metrics:
160
name: memory.total
161
chart_meta:
162
description: Total size of the storage in bytes
163
- family: 'Memory/Total'
163
+ family: 'System/Memory/Total'
164
unit: "By"
165
transform: |
166
{{- $unit := index .Metric.Tags "rm:storage_alloc_unit" | default "1" -}}
@@ -170,7 +170,7 @@ metrics:
170
name: memory.used
171
chart_meta:
172
description: Amount of storage currently allocated in bytes
173
- family: 'Memory/Used'
173
+ family: 'System/Memory/Used'
174
unit: "By"
175
transform: |
176
{{- $unit := index .Metric.Tags "rm:storage_alloc_unit" | default "1" -}}
@@ -196,8 +196,9 @@ metrics:
196
symbols:
197
- OID: 1.3.6.1.4.1.14988.1.1.3.100.1.3
198
name: mtxrHlSensorValue
199
- description: Sensor value
200
- family: 'Hardware/Sensor'
199
+ chart_meta:
200
+ description: Sensor value
201
+ family: 'Hardware/Sensor'
202
transform: |
203
{{- $sensorType := index .Metric.Tags "rm:sensor_type" | default "" -}}
204
{{- $config := get (dict
src/go/plugin/go.d/config/go.d/snmp.profiles/default/netapp.yaml
+2
-2
@@ -337,14 +337,14 @@ metrics:
337
chart_meta:
338
description: The total number of octets received on the interface, including framing characters
339
family: 'Interfaces/Traffic/Total/In'
340
- unit: "bits/s"
340
+ unit: "bit/s"
341
scale_factor: 8
342
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.31
343
name: if64OutOctets
344
chart_meta:
345
description: The total number of octets transmitted out of the interface, including framing characters
346
family: 'Interfaces/Traffic/Total/Out'
347
- unit: "bits/s"
347
+ unit: "bit/s"
348
scale_factor: 8
349
- OID: 1.3.6.1.4.1.789.1.22.1.2.1.26
350
name: if64InUcastPkts
src/go/plugin/go.d/config/go.d/snmp.profiles/default/palo-alto.yaml
+14
-14
@@ -84,7 +84,7 @@ metrics:
84
name: panSessionUtilization
85
chart_meta:
86
description: Session table utilization percentage
87
- family: 'Session/Utilization'
87
+ family: 'System/Activity/Session/Utilization'
88
unit: "%"
89
- MIB: PAN-COMMON-MIB
90
symbol:
@@ -92,7 +92,7 @@ metrics:
92
name: panSessionMax
93
chart_meta:
94
description: Total number of sessions supported
95
- family: 'Session/Maximum'
95
+ family: 'System/Activity/Session/Maximum'
96
unit: "{session}"
97
- MIB: PAN-COMMON-MIB
98
symbol:
@@ -100,7 +100,7 @@ metrics:
100
name: panSessionActive
101
chart_meta:
102
description: Total number of active sessions
103
- family: 'Session/Active/Total'
103
+ family: 'System/Activity/Session/Active/Total'
104
unit: "{session}"
105
- MIB: PAN-COMMON-MIB
106
symbol:
@@ -108,7 +108,7 @@ metrics:
108
name: panSessionActiveTcp
109
chart_meta:
110
description: Total number of active TCP sessions
111
- family: 'Session/Active/TCP'
111
+ family: 'System/Activity/Session/Active/TCP'
112
unit: "{session}"
113
- MIB: PAN-COMMON-MIB
114
symbol:
@@ -116,7 +116,7 @@ metrics:
116
name: panSessionActiveUdp
117
chart_meta:
118
description: Total number of active UDP sessions
119
- family: 'Session/Active/UDP'
119
+ family: 'System/Activity/Session/Active/UDP'
120
unit: "{session}"
121
- MIB: PAN-COMMON-MIB
122
symbol:
@@ -124,7 +124,7 @@ metrics:
124
name: panSessionActiveICMP
125
chart_meta:
126
description: Total number of active ICMP sessions
127
- family: 'Session/Active/ICMP'
127
+ family: 'System/Activity/Session/Active/ICMP'
128
unit: "{session}"
129
- MIB: PAN-COMMON-MIB
130
symbol:
@@ -132,7 +132,7 @@ metrics:
132
name: panSessionActiveSslProxy
133
chart_meta:
134
description: Total number of active SSL proxy sessions
135
- family: 'Session/SSLProxy/Active'
135
+ family: 'System/Activity/Session/SSLProxy/Active'
136
unit: "{session}"
137
- MIB: PAN-COMMON-MIB
138
symbol:
@@ -140,7 +140,7 @@ metrics:
140
name: panSessionSslProxyUtilization
141
chart_meta:
142
description: SSL proxy session utilization percentage
143
- family: 'Session/SSLProxy/Utilization'
143
+ family: 'System/Activity/Session/SSLProxy/Utilization'
144
unit: "%"
145
146
#
@@ -152,7 +152,7 @@ metrics:
152
name: panGPGWUtilizationPct
153
chart_meta:
154
description: GlobalProtect Gateway utilization percentage
155
- family: 'GlobalProtect/Gateway/Utilization'
155
+ family: 'Network/VPN/GlobalProtect/Gateway/Utilization'
156
unit: "%"
157
- MIB: PAN-COMMON-MIB
158
symbol:
@@ -160,7 +160,7 @@ metrics:
160
name: panGPGWUtilizationMaxTunnels
161
chart_meta:
162
description: Max tunnels allowed
163
- family: 'GlobalProtect/Gateway/Tunnel/Maximum'
163
+ family: 'Network/VPN/GlobalProtect/Gateway/Tunnel/Maximum'
164
unit: "{tunnel}"
165
- MIB: PAN-COMMON-MIB
166
symbol:
@@ -168,7 +168,7 @@ metrics:
168
name: panGPGWUtilizationActiveTunnels
169
chart_meta:
170
description: Number of active tunnels
171
- family: 'GlobalProtect/Gateway/Tunnel/Active'
171
+ family: 'Network/VPN/GlobalProtect/Gateway/Tunnel/Active'
172
unit: "{tunnel}"
173
- MIB: PAN-ENTITY-EXT-MIB
174
symbol:
@@ -195,13 +195,13 @@ metrics:
195
name: panEntryFRUModulePowerUsed
196
chart_meta:
197
description: Power used by the FRU Module in watts
198
- family: 'FRU/Module/Power'
198
+ family: 'Hardware/FRU/Module/Power/Used'
199
unit: "W"
200
- OID: 1.3.6.1.4.1.25461.1.1.7.1.2.1.1.2
201
name: panEntryFRUModuleNumPorts
202
chart_meta:
203
description: Number of ports on the FRU Module
204
- family: 'FRU/Module/Port/Count'
204
+ family: 'Hardware/FRU/Module/Port/Count'
205
unit: "{port}"
206
metric_tags:
207
- MIB: ENTITY-MIB
@@ -220,7 +220,7 @@ metrics:
220
name: panEntryFanTrayPowerUsed
221
chart_meta:
222
description: Power used by the Fan Tray in watts
223
- family: 'FRU/FanTray/Power'
223
+ family: 'Hardware/FRU/FanTray/Power/Used'
224
unit: "W"
225
metric_tags:
226
- MIB: ENTITY-MIB
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu3.yaml
+31
-31
@@ -25,7 +25,7 @@ metrics:
25
OID: 1.3.6.1.4.1.1718.3.1.6.0
26
chart_meta:
27
description: Total power consumption of the system
28
- family: 'System/Power/Total'
28
+ family: 'PowerFlow/System/Total'
29
unit: "W"
30
- MIB: SENTRY3-MIB
31
symbol:
@@ -45,55 +45,55 @@ metrics:
45
OID: 1.3.6.1.4.1.1718.3.2.1.1.5
46
chart_meta:
47
description: Number of tower infeeds
48
- family: 'Tower/Infeed/Count'
48
+ family: 'PowerFlow/Tower/Infeed/Count'
49
unit: "{infeed}"
50
- name: servertech.sentry3.towerVACapacity
51
OID: 1.3.6.1.4.1.1718.3.2.1.1.9
52
chart_meta:
53
description: Tower VA capacity
54
- family: 'Tower/Power/Capacity/Apparent'
54
+ family: 'PowerFlow/Tower/Capacity/Apparent'
55
unit: "VA"
56
- name: servertech.sentry3.towerVACapacityUsed
57
OID: 1.3.6.1.4.1.1718.3.2.1.1.10
58
chart_meta:
59
description: Used tower VA capacity
60
- family: 'Tower/Power/Used/Apparent'
60
+ family: 'PowerFlow/Tower/Used/Apparent'
61
unit: "VA"
62
- name: servertech.sentry3.towerActivePower
63
OID: 1.3.6.1.4.1.1718.3.2.1.1.11
64
chart_meta:
65
description: Tower active power
66
- family: 'Tower/Power/Active'
66
+ family: 'PowerFlow/Tower/Active'
67
unit: "W"
68
- name: servertech.sentry3.towerApparentPower
69
OID: 1.3.6.1.4.1.1718.3.2.1.1.12
70
chart_meta:
71
description: Tower apparent power
72
- family: 'Tower/Power/Apparent'
72
+ family: 'PowerFlow/Tower/Apparent'
73
unit: "VA"
74
- name: servertech.sentry3.towerPowerFactor
75
OID: 1.3.6.1.4.1.1718.3.2.1.1.13
76
chart_meta:
77
description: Tower power factor
78
- family: 'Tower/Power/Factor'
78
+ family: 'PowerFlow/Tower/Factor'
79
unit: "%"
80
- name: servertech.sentry3.towerEnergy
81
OID: 1.3.6.1.4.1.1718.3.2.1.1.14
82
chart_meta:
83
description: Tower energy consumption
84
- family: 'Tower/Energy/Total'
84
+ family: 'PowerFlow/Tower/Energy/Total'
85
unit: "Wh"
86
- name: servertech.sentry3.towerLineFrequency
87
OID: 1.3.6.1.4.1.1718.3.2.1.1.15
88
chart_meta:
89
description: Tower line frequency
90
- family: 'Tower/Frequency/Value'
90
+ family: 'PowerFlow/Tower/Frequency'
91
unit: "Hz"
92
- name: servertech.sentry3.towerStatus
93
OID: 1.3.6.1.4.1.1718.3.2.1.1.4
94
chart_meta:
95
description: Tower operational status
96
- family: 'Tower/Status'
96
+ family: 'Hardware/Tower/Status'
97
unit: "{status}"
98
mapping:
99
0: normal
@@ -129,61 +129,61 @@ metrics:
129
OID: 1.3.6.1.4.1.1718.3.2.2.1.7
130
chart_meta:
131
description: Infeed load value
132
- family: 'Infeed/Load/Value'
132
+ family: 'PowerFlow/Infeed/Load/Value'
133
unit: "W"
134
- name: servertech.sentry3.infeedOutletCount
135
OID: 1.3.6.1.4.1.1718.3.2.2.1.9
136
chart_meta:
137
description: Number of outlets on infeed
138
- family: 'Infeed/Outlet/Count'
138
+ family: 'PowerFlow/Infeed/Outlet/Count'
139
unit: "{outlet}"
140
- name: servertech.sentry3.infeedCapacity
141
OID: 1.3.6.1.4.1.1718.3.2.2.1.10
142
chart_meta:
143
description: Infeed capacity
144
- family: 'Infeed/Power/Capacity'
144
+ family: 'PowerFlow/Infeed/Capacity'
145
unit: "VA"
146
- name: servertech.sentry3.infeedVoltage
147
OID: 1.3.6.1.4.1.1718.3.2.2.1.11
148
chart_meta:
149
description: Infeed voltage
150
- family: 'Infeed/Voltage/Value'
150
+ family: 'PowerFlow/Infeed/Voltage'
151
unit: "V"
152
- name: servertech.sentry3.infeedPower
153
OID: 1.3.6.1.4.1.1718.3.2.2.1.12
154
chart_meta:
155
description: Infeed power
156
- family: 'Infeed/Power/Active'
156
+ family: 'PowerFlow/Infeed/Active'
157
unit: "W"
158
- name: servertech.sentry3.infeedEnergy
159
OID: 1.3.6.1.4.1.1718.3.2.2.1.16
160
chart_meta:
161
description: Infeed energy consumption
162
- family: 'Infeed/Energy/Total'
162
+ family: 'PowerFlow/Infeed/Energy/Total'
163
unit: "Wh"
164
- name: servertech.sentry3.infeedPhaseVoltage
165
OID: 1.3.6.1.4.1.1718.3.2.2.1.18
166
chart_meta:
167
description: Infeed phase voltage
168
- family: 'Infeed/Phase/Voltage/Value'
168
+ family: 'PowerFlow/Infeed/Phase/Voltage'
169
unit: "V"
170
- name: servertech.sentry3.infeedPhaseCurrent
171
OID: 1.3.6.1.4.1.1718.3.2.2.1.19
172
chart_meta:
173
description: Infeed phase current
174
- family: 'Infeed/Phase/Current/Value'
174
+ family: 'PowerFlow/Infeed/Phase/Current'
175
unit: "A"
176
- name: servertech.sentry3.infeedCapacityUsed
177
OID: 1.3.6.1.4.1.1718.3.2.2.1.20
178
chart_meta:
179
description: Used infeed capacity
180
- family: 'Infeed/Power/Used'
180
+ family: 'PowerFlow/Infeed/Used'
181
unit: "VA"
182
- name: servertech.sentry3.infeedStatus
183
OID: 1.3.6.1.4.1.1718.3.2.2.1.5
184
chart_meta:
185
description: Infeed operational status
186
- family: 'Infeed/Status'
186
+ family: 'Hardware/Infeed/Status'
187
unit: "{status}"
188
mapping:
189
0: off
@@ -200,7 +200,7 @@ metrics:
200
OID: 1.3.6.1.4.1.1718.3.2.2.1.6
201
chart_meta:
202
description: Infeed load status
203
- family: 'Infeed/Load/Status'
203
+ family: 'Hardware/Infeed/Load/Status'
204
unit: "{status}"
205
mapping:
206
0: normal
@@ -215,7 +215,7 @@ metrics:
215
OID: 1.3.6.1.4.1.1718.3.2.2.1.17
216
chart_meta:
217
description: Infeed reactance type
218
- family: 'Infeed/Reactance/Type'
218
+ family: 'PowerFlow/Infeed/Reactance/Type'
219
unit: "{status}"
220
mapping:
221
0: unknown
@@ -253,7 +253,7 @@ metrics:
253
OID: 1.3.6.1.4.1.1718.3.2.3.1.5
254
chart_meta:
255
description: Outlet operational status
256
- family: 'Outlet/Status'
256
+ family: 'Hardware/Outlet/Status'
257
unit: "{status}"
258
mapping:
259
0: off
@@ -270,7 +270,7 @@ metrics:
270
OID: 1.3.6.1.4.1.1718.3.2.3.1.10
271
chart_meta:
272
description: Outlet control state
273
- family: 'Outlet/Control/State'
273
+ family: 'Hardware/Outlet/Control/State'
274
unit: "{status}"
275
mapping:
276
0: idle_off
@@ -295,7 +295,7 @@ metrics:
295
OID: 1.3.6.1.4.1.1718.3.2.3.1.19
296
chart_meta:
297
description: Outlet wakeup state configuration
298
- family: 'Outlet/Wakeup/State'
298
+ family: 'Hardware/Outlet/Wakeup/State'
299
unit: "{status}"
300
mapping:
301
1: last
@@ -320,7 +320,7 @@ metrics:
320
OID: 1.3.6.1.4.1.1718.3.2.4.1.4
321
chart_meta:
322
description: Environmental monitor status
323
- family: 'Environment/Monitor/Status'
323
+ family: 'Hardware/Sensor/Environmental/Status'
324
unit: "{status}"
325
mapping:
326
0: normal
@@ -344,19 +344,19 @@ metrics:
344
OID: 1.3.6.1.4.1.1718.3.2.5.1.6
345
chart_meta:
346
description: Temperature value from sensor
347
- family: 'Sensor/Temperature/Value'
347
+ family: 'Hardware/Sensor/Temperature/Value'
348
unit: "Cel"
349
- name: servertech.sentry3.tempHumidSensorHumidValue
350
OID: 1.3.6.1.4.1.1718.3.2.5.1.10
351
chart_meta:
352
description: Humidity value from sensor
353
- family: 'Sensor/Humidity/Value'
353
+ family: 'Hardware/Sensor/Humidity/Value'
354
unit: "%"
355
- name: servertech.sentry3.tempHumidSensorStatus
356
OID: 1.3.6.1.4.1.1718.3.2.5.1.4
357
chart_meta:
358
description: Temperature/humidity sensor communication status
359
- family: 'Sensor/Communication/Status'
359
+ family: 'Hardware/Sensor/Communication/Status'
360
unit: "{status}"
361
mapping:
362
0: found
@@ -367,7 +367,7 @@ metrics:
367
OID: 1.3.6.1.4.1.1718.3.2.5.1.5
368
chart_meta:
369
description: Temperature sensor status
370
- family: 'Sensor/Temperature/Status'
370
+ family: 'Hardware/Sensor/Temperature/Status'
371
unit: "{status}"
372
mapping:
373
0: normal
@@ -382,7 +382,7 @@ metrics:
382
OID: 1.3.6.1.4.1.1718.3.2.5.1.9
383
chart_meta:
384
description: Humidity sensor status
385
- family: 'Sensor/Humidity/Status'
385
+ family: 'Hardware/Sensor/Humidity/Status'
386
unit: "{status}"
387
mapping:
388
0: normal
src/go/plugin/go.d/config/go.d/snmp.profiles/default/servertech-pdu4.yaml
+45
-45
@@ -20,7 +20,7 @@ metrics:
20
OID: 1.3.6.1.4.1.1718.4.1.2.3.1.1
21
chart_meta:
22
description: Unit operational status
23
- family: 'Unit/Status'
23
+ family: 'Hardware/Unit/Status'
24
unit: "{status}"
25
mapping:
26
0: normal
@@ -85,49 +85,49 @@ metrics:
85
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.3
86
chart_meta:
87
description: Active power of the input cord
88
- family: 'InputCord/Power/Active'
88
+ family: 'PowerFlow/InputCord/Active'
89
unit: "W"
90
- name: servertech.sentry4.st4InputCordApparentPower
91
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.5
92
chart_meta:
93
description: Apparent power of the input cord
94
- family: 'InputCord/Power/Apparent'
94
+ family: 'PowerFlow/InputCord/Apparent'
95
unit: "VA"
96
- name: servertech.sentry4.st4InputCordPowerUtilized
97
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.7
98
chart_meta:
99
description: Power utilized by the input cord
100
- family: 'InputCord/Power/Utilized'
100
+ family: 'PowerFlow/InputCord/Utilized'
101
unit: "W"
102
- name: servertech.sentry4.st4InputCordPowerFactor
103
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.8
104
chart_meta:
105
description: Power factor of the input cord
106
- family: 'InputCord/Power/Factor'
106
+ family: 'PowerFlow/InputCord/Factor'
107
unit: "10*2.1"
108
- name: servertech.sentry4.st4InputCordEnergy
109
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.10
110
chart_meta:
111
description: Energy consumed by the input cord
112
- family: 'InputCord/Energy/Total'
112
+ family: 'PowerFlow/InputCord/Energy/Total'
113
unit: "Wh"
114
- name: servertech.sentry4.st4InputCordFrequency
115
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.11
116
chart_meta:
117
description: Frequency of the input cord
118
- family: 'InputCord/Frequency/Value'
118
+ family: 'PowerFlow/InputCord/Frequency'
119
unit: "Hz"
120
- name: servertech.sentry4.st4InputCordOutOfBalance
121
OID: 1.3.6.1.4.1.1718.4.1.3.3.1.12
122
chart_meta:
123
description: Out of balance measurement of the input cord
124
- family: 'InputCord/Balance/Deviation'
124
+ family: 'PowerFlow/InputCord/Balance/Deviation'
125
unit: "%"
126
- OID: 1.3.6.1.4.1.1718.4.1.3.3.1.1
127
name: servertech.sentry4.st4InputCordState
128
chart_meta:
129
description: Input cord power state
130
- family: 'InputCord/Power/State'
130
+ family: 'Hardware/InputCord/Power/State'
131
unit: "{status}"
132
mapping:
133
0: unknown
@@ -137,7 +137,7 @@ metrics:
137
name: servertech.sentry4.st4InputCordStatus
138
chart_meta:
139
description: Input cord operational status
140
- family: 'InputCord/Status'
140
+ family: 'Hardware/InputCord/Status'
141
unit: "{status}"
142
mapping:
143
0: normal
@@ -166,7 +166,7 @@ metrics:
166
name: servertech.sentry4.st4InputCordActivePowerStatus
167
chart_meta:
168
description: Input cord active power status
169
- family: 'InputCord/Power/Active/Status'
169
+ family: 'PowerFlow/InputCord/Active/Status'
170
unit: "{status}"
171
mapping:
172
0: normal
@@ -195,7 +195,7 @@ metrics:
195
name: servertech.sentry4.st4InputCordApparentPowerStatus
196
chart_meta:
197
description: Input cord apparent power status
198
- family: 'InputCord/Power/Apparent/Status'
198
+ family: 'PowerFlow/InputCord/Apparent/Status'
199
unit: "{status}"
200
mapping:
201
0: normal
@@ -224,7 +224,7 @@ metrics:
224
name: servertech.sentry4.st4InputCordPowerFactorStatus
225
chart_meta:
226
description: Input cord power factor status
227
- family: 'InputCord/Power/Factor/Status'
227
+ family: 'PowerFlow/InputCord/Factor/Status'
228
unit: "{status}"
229
mapping:
230
0: normal
@@ -253,7 +253,7 @@ metrics:
253
name: servertech.sentry4.st4InputCordOutOfBalanceStatus
254
chart_meta:
255
description: Input cord out of balance status
256
- family: 'InputCord/Balance/Deviation/Status'
256
+ family: 'PowerFlow/InputCord/Balance/Deviation/Status'
257
unit: "{status}"
258
mapping:
259
0: normal
@@ -301,19 +301,19 @@ metrics:
301
OID: 1.3.6.1.4.1.1718.4.1.4.3.1.3
302
chart_meta:
303
description: Current of the line
304
- family: 'Line/Current/Value'
304
+ family: 'PowerFlow/Line/Current/Value'
305
unit: "A"
306
- name: servertech.sentry4.st4LineCurrentUtilized
307
OID: 1.3.6.1.4.1.1718.4.1.4.3.1.5
308
chart_meta:
309
description: Utilized current of the line
310
- family: 'Line/Current/Utilized'
310
+ family: 'PowerFlow/Line/Current/Utilized'
311
unit: "A"
312
- OID: 1.3.6.1.4.1.1718.4.1.4.3.1.1
313
name: servertech.sentry4.st4LineState
314
chart_meta:
315
description: Line power state
316
- family: 'Line/Power/State'
316
+ family: 'Hardware/Line/Power/State'
317
unit: "{status}"
318
mapping:
319
0: unknown
@@ -323,7 +323,7 @@ metrics:
323
name: servertech.sentry4.st4LineStatus
324
chart_meta:
325
description: Line operational status
326
- family: 'Line/Status'
326
+ family: 'Hardware/Line/Status'
327
unit: "{status}"
328
mapping:
329
0: normal
@@ -352,7 +352,7 @@ metrics:
352
name: servertech.sentry4.st4LineCurrentStatus
353
chart_meta:
354
description: Line current status
355
- family: 'Line/Current/Status'
355
+ family: 'PowerFlow/Line/Current/Status'
356
unit: "{status}"
357
mapping:
358
0: normal
@@ -396,55 +396,55 @@ metrics:
396
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.3
397
chart_meta:
398
description: Voltage of the phase
399
- family: 'Phase/Voltage/Value'
399
+ family: 'PowerFlow/Phase/Voltage/Value'
400
unit: "V"
401
- name: servertech.sentry4.st4PhaseVoltageDeviation
402
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.5
403
chart_meta:
404
description: Voltage deviation of the phase
405
- family: 'Phase/Voltage/Deviation'
405
+ family: 'PowerFlow/Phase/Voltage/Deviation'
406
unit: "V"
407
- name: servertech.sentry4.st4PhaseCurrent
408
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.6
409
chart_meta:
410
description: Current of the phase
411
- family: 'Phase/Current/Value'
411
+ family: 'PowerFlow/Phase/Current/Value'
412
unit: "A"
413
- name: servertech.sentry4.st4PhaseCurrentCrestFactor
414
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.7
415
chart_meta:
416
description: Current crest factor of the phase
417
- family: 'Phase/Current/CrestFactor'
417
+ family: 'PowerFlow/Phase/Current/CrestFactor'
418
unit: "1"
419
- name: servertech.sentry4.st4PhaseActivePower
420
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.8
421
chart_meta:
422
description: Active power of the phase
423
- family: 'Phase/Power/Active'
423
+ family: 'PowerFlow/Phase/Active'
424
unit: "W"
425
- name: servertech.sentry4.st4PhaseApparentPower
426
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.9
427
chart_meta:
428
description: Apparent power of the phase
429
- family: 'Phase/Power/Apparent'
429
+ family: 'PowerFlow/Phase/Apparent'
430
unit: "VA"
431
- name: servertech.sentry4.st4PhasePowerFactor
432
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.10
433
chart_meta:
434
description: Power factor of the phase
435
- family: 'Phase/Power/Factor'
435
+ family: 'PowerFlow/Phase/Factor'
436
unit: "1"
437
- name: servertech.sentry4.st4PhaseEnergy
438
OID: 1.3.6.1.4.1.1718.4.1.5.3.1.13
439
chart_meta:
440
description: Energy consumed by the phase
441
- family: 'Phase/Energy/Total'
441
+ family: 'PowerFlow/Phase/Energy/Total'
442
unit: "Wh"
443
- OID: 1.3.6.1.4.1.1718.4.1.5.3.1.1
444
name: servertech.sentry4.st4PhaseState
445
chart_meta:
446
description: Phase power state
447
- family: 'Phase/Power/State'
447
+ family: 'Hardware/Phase/Power/State'
448
unit: "{status}"
449
mapping:
450
0: unknown
@@ -454,7 +454,7 @@ metrics:
454
name: sservertech.sentry4.st4PhaseStatus
455
chart_meta:
456
description: Phase operational status
457
- family: 'Phase/Status'
457
+ family: 'Hardware/Phase/Status'
458
unit: "{status}"
459
mapping:
460
0: normal
@@ -483,7 +483,7 @@ metrics:
483
name: servertech.sentry4.st4PhaseVoltageStatus
484
chart_meta:
485
description: Phase voltage status
486
- family: 'Phase/Voltage/Status'
486
+ family: 'PowerFlow/Phase/Voltage/Status'
487
unit: "{status}"
488
mapping:
489
0: normal
@@ -512,7 +512,7 @@ metrics:
512
name: servertech.sentry4.st4PhasePowerFactorStatus
513
chart_meta:
514
description: Phase power factor status
515
- family: 'Phase/Power/Factor/Status'
515
+ family: 'PowerFlow/Phase/Factor/Status'
516
unit: "{status}"
517
mapping:
518
0: normal
@@ -541,7 +541,7 @@ metrics:
541
name: servertech.sentry4.st4PhaseReactance
542
chart_meta:
543
description: Phase reactance type
544
- family: 'Phase/Reactance/Type'
544
+ family: 'PowerFlow/Phase/Reactance/Type'
545
unit: "{status}"
546
mapping:
547
0: unknown
@@ -571,7 +571,7 @@ metrics:
571
name: servertech.sentry4.st4OcpStatus
572
chart_meta:
573
description: Overcurrent protection device status
574
- family: 'OCP/Status'
574
+ family: 'Hardware/OCP/Status'
575
unit: "{status}"
576
mapping:
577
0: normal
@@ -622,19 +622,19 @@ metrics:
622
OID: 1.3.6.1.4.1.1718.4.1.7.3.1.3
623
chart_meta:
624
description: Current of the branch
625
- family: 'Branch/Current/Value'
625
+ family: 'PowerFlow/Branch/Current/Value'
626
unit: "A"
627
- name: servertech.sentry4.st4BranchCurrentUtilized
628
OID: 1.3.6.1.4.1.1718.4.1.7.3.1.5
629
chart_meta:
630
description: Utilized current of the branch
631
- family: 'Branch/Current/Utilized'
631
+ family: 'PowerFlow/Branch/Current/Utilized'
632
unit: "A"
633
- OID: 1.3.6.1.4.1.1718.4.1.7.3.1.1
634
name: servertech.sentry4.st4BranchState
635
chart_meta:
636
description: Branch power state
637
- family: 'Branch/Power/State'
637
+ family: 'Hardware/Branch/Power/State'
638
unit: "{status}"
639
mapping:
640
0: unknown
@@ -644,7 +644,7 @@ metrics:
644
name: servertech.sentry4.st4BranchStatus
645
chart_meta:
646
description: Branch operational status
647
- family: 'Branch/Status'
647
+ family: 'Hardware/Branch/Status'
648
unit: "{status}"
649
mapping:
650
0: normal
@@ -673,7 +673,7 @@ metrics:
673
name: servertech.sentry4.st4BranchCurrentStatus
674
chart_meta:
675
description: Branch current status
676
- family: 'Branch/Current/Status'
676
+ family: 'PowerFlow/Branch/Current/Status'
677
unit: "{status}"
678
mapping:
679
0: normal
@@ -725,7 +725,7 @@ metrics:
725
name: servertech.sentry4.st4OutletWakeupState
726
chart_meta:
727
description: Outlet wakeup state configuration
728
- family: 'Outlet/Wakeup/State'
728
+ family: 'Hardware/Outlet/Wakeup/State'
729
unit: "{status}"
730
mapping:
731
0: on
@@ -735,7 +735,7 @@ metrics:
735
name: servertech.sentry4.st4OutletState
736
chart_meta:
737
description: Outlet power state
738
- family: 'Outlet/Power/State'
738
+ family: 'Hardware/Outlet/Power/State'
739
unit: "{status}"
740
mapping:
741
0: unknown
@@ -745,7 +745,7 @@ metrics:
745
name: servertech.sentry4.st4OutletStatus
746
chart_meta:
747
description: Outlet operational status
748
- family: 'Outlet/Status'
748
+ family: 'Hardware/Outlet/Status'
749
unit: "{status}"
750
mapping:
751
0: normal
@@ -805,13 +805,13 @@ metrics:
805
OID: 1.3.6.1.4.1.1718.4.1.9.3.1.1
806
chart_meta:
807
description: Temperature sensor value
808
- family: 'Sensor/Temperature/Value'
808
+ family: 'Hardware/Sensor/Temperature/Value'
809
unit: "Cel"
810
- OID: 1.3.6.1.4.1.1718.4.1.9.3.1.2
811
name: servertech.sentry4.st4TempSensorStatus
812
chart_meta:
813
description: Temperature sensor status
814
- family: 'Sensor/Temperature/Status'
814
+ family: 'Hardware/Sensor/Temperature/Status'
815
unit: "{status}"
816
mapping:
817
0: normal
@@ -855,13 +855,13 @@ metrics:
855
OID: 1.3.6.1.4.1.1718.4.1.10.3.1.1
856
chart_meta:
857
description: Humidity sensor value
858
- family: 'Sensor/Humidity/Value'
858
+ family: 'Hardware/Sensor/Humidity/Value'
859
unit: "%"
860
- OID: 1.3.6.1.4.1.1718.4.1.10.3.1.2
861
name: servertech.sentry4.st4HumidSensorStatus
862
chart_meta:
863
description: Humidity sensor status
864
- family: 'Sensor/Humidity/Status'
864
+ family: 'Hardware/Sensor/Humidity/Status'
865
unit: "{status}"
866
mapping:
867
0: normal
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-pdu.yaml
+17
-17
@@ -21,7 +21,7 @@ metrics:
21
name: tlpDeviceStatus
22
chart_meta:
23
description: The currently most critical alarm status for the device
24
- family: 'Device/Alarm/Status'
24
+ family: 'Hardware/Device/Alarm/Status'
25
unit: "{status}"
26
mapping:
27
0: none
@@ -77,19 +77,19 @@ metrics:
77
name: tlpPduDevicePhaseImbalance
78
chart_meta:
79
description: The percentage of imbalance of the three phases.
80
- family: 'Phase/Imbalance/Value'
80
+ family: 'PowerFlow/Phase/Imbalance/Value'
81
unit: "%"
82
- OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.9
83
name: tlpPduDeviceOutputPowerTotal
84
chart_meta:
85
description: The AC output total power for all circuits.
86
- family: 'Output/Power/Total'
86
+ family: 'PowerFlow/Output/Total'
87
unit: "W"
88
- OID: 1.3.6.1.4.1.850.1.1.3.2.2.1.1.1
89
name: tlpPduDeviceMainLoadState
90
chart_meta:
91
description: The current state of the main output of the device
92
- family: 'Output/Main/Status'
92
+ family: 'Hardware/Output/Main/Status'
93
unit: "{status}"
94
mapping:
95
0: unknown
@@ -116,25 +116,25 @@ metrics:
116
name: tlpPduOutputVoltage
117
chart_meta:
118
description: The magnitude of the present output voltage for a given output line.
119
- family: 'Output/Phase/Voltage/Value'
119
+ family: 'PowerFlow/Output/Phase/Voltage/Value'
120
unit: "V"
121
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.5
122
name: tlpPduOutputCurrent
123
chart_meta:
124
description: The output current, in hundreths of amps, for a given phase.
125
- family: 'Output/Phase/Current/Value'
125
+ family: 'PowerFlow/Output/Phase/Current/Value'
126
unit: "mA"
127
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.10
128
name: tlpPduOutputSource
129
chart_meta:
130
description: The present source of output power.
131
- family: 'Output/Source/Status'
131
+ family: 'PowerFlow/Output/Source/Status'
132
unit: "{status}"
133
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.2.1.1.11
134
name: tlpPduOutputFrequency
135
chart_meta:
136
description: The present output frequency.
137
- family: 'Output/Frequency/Value'
137
+ family: 'PowerFlow/Output/Frequency/Value'
138
unit: "Hz"
139
# TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
140
metric_tags:
@@ -167,25 +167,25 @@ metrics:
167
name: tlpPduOutletState
168
chart_meta:
169
description: The current state of the outlet.
170
- family: 'Outlet/Operational/Status'
170
+ family: 'Hardware/Outlet/Status'
171
unit: "{status}"
172
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.7
173
name: tlpPduOutletVoltage
174
chart_meta:
175
description: The magnitude of the present output voltage for a given outlet.
176
- family: 'Outlet/Voltage/Value'
176
+ family: 'PowerFlow/Outlet/Voltage/Value'
177
unit: "V"
178
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.8
179
name: tlpPduOutletCurrent
180
chart_meta:
181
description: The present output current, in hundreths of amps, of a given outlet.
182
- family: 'Outlet/Current/Value'
182
+ family: 'PowerFlow/Outlet/Current/Value'
183
unit: "mA"
184
- OID: 1.3.6.1.4.1.850.1.1.3.2.3.3.1.1.9
185
name: tlpPduOutletPower
186
chart_meta:
187
description: The output power of a given outlet.
188
- family: 'Outlet/Power/Active'
188
+ family: 'PowerFlow/Outlet/Active'
189
unit: "W"
190
metric_tags:
191
- tag: tlp_pdu_outlet_name
@@ -206,7 +206,7 @@ metrics:
206
name: tlpPduBreakerStatus
207
chart_meta:
208
description: The current state of the bank breaker
209
- family: 'Breaker/Status'
209
+ family: 'Hardware/Breaker/Status'
210
unit: "{status}"
211
mapping:
212
0: open
@@ -232,7 +232,7 @@ metrics:
232
name: tlpAlarmsPresent
233
chart_meta:
234
description: The present number of active alarm conditions.
235
- family: 'Alarm/Active/Count'
235
+ family: 'System/Alarm/Active/Count'
236
unit: "{alarm}"
237
238
- MIB: TRIPPLITE-PRODUCTS
@@ -244,7 +244,7 @@ metrics:
244
name: tlpAlarmState
245
chart_meta:
246
description: The current state of this alarm condition
247
- family: 'Alarm/Condition/Status'
247
+ family: 'System/Alarm/Condition/Status'
248
unit: "{status}"
249
mapping:
250
1: active
@@ -253,7 +253,7 @@ metrics:
253
name: tlpAlarmAcknowledged
254
chart_meta:
255
description: Denotes whether the alarm condition has been acknowledged
256
- family: 'Alarm/Condition/Acknowledgment/Status'
256
+ family: 'System/Alarm/Condition/Acknowledgment/Status'
257
unit: "{status}"
258
mapping:
259
1: not_acknowledged
@@ -264,4 +264,4 @@ metrics:
264
- tag: _tlp_alarm_descr
265
symbol:
266
OID: 1.3.6.1.4.1.850.1.3.2.1.2
267
- name: tlpAlarmDescr
267
+ name: tlpAlarmDescr\
src/go/plugin/go.d/config/go.d/snmp.profiles/default/tripplite-ups.yaml
+10
-10
@@ -33,7 +33,7 @@ metrics:
33
name: tlUpsMainOutletState
34
chart_meta:
35
description: The current state of the main output of the device
36
- family: 'Outlet/Main/Status'
36
+ family: 'Hardware/Outlet/Main/Status'
37
unit: "{status}"
38
mapping:
39
unknown: 0
@@ -54,7 +54,7 @@ metrics:
54
name: tlUpsBatteryAge # The age of the battery in years.
55
chart_meta:
56
description: The age of the battery in years
57
- family: 'Battery/Age/Internal'
57
+ family: 'Hardware/Battery/Age/Internal'
58
unit: "{year}"
59
- MIB: TRIPPLITE-12X
60
symbol:
@@ -70,7 +70,7 @@ metrics:
70
name: tlUpsExternalBatteryAge # The age of the battery in years.
71
chart_meta:
72
description: The age of external battery in years
73
- family: 'Battery/Age/External'
73
+ family: 'Hardware/Battery/Age/External'
74
unit: "{year}"
75
- MIB: TRIPPLITE-12X
76
symbol:
@@ -78,7 +78,7 @@ metrics:
78
name: tlUpsAlarmsPresent
79
chart_meta:
80
description: The present number of active alarm conditions
81
- family: 'Alarm/Active/Count'
81
+ family: 'System/Alarm/Active/Count'
82
unit: "{alarm}"
83
# - MIB: TRIPPLITE-12X
84
# symbol:
@@ -145,7 +145,7 @@ metrics:
145
name: tlUpsInputVoltage
146
chart_meta:
147
description: The magnitude of the present input voltage
148
- family: 'Input/Voltage/Value'
148
+ family: 'PowerFlow/Input/Voltage/Value'
149
unit: "V"
150
metric_tags:
151
- tag: tl_ups_input_voltage_index
@@ -168,21 +168,21 @@ metrics:
168
name: tlUpsOutputCircuitLoadCurrent
169
chart_meta:
170
description: The magnitude of the present output current
171
- family: 'Output/Circuit/Current/Value'
171
+ family: 'PowerFlow/Output/Circuit/Current/Value'
172
unit: "A"
173
scale_factor: 0.1
174
- OID: 1.3.6.1.4.1.850.100.1.4.7.1.4
175
name: tlUpsOutputCircuitVoltage
176
chart_meta:
177
description: The magnitude of the present circuit voltage
178
- family: 'Output/Circuit/Voltage/Value'
178
+ family: 'PowerFlow/Output/Circuit/Voltage/Value'
179
unit: "V"
180
scale_factor: 0.1
181
- OID: 1.3.6.1.4.1.850.100.1.4.7.1.5
182
name: tlUpsOutputCircuitPower
183
chart_meta:
184
description: The magnitude of the present power in watts
185
- family: 'Output/Circuit/Power/Active'
185
+ family: 'PowerFlow/Output/Circuit/Active'
186
unit: "W"
187
metric_tags:
188
- tag: tl_ups_output_circuit_index
@@ -203,7 +203,7 @@ metrics:
203
name: tlEnvContactStatus
204
chart_meta:
205
description: The current status of the contact
206
- family: 'Environment/Contact/Status'
206
+ family: 'Hardware/Sensor/Contact/Status'
207
unit: "{status}"
208
mapping:
209
0: normal
@@ -230,7 +230,7 @@ metrics:
230
name: tlUpsOutletGroupState
231
chart_meta:
232
description: The current state of the outlet group
233
- family: 'Outlet/Group/Status'
233
+ family: 'Hardware/Outlet/Group/Status'
234
unit: "{status}"
235
mapping:
236
0: unknown
src/go/plugin/go.d/config/go.d/snmp.profiles/default/ubiquiti-unifi.yaml
+8
-8
@@ -13,7 +13,7 @@ metrics:
13
scale_factor: 1024
14
chart_meta:
15
description: Total usable physical memory (in KB)
16
- family: 'Memory/Total'
16
+ family: 'System/Memory/Total'
17
unit: "By"
18
- MIB: FROGFOOT-RESOURCES-MIB
19
symbol:
@@ -22,7 +22,7 @@ metrics:
22
scale_factor: 1024
23
chart_meta:
24
description: Available physical memory (in KB)
25
- family: 'Memory/Free'
25
+ family: 'System/Memory/Free'
26
unit: "By"
27
28
- MIB: UBNT-UniFi-MIB
@@ -34,37 +34,37 @@ metrics:
34
name: ubiquiti.unifiRadioRxPackets
35
chart_meta:
36
description: Number of received packets on the radio
37
- family: 'Wireless/Radio/Packet/In'
37
+ family: 'Network/Wireless/Radio/Packet/In'
38
unit: "{packet}/s"
39
- OID: 1.3.6.1.4.1.41112.1.6.1.1.1.5
40
name: ubiquiti.unifiRadioTxPackets
41
chart_meta:
42
description: Number of transmitted packets on the radio
43
- family: 'Wireless/Radio/Packet/Out'
43
+ family: 'Network/Wireless/Radio/Packet/Out'
44
unit: "{packet}/s"
45
- OID: 1.3.6.1.4.1.41112.1.6.1.1.1.6
46
name: ubiquiti.unifiRadioCuTotal
47
chart_meta:
48
description: Total channel utilization on the radio
49
- family: 'Wireless/Radio/ChannelUtilization/Total'
49
+ family: 'Network/Wireless/Radio/ChannelUtilization/Total'
50
unit: "%"
51
- OID: 1.3.6.1.4.1.41112.1.6.1.1.1.7
52
name: ubiquiti.unifiRadioCuSelfRx
53
chart_meta:
54
description: Channel utilization for self received traffic on the radio
55
- family: 'Wireless/Radio/ChannelUtilization/SelfReceive'
55
+ family: 'Network/Wireless/Radio/ChannelUtilization/SelfReceive'
56
unit: "%"
57
- OID: 1.3.6.1.4.1.41112.1.6.1.1.1.8
58
name: ubiquiti.unifiRadioCuSelfTx
59
chart_meta:
60
description: Channel utilization for self transmitted traffic on the radio
61
- family: 'Wireless/Radio/ChannelUtilization/SelfTransmit'
61
+ family: 'Network/Wireless/Radio/ChannelUtilization/SelfTransmit'
62
unit: "%"
63
- OID: 1.3.6.1.4.1.41112.1.6.1.1.1.9
64
name: ubiquiti.unifiRadioOtherBss
65
chart_meta:
66
description: Number of other basic service sets detected on the radio
67
- family: 'Wireless/Radio/BSS/Other/Count'
67
+ family: 'Network/Wireless/Radio/BSS/Other/Count'
68
unit: "{bss}"
69
metric_tags:
70
- tag: ubiquiti_unifi_radio_index