Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/share/snmp/mibs/FREEBSD-MIB.txt
39482 views
1
-- *****************************************************************
2
-- This file is in the public domain.
3
--
4
-- FreeBSD SMI { enterprises 2238 }
5
--
6
-- *****************************************************************
7
8
FREEBSD-MIB DEFINITIONS ::= BEGIN
9
10
IMPORTS
11
MODULE-IDENTITY,
12
OBJECT-IDENTITY,
13
enterprises
14
FROM SNMPv2-SMI;
15
16
freeBSD MODULE-IDENTITY
17
LAST-UPDATED "202009032030Z"
18
ORGANIZATION "The FreeBSD Project."
19
CONTACT-INFO
20
"[email protected] is contact person for this file.
21
[email protected] is the final authority."
22
DESCRIPTION
23
"The Structure of Management Information for the
24
FreeBSD Project enterprise MIB subtree."
25
REVISION "202009031900Z"
26
DESCRIPTION
27
"Added entries for the otherName component of a X.509 cert"
28
REVISION "200610310800Z"
29
DESCRIPTION
30
"Initial version of this MIB module."
31
::= { enterprises 2238 } -- assigned by IANA
32
33
34
freeBSDsrc OBJECT-IDENTITY
35
STATUS current
36
DESCRIPTION
37
"Subtree for things which lives in the src tree."
38
::= { freeBSD 1 }
39
40
freeBSDsrcCertOtherName OBJECT-IDENTITY
41
STATUS current
42
DESCRIPTION
43
"Subtree for X.509 Certificate otherName entries"
44
::= { freeBSDsrc 1 }
45
46
--
47
-- For NFS over TLS, a user@domain can optionally be handled by rpc.tlsservd
48
--
49
freeBSDsrcCertNFSuser OBJECT-IDENTITY
50
STATUS current
51
DESCRIPTION
52
"Entry for X.509 Certificate for NFS user@domain name"
53
::= { freeBSDsrcCertOtherName 1 }
54
55
freeBSDports OBJECT-IDENTITY
56
STATUS current
57
DESCRIPTION
58
"Subtree for things which lives in the ports tree."
59
::= { freeBSD 2 }
60
61
freeBSDpeople OBJECT-IDENTITY
62
STATUS current
63
DESCRIPTION
64
"Subtree for FreeBSD people.
65
Under this branch any FreeBSD committer may claim
66
a subtree. Grab the next sequential oid in the list.
67
These assignments are not revoked when committers leave
68
the FreeBSD project.
69
"
70
::= { freeBSD 3 }
71
72
freeBSDpeoplePhk OBJECT-IDENTITY
73
STATUS current DESCRIPTION
74
"Subtree for [email protected]"
75
::= {freeBSDpeople 1}
76
77
freeBSDVersion OBJECT-IDENTITY
78
STATUS current
79
DESCRIPTION
80
"Subtree to register FreeBSD versions. The OID for a FreeBSD
81
version is formed by appending the dot delimited numbers
82
from the release number to this base OID. Examples:
83
84
5.2.1-STABLE: freeBSDVersion.5.2.1
85
6.1-STABLE: freeBSDVersion.6.1
86
7.0-CURRENT: freeBSDVersion.7.0
87
88
There is no indication whether this is STABLE or CURRENT.
89
90
The sysObjectId is automatically set to the value indicated
91
by the uname(3) release field by bsnmpd(1). This initial
92
value can be overwritten in the configuration file."
93
::= { freeBSD 4 }
94
95
END
96
97