-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBAYOUR-COM-MIB.txt
3055 lines (2670 loc) · 139 KB
/
BAYOUR-COM-MIB.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
BAYOUR-COM-MIB DEFINITIONS ::= BEGIN
-- $Id: BAYOUR-COM-MIB.txt,v 1.20 2011-02-10 16:18:17 turbo Exp $
-- This is my very first MIB! A lot of it is taken from the IF-MIB
-- by the IETF Interfaces MIB Working Group (200006140000).
-- {{{ Imports
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, enterprises FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF
TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC;
-- }}}
-- {{{ bayourCom Module identity
bayourCom MODULE-IDENTITY
LAST-UPDATED "201507121618Z" -- July 12, 2015
ORGANIZATION "Bayour.COM"
CONTACT-INFO "Postal: Turbo Fredriksson
Dobelnsgatan 69
506 37 Boras
Sweden
Tel: +46 704-697645
E-Mail: [email protected]"
DESCRIPTION "The MIB module defines the Bayour.COM Bind9, Bacula and ZFS statistics."
REVISION "201507121618Z" -- July 12, 2015
DESCRIPTION "Add support for ARC status values l2_{size,asize} in the zfsARCStatsTable."
REVISION "201507112036Z" -- July 11, 2015
DESCRIPTION "Support retreiving and printing the pool GUID in the zfsPoolStatusTable."
REVISION "201507082035Z" -- July 08, 2015
DESCRIPTION "Change the zfsDbufL2Comp from a Integer32 to a ZFSDbufL2CompValue."
REVISION "201409170211Z" -- September 17, 2014
DESCRIPTION "Added ZFS DBUF status information."
REVISION "201409082041Z" -- September 8, 2014
DESCRIPTION "Added ZPOOL device status information."
REVISION "201409070242Z" -- September 7, 2014
DESCRIPTION "Added ZIL information."
REVISION "201407200200Z" -- July 10, 2014
DESCRIPTION "Added ARC, VFS IOPS and Bandwidth tables."
REVISION "201407191500Z" -- July 19, 2014
DESCRIPTION "Added ZFS stats."
REVISION "201407191450Z" -- July 19, 2014
DESCRIPTION "* The Status, Level and VolumeStatus textual conventions needs to be prefixed with 'Bacula'
to make sure it's unique.
* Add the qmailConformance between the bind9 and bacula conformance definitions.
+ Renumber the conformances that follows."
REVISION "201102101642Z" -- February 10, 2011
DESCRIPTION "Updated postal address."
REVISION "200807161802Z" -- July 16, 2008
DESCRIPTION "Additional columns in the b9stDomainsTable: b9stCounterDuplicate
and b9stCounterDropped."
REVISION "200602230927Z" -- February 23, 2006
DESCRIPTION "Additional column in the b9stDomainsTable: b9stCounterView."
REVISION "200602051008Z" -- February 5, 2006
DESCRIPTION "* Add the packageStats information and conformance stuff.
* Add some more folding tags.
* Correct the folding tags informational OID numbers."
REVISION "200510311440Z" -- October 31, 2005
DESCRIPTION "Change all Counter32's in baculaStats to Integer32's. I've missunderstood
the meaning of Counters's!"
REVISION "200510280655Z" -- October 28, 2005
DESCRIPTION "* Change all Counter32's in the b9st{Totals,Domains}Table's to Integer32's.
I've missunderstood the meaning of Counters's!
* Add systemStats (and corresponding systemConformance) branch where some
misc system statistics will end up.
This will be (for starters) uptime, memory/swap information and CPU load."
REVISION "200510211259Z" -- October 21, 2005 - 12:59
DESCRIPTION "* Add a new table containing the counter names - baculaStatsCountersTable.
* The CounterIndex MUST have a range - 0..2147483647 (a full Integer32)."
REVISION "200510201556Z" -- October 20, 2005 - 15:56
DESCRIPTION "* Change back all Counter64 to Counter32 - can't use Counter64 in a
pass-through scripts because of SMIv1 specification(s)!
* Remove the JobType - missread the SQL table. It's actually a string.
* Remove the baculaStatsCounter. AGAIN. It STILL fucks up the table.
I just don't know why I keep adding it!!"
REVISION "200510191032Z" -- October 19, 2005 - 10:32
DESCRIPTION "* Job Bytes and Pool Retention, Duration and Bytes and also the Media
writes must be Counter64 because of the size of the value(s).
* Tree missing columns in the Media table added: baculaMediaPool,
baculaMediaType and baculaMediaLabelDate."
REVISION "200510141115Z" -- October 14, 2005 - 11:15
DESCRIPTION "Missing 'baculaClientCounter' column in the 'BaculaClientsTable' added."
REVISION "200510132053Z" -- October 13, 2005 - 20:53
DESCRIPTION "* Remove the 0..255 size for DisplayString - it's the default value anyway.
* Rewrite the bacula{Clients,Stats}Table again. Let's see if we can get it
to work this time around...
- The clients table does now ONLY contain information about the client
- A couple on new columns in the stats table
* Add the baculaPools and baculaMedia tables (with 20 and 26 columns respectivly)
with information (writable) about the pools and media library in Bacula.
- Create some textual conventions that ease the setup of some of the Pools
and Media table columns.
- Add baculaGroupPools and baculaGroupMedia used for these two new tables.
- Add two new counters for these tables - baculaTotalPools and baculaTotalMedia.
* Change all entry sequences; put the word 'Entry' right after the table base
instead of at the end - 'B9stEntryTotals' to 'B9stTotalsEntry' makes it
follow the table name ('b9stTotalsTable'). Recomended by SMIv2."
REVISION "200510120724Z" -- October 12, 2005 - 07:24
DESCRIPTION "* Add folding tags (for/in Emacs) to ease readability.
* Include the TimeStamp text convention from SNMPv2-TC and change the
baculaDate{Start,End} to that instead of DisplayString.
* Move the conformance branch to .0 instead of .10. Might need the room
above 'baculaStats' (.3).
* Make sure all the indexes have access 'not-accessible' instead of
'read-only' - the're indexes.
* Rename the 'baculaClientsTotals' branch to 'baculaTotalClients'.
* Put back 'baculaTotalTypes' and 'baculaTotalStats' which was removed
at a previous commit. Need it after all.
* Modify the description of the 'baculaTotalClients' slightly.
* Instead of ONE table, put the Bacula statistics in two, 'linked' tables.
The new table is: 'baculaStatsTable' which contain the actuall statistic
counters previosly found in the 'baculaClientsTable' table. That table
now only contain the client name(s) and job name(s)."
REVISION "200510061645Z" -- October 6, 2005 - 16:45
DESCRIPTION "Subdivide the 'conformance' branch (branch between that and
'b9st{Compliance,Groups}'; same for the bacula conformance."
REVISION "200510051348Z" -- October 5, 2005 - 13:48
DESCRIPTION "Added the bacula statistics definitions."
REVISION "200504011437Z" -- April 1, 2005 - 14:37
DESCRIPTION "Changed recursive to recursion;
Changed failed to failure;
This according to original Bind9 definitions."
REVISION "200504010000Z" -- April 1, 2005
DESCRIPTION "Initial 'release'."
::= { enterprises 8767 }
snmp OBJECT IDENTIFIER ::= { bayourCom 2 }
-- }}}
-- {{{ Textual conventions
-- {{{ CounterIndex
CounterIndex ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION "A unique value, greater than zero, for each type of
counter in the managed system. It is recommended that
values are assigned contiguously starting from 1.
The value for each counter sub-layer must remain
constant at least from one re-initialization of the
entity's network management system to the next
re-initialization."
SYNTAX Integer32 (0..2147483647)
-- }}}
-- {{{ TrueFalse
TrueFalse ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "True or False values:
false - 0
true - 1"
SYNTAX INTEGER {
false(0),
true(1)
}
-- }}}
-- {{{ Bacula Job Status
BaculaJobStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Job status values:
a -
r -
t -
f - "
SYNTAX INTEGER {
a(1),
r(2),
t(3),
f(4)
}
-- }}}
-- {{{ Bacula Job Level
BaculaJobLevel ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Job level values:
d -
f - Full backup
i - Incremental backup"
SYNTAX INTEGER {
d(0),
f(2),
i(3)
}
-- }}}
-- {{{ Bacula Volume Status
BaculaVolumeStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Volume status values:
Full -
Archive -
Append -
Recycle -
Purged -
Read-Only -
Disabled -
Error -
Busy -
Used -
Cleaning - "
SYNTAX INTEGER {
full(1),
archive(2),
append(3),
recycle(4),
purged(5),
readonly(6),
disabled(7),
error(8),
busy(9),
used(10),
cleaning(11)
}
-- }}}
-- {{{ ZFSPoolStatusValue
ZFSPoolStatusValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "ZFS Pool status values:
Degraded - One or more top-level vdevs is in the degraded state because one or more component devices are offline.
Faulted - One or more top-level vdevs is in the faulted state because one or more component devices are offline.
Offline - The device was explicitly taken offline by the zpool offline command.
Online - The device is online and functioning.
Removed - The device was physically removed while the system was running.
Unavail - The device could not be opened."
SYNTAX INTEGER {
degraded(1),
faulted(2),
offline(3),
online(4),
removed(5),
unavail(6)
}
-- }}}
-- {{{ ZFSDbufTypeValue
ZFSDbufTypeValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "ZFS DBUF btype and dtype status values:
DMU_OT_NONE
# General:
DMU_OT_OBJECT_DIRECTORY
DMU_OT_OBJECT_ARRAY
DMU_OT_PACKED_NVLIST
DMU_OT_PACKED_NVLIST_SIZE
DMU_OT_BPOBJ
DMU_OT_BPOBJ_HDR
# SPA:
DMU_OT_SPACE_MAP_HEADER
DMU_OT_SPACE_MAP
# ZIL:
DMU_OT_INTENT_LOG
# DMU:
DMU_OT_DNODE
DMU_OT_OBJSET
# DSL:
DMU_OT_DSL_DIR
DMU_OT_DSL_DIR_CHILD_MAP
DMU_OT_DSL_DS_SNAP_MAP
DMU_OT_DSL_PROPS
DMU_OT_DSL_DATASET
# ZPL:
DMU_OT_ZNODE
DMU_OT_OLDACL
DMU_OT_PLAIN_FILE_CONTENTS
DMU_OT_DIRECTORY_CONTENTS
DMU_OT_MASTER_NODE
DMU_OT_UNLINKED_SET
# ZVOL:
DMU_OT_ZVOL
DMU_OT_ZVOL_PROP
# other; for testing only!
DMU_OT_PLAIN_OTHER
DMU_OT_UINT64_OTHER
DMU_OT_ZAP_OTHER
# New object types:
DMU_OT_ERROR_LOG
DMU_OT_SPA_HISTORY
DMU_OT_SPA_HISTORY_OFFSETS
DMU_OT_POOL_PROPS
DMU_OT_DSL_PERMS
DMU_OT_ACL
DMU_OT_SYSACL
DMU_OT_FUID
DMU_OT_FUID_SIZE
DMU_OT_NEXT_CLONES
DMU_OT_SCAN_QUEUE
DMU_OT_USERGROUP_USED
DMU_OT_USERGROUP_QUOTA
DMU_OT_USERREFS
DMU_OT_DDT_ZAP
DMU_OT_DDT_STATS
DMU_OT_SA
DMU_OT_SA_MASTER_NODE
DMU_OT_SA_ATTR_REGISTRATION
DMU_OT_SA_ATTR_LAYOUTS
DMU_OT_SCAN_XLATE
DMU_OT_DEDUP
DMU_OT_DEADLIST
DMU_OT_DEADLIST_HDR
DMU_OT_DSL_CLONES
DMU_OT_BPOBJ_SUBOBJ
UNKNOWN (196)"
SYNTAX INTEGER {
none(0),
objectdirectory(1),
objectarray(2),
packednvlist(3),
packednvlistsize(4),
bpobj(5),
bpobjhdr(6),
spacemapheader(7),
spacemap(8),
intentlog(9),
dnode(10),
objset(11),
dsldir(12),
dsldirchildmap(13),
dsldssnapmap(14),
dslprops(15),
dsldataset(16),
znode(17),
oldacl(18),
plainfilecontents(19),
directorycontents(20),
masternode(21),
unlinkedset(22),
zvol(23),
zvolprop(24),
plainother(25),
uint64other(26),
zapother(27),
errorlog(28),
spahistory(29),
spahistoryoffsets(30),
poolprops(31),
dslperms(32),
acl(33),
sysacl(34),
fuid(35),
fuidsize(36),
nextclones(37),
scanqueue(38),
usergroupused(39),
usergroupquota(40),
userrefs(41),
ddtzap(42),
ddtstats(43),
sa(44),
samasternode(45),
saattrregistration(46),
saattrlayouts(47),
scanxlate(48),
dedup(49),
deadlist(50),
deadlisthdr(51),
dslclones(52),
bpobjsubobj(53),
unknown(196)
}
-- }}}
-- {{{ ZFSDbufL2CompValue
ZFSDbufL2CompValue ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "ZFS DBUF l2_comp status values:
ZIO_COMPRESS_INHERIT
ZIO_COMPRESS_ON
ZIO_COMPRESS_OFF
ZIO_COMPRESS_LZJB
ZIO_COMPRESS_EMPTY
ZIO_COMPRESS_GZIP_1
ZIO_COMPRESS_GZIP_2
ZIO_COMPRESS_GZIP_3
ZIO_COMPRESS_GZIP_4
ZIO_COMPRESS_GZIP_5
ZIO_COMPRESS_GZIP_6
ZIO_COMPRESS_GZIP_7
ZIO_COMPRESS_GZIP_8
ZIO_COMPRESS_GZIP_9
ZIO_COMPRESS_ZLE
ZIO_COMPRESS_LZ4
ZIO_COMPRESS_FUNCTION"
SYNTAX INTEGER {
inherit(0),
on(1),
off(2),
lzjb(3),
empty(4),
gzip1(5),
gzip2(6),
gzip3(7),
gzip4(8),
gzip5(9),
gzip6(10),
gzip7(11),
gzip8(12),
gzip9(13),
zle(14),
lz4(15),
function(16)
}
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0 conformance
conformance OBJECT IDENTIFIER ::= { snmp 0 }
-- {{{ .1.3.6.1.4.1.8767.2.0.1 bind9Conformance
bind9Conformance OBJECT IDENTIFIER ::= { conformance 1 }
-- {{{ .1.3.6.1.4.1.8767.2.0.1.1 b9stCompliance
b9stCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which have
bind9 status counters."
MODULE -- this module
MANDATORY-GROUPS { b9stGroupTotals, b9stGroupDomains }
::= { bind9Conformance 1 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.1.2 b9stGroups
b9stGroups OBJECT IDENTIFIER ::= { bind9Conformance 2 }
b9stGroupTotals OBJECT-GROUP
OBJECTS { b9stNumberTotals, b9stCounterName, b9stCounterTotal,
b9stCounterForward, b9stCounterReverse }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to B9st statistics."
::= { b9stGroups 1 }
b9stGroupDomains OBJECT-GROUP
OBJECTS { b9stNumberDomains, b9stDomainName, b9stCounterSuccess,
b9stCounterReferral, b9stCounterNXRRSet, b9stCounterNXDomain,
b9stCounterRecursion, b9stCounterFailure, b9stCounterDuplicate,
b9stCounterDropped, b9stCounterView }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to B9st statistics."
::= { b9stGroups 2 }
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.2 qmailConformance
qmailConformance OBJECT IDENTIFIER ::= { conformance 2 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.3 baculaConformance
baculaConformance OBJECT IDENTIFIER ::= { conformance 3 }
-- {{{ .1.3.6.1.4.1.8767.2.0.3.1 baculaCompliance
baculaCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which have
bacula status counters."
MODULE -- this module
MANDATORY-GROUPS { baculaGroupClients, baculaGroupJobNames, baculaGroupJobIDs,
baculaGroupCounters, baculaGroupStats, baculaGroupPools,
baculaGroupMedia }
::= { baculaConformance 1 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.3.2 baculaGroups
baculaGroups OBJECT IDENTIFIER ::= { baculaConformance 3 }
baculaGroupClients OBJECT-GROUP
OBJECTS { baculaTotalClients, baculaClientName, baculaClientUname,
baculaClientAutoPrune, baculaClientRetentionFile,
baculaClientRetentionJob }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 1 }
baculaGroupJobNames OBJECT-GROUP
OBJECTS { baculaJobsName, baculaJobsDesc, baculaJobsMD5, baculaJobsCreate }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 2 }
baculaGroupJobIDs OBJECT-GROUP
OBJECTS { baculaJobsID }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 3 }
baculaGroupCounters OBJECT-GROUP
OBJECTS { baculaStatsCounterName }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 4 }
baculaGroupStats OBJECT-GROUP
OBJECTS { baculaTotalStats, baculaStatsStart, baculaStatsEnd,
baculaStatsDuration, baculaStatsFiles, baculaStatsBytes,
baculaStatsType, baculaStatsStatus, baculaStatsLevel,
baculaStatsErrors, baculaStatsMissingFiles }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 5 }
baculaGroupPools OBJECT-GROUP
OBJECTS { baculaTotalPools, baculaPoolsName, baculaPoolsNum,
baculaPoolsMax, baculaPoolsUseOnce, baculaPoolsUseCatalog,
baculaPoolsAcceptAnyVolume, baculaPoolsRetention,
baculaPoolsDuration, baculaPoolsMaxJobs, baculaPoolsMaxFiles,
baculaPoolsMaxBytes, baculaPoolsAutoPrune, baculaPoolsRecycle,
baculaPoolsType, baculaPoolsLabelFormat, baculaPoolsEnabled,
baculaPoolsScratchPoolID, baculaPoolsRecyclePoolID }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 6 }
baculaGroupMedia OBJECT-GROUP
OBJECTS { baculaTotalMedia, baculaMediaName, baculaMediaSlot,
baculaMediaPool, baculaMediaType, baculaMediaWrittenFirst,
baculaMediaWrittenLast, baculaMediaLabelDate, baculaMediaJobs,
baculaMediaFiles, baculaMediaBlocks, baculaMediaMounts,
baculaMediaBytes, baculaMediaErrors, baculaMediaWrites,
baculaMediaCapacity, baculaMediaStatus, baculaMediaRecycle,
baculaMediaRetention, baculaMediaDuration, baculaMediaMaxJobs,
baculaMediaMaxFiles, baculaMediaMaxBytes, baculaMediaInChanger,
baculaMediaMediaAddressing, baculaMediaReadTime, baculaMediaWriteTime,
baculaMediaEndFile, baculaMediaEndBlock }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Bacula statistics."
::= { baculaGroups 7 }
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.4 systemConformance
systemConformance OBJECT IDENTIFIER ::= { conformance 4 }
-- {{{ .1.3.6.1.4.1.8767.2.0.4.1 systemCompliance
systemCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which have
system status counters."
MODULE -- this module
MANDATORY-GROUPS { systemGroupMemory, systemGroupCPU, systemGroupLoad,
systemGroupMisc }
::= { systemConformance 1 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.3.2 systemgroups
systemGroups OBJECT IDENTIFIER ::= { systemConformance 2 }
systemGroupMemory OBJECT-GROUP
OBJECTS { systemMemoryTotal, systemMemoryUsed, systemMemoryFree,
systemMemoryBuffered, systemMemoryCached, systemMemorySwapTotal,
systemMemorySwapUsed, systemMemorySwapFree }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to System memory statistics."
::= { systemGroups 1 }
systemGroupCPU OBJECT-GROUP
OBJECTS { systemCPUTasksTotal, systemCPUTasksRunning, systemCPUTasksSleeping,
systemCPUTasksStopped, systemCPUTasksZombies, systemCPUUsageUser,
systemCPUUsageSystem, systemCPUUsageNice, systemCPUUsageIdle,
systemCPUUsageIOWait }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to System CPU statistics."
::= { systemGroups 2 }
systemGroupLoad OBJECT-GROUP
OBJECTS { systemLoadLastOne, systemLoadLastFive, systemLoadLastFifteen }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to System load statistics."
::= { systemGroups 3 }
systemGroupMisc OBJECT-GROUP
OBJECTS { systemUptime }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to misc system statistics."
::= { systemGroups 4 }
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.5 packageConformance
packageConformance OBJECT IDENTIFIER ::= { conformance 5 }
-- {{{ .1.3.6.1.4.1.8767.2.0.5.1 packageCompliance
packageCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which have
package status information."
MODULE -- this module
MANDATORY-GROUPS { packageStatsGroup, packageInfoGroup }
::= { packageConformance 1 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.4.2 packageGroups
packageGroups OBJECT IDENTIFIER ::= { packageConformance 2 }
packageStatsGroup OBJECT-GROUP
OBJECTS { packageName, packageVersion, packageDesc, packageStatus }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Package statistics."
::= { packageGroups 1 }
packageInfoGroup OBJECT-GROUP
OBJECTS { packagePriority, packageSection, packageMaintainer,
packageSource, packageDepends, packageRecommends,
packageSuggests, packageSize, packageMD5Sum }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to Package information."
::= { packageGroups 2 }
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.6 zfsConformance
zfsConformance OBJECT IDENTIFIER ::= { conformance 6 }
-- {{{ .1.3.6.1.4.1.8767.2.0.6.1 zfsCompliance
zfsCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMP entities which have
ZFS status counters."
MODULE -- this module
MANDATORY-GROUPS { zfsGroupTotals, zfsGroupStatus, zfsGroupARCUsage,
zfsGroupARCStats, zfsGroupVFSIOPS, zfsGroupVFSBandwith,
zfsGroupZILStats, zfsGroupDevStats, zfsGroupDbufStats }
::= { zfsConformance 1 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.0.6.2 zfsGroups
zfsGroups OBJECT IDENTIFIER ::= { zfsConformance 2 }
zfsGroupTotals OBJECT-GROUP
OBJECTS { zfsTotalPools, zfsTotalDatasets, zfsTotalVolumes,
zfsTotalSnapshots }
STATUS current
DESCRIPTION "A collection of objects providing information
applicable to ZFS statistics."
::= { zfsGroups 1 }
zfsGroupStatus OBJECT-GROUP
OBJECTS { zfsPoolName, zfsPoolGUID, zfsPoolSize, zfsPoolAlloc, zfsPoolFree,
zfsPoolCap, zfsPoolDedup, zfsPoolHealth, zfsPoolAltRoot,
zfsPoolUsedBySnaps, zfsPoolUsed, zfsOperReads, zfsOperWrites,
zfsBandwidthReads, zfsBandwidthWrites }
STATUS current
DESCRIPTION "ZFS Pool status values."
::= { zfsGroups 2 }
zfsGroupARCUsage OBJECT-GROUP
OBJECTS { zfsARCMetaMax, zfsARCMetaUsed, zfsARCMetaLimit,
zfsARCCMax, zfsARCSize }
STATUS current
DESCRIPTION "ZFS ARC usage values."
::= { zfsGroups 3 }
zfsGroupARCStats OBJECT-GROUP
OBJECTS { zfsARCHits, zfsARCMisses, zfsARCDemandDataHits,
zfsARCDemandDataMisses, zfsARCDemandMetaHits,
zfsARCDemandMetaMisses, zfsARCPrefetchDataHits,
zfsARCPrefetchDataMisses, zfsARCPrefetchMetaHits,
zfsARCPrefetchMetaMisses, zfsARCL2Size, zfsARCL2ASize,
zfsARCL2Hits, zfsARCL2Misses }
STATUS current
DESCRIPTION "ZFS ARC status values."
::= { zfsGroups 4 }
zfsGroupVFSIOPS OBJECT-GROUP
OBJECTS { zfsPoolName, zfsOperReads, zfsOperWrites }
STATUS current
DESCRIPTION "ZFS VFS IOPS status values."
::= { zfsGroups 5 }
zfsGroupVFSBandwith OBJECT-GROUP
OBJECTS { zfsPoolName, zfsBandwidthReads, zfsBandwidthWrites }
STATUS current
DESCRIPTION "ZFS VFS Bandwidth status values."
::= { zfsGroups 6 }
zfsGroupZILStats OBJECT-GROUP
OBJECTS { zfsZILCommitCnt, zfsZILCommitWriterCnt, zfsZILITXCnt,
zfsZILITXIndirectCnt, zfsZILITXIndirectBytes, zfsZILITXCopiedCnt,
zfsZILITXCopiedBytes, zfsZILITXNeedcopyCnt, zfsZILITXNeedcopyBytes,
zfsZILITXMetaslabNormalCnt, zfsZILITXMetaslabNormalBytes,
zfsZILITXMetaslabSLOGCnt, zfsZILITXMetaslabSLOGBytes }
STATUS current
DESCRIPTION "ZFS ZIL status values."
::= { zfsGroups 7 }
zfsGroupDevStats OBJECT-GROUP
OBJECTS { zfsPoolDevName, zfsPoolDevState, zfsPoolDevRead,
zfsPoolDevWrite, zfsPoolDevCksum }
STATUS current
DESCRIPTION "ZFS device status values."
::= { zfsGroups 8 }
zfsGroupDbufStats OBJECT-GROUP
OBJECTS { zfsDbufPoolName, zfsDbufObjSet, zfsDbufObject,
zfsDbufLevel, zfsDbufBlkId, zfsDbufOffset,
zfsDbufDBSize, zfsDbufMeta, zfsDbufState,
zfsDbufDBHolds, zfsDbufList, zfsDbufAType,
zfsDbufIndex, zfsDbufFlags, zfsDbufCount,
zfsDbufASize, zfsDbufAccess, zfsDbufMRU,
zfsDbufGMRU, zfsDbufMFU, zfsDbufGMFU, zfsDbufL2,
zfsDbufL2DAttr, zfsDbufL2ASize, zfsDbufL2Comp,
zfsDbufAHolds, zfsDbufDType, zfsDbufBType,
zfsDbufDataBS, zfsDbufMetaBS, zfsDbufBSize,
zfsDbufLvls, zfsDbufDHolds, zfsDbufBlocks,
zfsDbufDSize }
STATUS current
DESCRIPTION "ZFS dbuf status values."
::= { zfsGroups 9 }
-- }}}
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.1 bind9Stats
bind9Stats OBJECT IDENTIFIER ::= { snmp 1 }
-- {{{ .1.3.6.1.4.1.8767.2.1.x b9stNumber{Totals,Domains}
b9stNumberTotals OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of Bind9 status counters"
::= { bind9Stats 1 }
b9stNumberDomains OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of Bind9 status counters"
::= { bind9Stats 2 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.1.3 b9stTotalsTable
b9stTotalsTable OBJECT-TYPE
SYNTAX SEQUENCE OF B9stTotalsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of Bind9 statistic counters (totals)."
::= { bind9Stats 3 }
b9stTotalsEntry OBJECT-TYPE
SYNTAX B9stTotalsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing Bind9 statistics (totals)."
INDEX { b9stIndexTotals }
::= { b9stTotalsTable 1 }
B9stTotalsEntry ::= SEQUENCE {
b9stIndexTotals CounterIndex,
b9stCounterName DisplayString,
b9stCounterTotal Integer32,
b9stCounterForward Integer32,
b9stCounterReverse Integer32
}
b9stIndexTotals OBJECT-TYPE
SYNTAX CounterIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Reference Index for each counter."
::= { b9stTotalsEntry 1 }
b9stCounterName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual string containing information about the
statistics counters. This string should include the
name of the counter."
::= { b9stTotalsEntry 2 }
b9stCounterTotal OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of requests."
::= { b9stTotalsEntry 3 }
b9stCounterForward OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of forward requests."
::= { b9stTotalsEntry 4 }
b9stCounterReverse OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of reverse requests."
::= { b9stTotalsEntry 5 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.1.4 b9stDomainsTable
b9stDomainsTable OBJECT-TYPE
SYNTAX SEQUENCE OF B9stDomainsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of Bind9 statistic counters"
::= { bind9Stats 4 }
b9stDomainsEntry OBJECT-TYPE
SYNTAX B9stDomainsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing Bind9 statistics"
INDEX { b9stIndexDomains }
::= { b9stDomainsTable 1 }
B9stDomainsEntry ::= SEQUENCE {
b9stIndexDomains CounterIndex,
b9stDomainName DisplayString,
b9stCounterSuccess Integer32,
b9stCounterReferral Integer32,
b9stCounterNXRRSet Integer32,
b9stCounterNXDomain Integer32,
b9stCounterRecursion Integer32,
b9stCounterFailure Integer32,
b9stCounterDuplicate Integer32,
b9stCounterDropped Integer32,
b9stCounterView DisplayString
}
b9stIndexDomains OBJECT-TYPE
SYNTAX CounterIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Reference Index for each counter."
::= { b9stDomainsEntry 1 }
b9stDomainName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual string containing information about the
statistics counters. This string should include the
name of the counter."
::= { b9stDomainsEntry 2 }
b9stCounterSuccess OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Successful requests for this domain."
::= { b9stDomainsEntry 3 }
b9stCounterReferral OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Referral requests for this domain."
::= { b9stDomainsEntry 4 }
b9stCounterNXRRSet OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of NXRRSet responses."
::= { b9stDomainsEntry 5 }
b9stCounterNXDomain OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of NXDomain responses."
::= { b9stDomainsEntry 6 }
b9stCounterRecursion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of recursive requests."
::= { b9stDomainsEntry 7 }
b9stCounterFailure OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of failed requests."
::= { b9stDomainsEntry 8 }
b9stCounterDuplicate OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of duplicate requests."
::= { b9stDomainsEntry 9 }
b9stCounterDropped OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of dropped requests."
::= { b9stDomainsEntry 10 }
b9stCounterView OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Bind9 view the domain is located in."
::= { b9stDomainsEntry 11 }
-- }}}
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.2 qmailStats
qmailStats OBJECT IDENTIFIER ::= { snmp 2 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.3 baculaStats
baculaStats OBJECT IDENTIFIER ::= { snmp 3 }
-- {{{ .1.3.6.1.4.1.8767.2.3.x baculaTotal{Clients,Stats,Pools,Media}
baculaTotalClients OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of Bacula clients."
::= { baculaStats 1 }
baculaTotalStats OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of Bacula statistics."
::= { baculaStats 2 }
baculaTotalPools OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of Bacula pool entries."
::= { baculaStats 3 }
baculaTotalMedia OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Total number of Bacula media entries."
::= { baculaStats 4 }
-- }}}
-- {{{ .1.3.6.1.4.1.8767.2.3.5 baculaClientsTable
baculaClientsTable OBJECT-TYPE
SYNTAX SEQUENCE OF BaculaClientsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of bacula statistic counters"
::= { baculaStats 5 }
baculaClientsEntry OBJECT-TYPE
SYNTAX BaculaClientsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing bacula statistics"
INDEX { baculaClientsIndex }
::= { baculaClientsTable 1 }
BaculaClientsEntry ::= SEQUENCE {
baculaClientsIndex CounterIndex,
baculaClientName DisplayString,
baculaClientUname DisplayString,
baculaClientAutoPrune TrueFalse,
baculaClientRetentionFile Integer32,
baculaClientRetentionJob Integer32
}
baculaClientsIndex OBJECT-TYPE
SYNTAX CounterIndex
MAX-ACCESS not-accessible