forked from calmh/solaris-extra-snmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNYMNETWORKS-MIB.txt
270 lines (229 loc) · 5.49 KB
/
NYMNETWORKS-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
NYMNETWORKS-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
DisplayString FROM RFC-1213;
nymnetworks OBJECT IDENTIFIER ::= {enterprises 25359}
zfs OBJECT IDENTIFIER ::= {nymnetworks 1}
ipmi OBJECT IDENTIFIER ::= {nymnetworks 2}
ups OBJECT IDENTIFIER ::= {nymnetworks 3}
fs OBJECT IDENTIFIER ::= {zfs 1}
zfsFilesystemName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the filesystem."
::= {fs 1}
zfsFilesystemAvailableKB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of 1 KB blocks that are available for use."
::= {fs 2}
zfsFilesystemUsedKB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of 1 KB blocks that are in use."
::= {fs 3}
zfsPoolHealth OBJECT-TYPE
SYNTAX INTEGER { online(1), degraded(2), faulted(3), unknown(4) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current health of the containing pool, as reported
by zpool status."
::= {fs 4}
zfsFilesystemAvailableMB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of 1 MB blocks that are available for use.
Useful if zfsFilesystemAvailableKB exceeds a 32 bit
integer."
::= {fs 12}
zfsFilesystemUsedMB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of 1 MB blocks that are in use Useful if
zfsFilesystemUsedKB exceeds a 32 bit integer."
::= {fs 13}
arc OBJECT IDENTIFIER ::= {zfs 2}
zfsARCSizeKB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current ARC size in KB."
::= {arc 1}
zfsARCMetadataSizeKB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of ARC space used for metadata storage, in KB."
::= {arc 2}
zfsARCDataSizeKB OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of ARC space used for file data storage, in KB."
::= {arc 3}
zfsARCHits OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of ARC accesses that were cache hits."
::= {arc 4}
zfsARCMisses OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of ARC accesses that were cache misses."
::= {arc 5}
l2arc OBJECT IDENTIFIER ::= {zfs 3}
zfsL2ARCHits OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of L2ARC accesses that were cache hits."
::= {l2arc 1}
zfsL2ARCMisses OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of L2ARC accesses that were cache misses."
::= {l2arc 2}
zfsL2ARCReads OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of reads made from L2ARC devices."
::= {l2arc 3}
zfsL2ARCWrites OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of writes made to L2ARC devices."
::= {l2arc 4}
io OBJECT IDENTIFIER ::= {zfs 4}
zfsReadKB OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of file data read from the ZFS filesystem layer, in KB."
::= {io 1}
zfsReaddirKB OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of directory data read from the ZFS filesystem layer, in KB."
::= {io 2}
zfsWriteKB OBJECT-TYPE
SYNTAX COUNTER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The amount of file data written to the ZFS filesystem layer, in KB."
::= {io 3}
temperature OBJECT IDENTIFIER ::= {ipmi 1}
tempSensorName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The name of the designated temperature sensor."
::= {temperature 1}
tempSensorValue OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current value of the designated temperature sensor."
::= {temperature 2}
upsId OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS identifier."
::= {ups 1}
upsModel OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS model name."
::= {ups 2}
upsManufacturer OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS manufacturer name."
::= {ups 3}
upsSerial OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS serial number."
::= {ups 4}
upsBatteryChargePercent OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current battery charge in percent."
::= {ups 5}
upsBatteryRuntimeSec OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current remaining runtime in seconds."
::= {ups 6}
upsBatteryVoltagedV OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current battery voltage in dV."
::= {ups 7}
upsBatteryNominalVoltagedV OBJECT-TYPE
SYNTAX GAUGE
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The nominal battery voltage in dV."
::= {ups 8}
upsBatteryType OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The battery type."
::= {ups 9}
upsStatus OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current UPS status string."
::= {ups 10}
END