zfstozab 1.0.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile +1 -2
- data/exe/zabbix-zfs.rb +2 -3
- data/lib/zfstozab/version.rb +1 -1
- data/zabbix-template-zfs.xml +112 -1051
- metadata +3 -4
- data/Gemfile.lock +0 -34
data/zabbix-template-zfs.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<zabbix_export>
|
3
|
-
<version>
|
4
|
-
<date>
|
3
|
+
<version>5.2</version>
|
4
|
+
<date>2021-06-13T01:40:30Z</date>
|
5
5
|
<groups>
|
6
6
|
<group>
|
7
7
|
<name>Templates</name>
|
@@ -11,7 +11,6 @@
|
|
11
11
|
<template>
|
12
12
|
<template>Template ZFS</template>
|
13
13
|
<name>Template ZFS</name>
|
14
|
-
<description/>
|
15
14
|
<groups>
|
16
15
|
<group>
|
17
16
|
<name>Templates</name>
|
@@ -25,1343 +24,405 @@
|
|
25
24
|
<name>ZPools</name>
|
26
25
|
</application>
|
27
26
|
</applications>
|
28
|
-
<items/>
|
29
27
|
<discovery_rules>
|
30
28
|
<discovery_rule>
|
31
29
|
<name>zfs</name>
|
32
|
-
<type>
|
33
|
-
<snmp_community/>
|
34
|
-
<snmp_oid/>
|
30
|
+
<type>TRAP</type>
|
35
31
|
<key>zfs</key>
|
36
32
|
<delay>0</delay>
|
37
|
-
<status>0</status>
|
38
|
-
<allowed_hosts/>
|
39
|
-
<snmpv3_contextname/>
|
40
|
-
<snmpv3_securityname/>
|
41
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
42
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
43
|
-
<snmpv3_authpassphrase/>
|
44
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
45
|
-
<snmpv3_privpassphrase/>
|
46
|
-
<params/>
|
47
|
-
<ipmi_sensor/>
|
48
|
-
<authtype>0</authtype>
|
49
|
-
<username/>
|
50
|
-
<password/>
|
51
|
-
<publickey/>
|
52
|
-
<privatekey/>
|
53
|
-
<port/>
|
54
|
-
<filter>
|
55
|
-
<evaltype>0</evaltype>
|
56
|
-
<formula/>
|
57
|
-
<conditions/>
|
58
|
-
</filter>
|
59
|
-
<lifetime>30d</lifetime>
|
60
|
-
<description/>
|
61
33
|
<item_prototypes>
|
62
34
|
<item_prototype>
|
63
35
|
<name>Bytes read per second for dataset {#FS}</name>
|
64
|
-
<type>
|
65
|
-
<snmp_community/>
|
66
|
-
<snmp_oid/>
|
36
|
+
<type>TRAP</type>
|
67
37
|
<key>zfs_nread[{#FS}]</key>
|
68
38
|
<delay>0</delay>
|
69
|
-
<
|
70
|
-
<trends>365d</trends>
|
71
|
-
<status>0</status>
|
72
|
-
<value_type>0</value_type>
|
73
|
-
<allowed_hosts/>
|
39
|
+
<value_type>FLOAT</value_type>
|
74
40
|
<units>B/s</units>
|
75
|
-
<snmpv3_contextname/>
|
76
|
-
<snmpv3_securityname/>
|
77
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
78
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
79
|
-
<snmpv3_authpassphrase/>
|
80
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
81
|
-
<snmpv3_privpassphrase/>
|
82
|
-
<params/>
|
83
|
-
<ipmi_sensor/>
|
84
|
-
<authtype>0</authtype>
|
85
|
-
<username/>
|
86
|
-
<password/>
|
87
|
-
<publickey/>
|
88
|
-
<privatekey/>
|
89
|
-
<port/>
|
90
|
-
<description/>
|
91
|
-
<inventory_link>0</inventory_link>
|
92
41
|
<applications>
|
93
42
|
<application>
|
94
43
|
<name>ZDatasets</name>
|
95
44
|
</application>
|
96
45
|
</applications>
|
97
|
-
<valuemap/>
|
98
|
-
<logtimefmt/>
|
99
46
|
<preprocessing>
|
100
47
|
<step>
|
101
|
-
<type>
|
102
|
-
<
|
48
|
+
<type>CHANGE_PER_SECOND</type>
|
49
|
+
<parameters>
|
50
|
+
<parameter/>
|
51
|
+
</parameters>
|
103
52
|
</step>
|
104
53
|
</preprocessing>
|
105
|
-
<jmx_endpoint/>
|
106
|
-
<timeout>3s</timeout>
|
107
|
-
<url/>
|
108
|
-
<query_fields/>
|
109
|
-
<posts/>
|
110
|
-
<status_codes>200</status_codes>
|
111
|
-
<follow_redirects>1</follow_redirects>
|
112
|
-
<post_type>0</post_type>
|
113
|
-
<http_proxy/>
|
114
|
-
<headers/>
|
115
|
-
<retrieve_mode>0</retrieve_mode>
|
116
|
-
<request_method>0</request_method>
|
117
|
-
<output_format>0</output_format>
|
118
|
-
<allow_traps>0</allow_traps>
|
119
|
-
<ssl_cert_file/>
|
120
|
-
<ssl_key_file/>
|
121
|
-
<ssl_key_password/>
|
122
|
-
<verify_peer>0</verify_peer>
|
123
|
-
<verify_host>0</verify_host>
|
124
|
-
<application_prototypes/>
|
125
|
-
<master_item/>
|
126
54
|
</item_prototype>
|
127
55
|
<item_prototype>
|
128
56
|
<name>nunlinked per second for dataset {#FS}</name>
|
129
|
-
<type>
|
130
|
-
<snmp_community/>
|
131
|
-
<snmp_oid/>
|
57
|
+
<type>TRAP</type>
|
132
58
|
<key>zfs_nunlinked[{#FS}]</key>
|
133
59
|
<delay>0</delay>
|
134
|
-
<
|
135
|
-
<trends>365d</trends>
|
136
|
-
<status>0</status>
|
137
|
-
<value_type>0</value_type>
|
138
|
-
<allowed_hosts/>
|
60
|
+
<value_type>FLOAT</value_type>
|
139
61
|
<units>writes/s</units>
|
140
|
-
<snmpv3_contextname/>
|
141
|
-
<snmpv3_securityname/>
|
142
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
143
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
144
|
-
<snmpv3_authpassphrase/>
|
145
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
146
|
-
<snmpv3_privpassphrase/>
|
147
|
-
<params/>
|
148
|
-
<ipmi_sensor/>
|
149
|
-
<authtype>0</authtype>
|
150
|
-
<username/>
|
151
|
-
<password/>
|
152
|
-
<publickey/>
|
153
|
-
<privatekey/>
|
154
|
-
<port/>
|
155
|
-
<description/>
|
156
|
-
<inventory_link>0</inventory_link>
|
157
62
|
<applications>
|
158
63
|
<application>
|
159
64
|
<name>ZDatasets</name>
|
160
65
|
</application>
|
161
66
|
</applications>
|
162
|
-
<valuemap/>
|
163
|
-
<logtimefmt/>
|
164
67
|
<preprocessing>
|
165
68
|
<step>
|
166
|
-
<type>
|
167
|
-
<
|
69
|
+
<type>CHANGE_PER_SECOND</type>
|
70
|
+
<parameters>
|
71
|
+
<parameter/>
|
72
|
+
</parameters>
|
168
73
|
</step>
|
169
74
|
</preprocessing>
|
170
|
-
<jmx_endpoint/>
|
171
|
-
<timeout>3s</timeout>
|
172
|
-
<url/>
|
173
|
-
<query_fields/>
|
174
|
-
<posts/>
|
175
|
-
<status_codes>200</status_codes>
|
176
|
-
<follow_redirects>1</follow_redirects>
|
177
|
-
<post_type>0</post_type>
|
178
|
-
<http_proxy/>
|
179
|
-
<headers/>
|
180
|
-
<retrieve_mode>0</retrieve_mode>
|
181
|
-
<request_method>0</request_method>
|
182
|
-
<output_format>0</output_format>
|
183
|
-
<allow_traps>0</allow_traps>
|
184
|
-
<ssl_cert_file/>
|
185
|
-
<ssl_key_file/>
|
186
|
-
<ssl_key_password/>
|
187
|
-
<verify_peer>0</verify_peer>
|
188
|
-
<verify_host>0</verify_host>
|
189
|
-
<application_prototypes/>
|
190
|
-
<master_item/>
|
191
75
|
</item_prototype>
|
192
76
|
<item_prototype>
|
193
77
|
<name>nunlinks per second for dataset {#FS}</name>
|
194
|
-
<type>
|
195
|
-
<snmp_community/>
|
196
|
-
<snmp_oid/>
|
78
|
+
<type>TRAP</type>
|
197
79
|
<key>zfs_nunlinks[{#FS}]</key>
|
198
80
|
<delay>0</delay>
|
199
|
-
<
|
200
|
-
<trends>365d</trends>
|
201
|
-
<status>0</status>
|
202
|
-
<value_type>0</value_type>
|
203
|
-
<allowed_hosts/>
|
81
|
+
<value_type>FLOAT</value_type>
|
204
82
|
<units>writes/s</units>
|
205
|
-
<snmpv3_contextname/>
|
206
|
-
<snmpv3_securityname/>
|
207
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
208
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
209
|
-
<snmpv3_authpassphrase/>
|
210
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
211
|
-
<snmpv3_privpassphrase/>
|
212
|
-
<params/>
|
213
|
-
<ipmi_sensor/>
|
214
|
-
<authtype>0</authtype>
|
215
|
-
<username/>
|
216
|
-
<password/>
|
217
|
-
<publickey/>
|
218
|
-
<privatekey/>
|
219
|
-
<port/>
|
220
|
-
<description/>
|
221
|
-
<inventory_link>0</inventory_link>
|
222
83
|
<applications>
|
223
84
|
<application>
|
224
85
|
<name>ZDatasets</name>
|
225
86
|
</application>
|
226
87
|
</applications>
|
227
|
-
<valuemap/>
|
228
|
-
<logtimefmt/>
|
229
88
|
<preprocessing>
|
230
89
|
<step>
|
231
|
-
<type>
|
232
|
-
<
|
90
|
+
<type>CHANGE_PER_SECOND</type>
|
91
|
+
<parameters>
|
92
|
+
<parameter/>
|
93
|
+
</parameters>
|
233
94
|
</step>
|
234
95
|
</preprocessing>
|
235
|
-
<jmx_endpoint/>
|
236
|
-
<timeout>3s</timeout>
|
237
|
-
<url/>
|
238
|
-
<query_fields/>
|
239
|
-
<posts/>
|
240
|
-
<status_codes>200</status_codes>
|
241
|
-
<follow_redirects>1</follow_redirects>
|
242
|
-
<post_type>0</post_type>
|
243
|
-
<http_proxy/>
|
244
|
-
<headers/>
|
245
|
-
<retrieve_mode>0</retrieve_mode>
|
246
|
-
<request_method>0</request_method>
|
247
|
-
<output_format>0</output_format>
|
248
|
-
<allow_traps>0</allow_traps>
|
249
|
-
<ssl_cert_file/>
|
250
|
-
<ssl_key_file/>
|
251
|
-
<ssl_key_password/>
|
252
|
-
<verify_peer>0</verify_peer>
|
253
|
-
<verify_host>0</verify_host>
|
254
|
-
<application_prototypes/>
|
255
|
-
<master_item/>
|
256
96
|
</item_prototype>
|
257
97
|
<item_prototype>
|
258
98
|
<name>Bytes written per second for dataset {#FS}</name>
|
259
|
-
<type>
|
260
|
-
<snmp_community/>
|
261
|
-
<snmp_oid/>
|
99
|
+
<type>TRAP</type>
|
262
100
|
<key>zfs_nwritten[{#FS}]</key>
|
263
101
|
<delay>0</delay>
|
264
|
-
<
|
265
|
-
<trends>365d</trends>
|
266
|
-
<status>0</status>
|
267
|
-
<value_type>0</value_type>
|
268
|
-
<allowed_hosts/>
|
102
|
+
<value_type>FLOAT</value_type>
|
269
103
|
<units>B/s</units>
|
270
|
-
<snmpv3_contextname/>
|
271
|
-
<snmpv3_securityname/>
|
272
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
273
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
274
|
-
<snmpv3_authpassphrase/>
|
275
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
276
|
-
<snmpv3_privpassphrase/>
|
277
|
-
<params/>
|
278
|
-
<ipmi_sensor/>
|
279
|
-
<authtype>0</authtype>
|
280
|
-
<username/>
|
281
|
-
<password/>
|
282
|
-
<publickey/>
|
283
|
-
<privatekey/>
|
284
|
-
<port/>
|
285
|
-
<description/>
|
286
|
-
<inventory_link>0</inventory_link>
|
287
104
|
<applications>
|
288
105
|
<application>
|
289
106
|
<name>ZDatasets</name>
|
290
107
|
</application>
|
291
108
|
</applications>
|
292
|
-
<valuemap/>
|
293
|
-
<logtimefmt/>
|
294
109
|
<preprocessing>
|
295
110
|
<step>
|
296
|
-
<type>
|
297
|
-
<
|
111
|
+
<type>CHANGE_PER_SECOND</type>
|
112
|
+
<parameters>
|
113
|
+
<parameter/>
|
114
|
+
</parameters>
|
298
115
|
</step>
|
299
116
|
</preprocessing>
|
300
|
-
<jmx_endpoint/>
|
301
|
-
<timeout>3s</timeout>
|
302
|
-
<url/>
|
303
|
-
<query_fields/>
|
304
|
-
<posts/>
|
305
|
-
<status_codes>200</status_codes>
|
306
|
-
<follow_redirects>1</follow_redirects>
|
307
|
-
<post_type>0</post_type>
|
308
|
-
<http_proxy/>
|
309
|
-
<headers/>
|
310
|
-
<retrieve_mode>0</retrieve_mode>
|
311
|
-
<request_method>0</request_method>
|
312
|
-
<output_format>0</output_format>
|
313
|
-
<allow_traps>0</allow_traps>
|
314
|
-
<ssl_cert_file/>
|
315
|
-
<ssl_key_file/>
|
316
|
-
<ssl_key_password/>
|
317
|
-
<verify_peer>0</verify_peer>
|
318
|
-
<verify_host>0</verify_host>
|
319
|
-
<application_prototypes/>
|
320
|
-
<master_item/>
|
321
117
|
</item_prototype>
|
322
118
|
<item_prototype>
|
323
119
|
<name>Reads per second for dataset {#FS}</name>
|
324
|
-
<type>
|
325
|
-
<snmp_community/>
|
326
|
-
<snmp_oid/>
|
120
|
+
<type>TRAP</type>
|
327
121
|
<key>zfs_reads[{#FS}]</key>
|
328
122
|
<delay>0</delay>
|
329
|
-
<
|
330
|
-
<trends>365d</trends>
|
331
|
-
<status>0</status>
|
332
|
-
<value_type>0</value_type>
|
333
|
-
<allowed_hosts/>
|
123
|
+
<value_type>FLOAT</value_type>
|
334
124
|
<units>reads/s</units>
|
335
|
-
<snmpv3_contextname/>
|
336
|
-
<snmpv3_securityname/>
|
337
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
338
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
339
|
-
<snmpv3_authpassphrase/>
|
340
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
341
|
-
<snmpv3_privpassphrase/>
|
342
|
-
<params/>
|
343
|
-
<ipmi_sensor/>
|
344
|
-
<authtype>0</authtype>
|
345
|
-
<username/>
|
346
|
-
<password/>
|
347
|
-
<publickey/>
|
348
|
-
<privatekey/>
|
349
|
-
<port/>
|
350
|
-
<description/>
|
351
|
-
<inventory_link>0</inventory_link>
|
352
125
|
<applications>
|
353
126
|
<application>
|
354
127
|
<name>ZDatasets</name>
|
355
128
|
</application>
|
356
129
|
</applications>
|
357
|
-
<valuemap/>
|
358
|
-
<logtimefmt/>
|
359
130
|
<preprocessing>
|
360
131
|
<step>
|
361
|
-
<type>
|
362
|
-
<
|
132
|
+
<type>CHANGE_PER_SECOND</type>
|
133
|
+
<parameters>
|
134
|
+
<parameter/>
|
135
|
+
</parameters>
|
363
136
|
</step>
|
364
137
|
</preprocessing>
|
365
|
-
<jmx_endpoint/>
|
366
|
-
<timeout>3s</timeout>
|
367
|
-
<url/>
|
368
|
-
<query_fields/>
|
369
|
-
<posts/>
|
370
|
-
<status_codes>200</status_codes>
|
371
|
-
<follow_redirects>1</follow_redirects>
|
372
|
-
<post_type>0</post_type>
|
373
|
-
<http_proxy/>
|
374
|
-
<headers/>
|
375
|
-
<retrieve_mode>0</retrieve_mode>
|
376
|
-
<request_method>0</request_method>
|
377
|
-
<output_format>0</output_format>
|
378
|
-
<allow_traps>0</allow_traps>
|
379
|
-
<ssl_cert_file/>
|
380
|
-
<ssl_key_file/>
|
381
|
-
<ssl_key_password/>
|
382
|
-
<verify_peer>0</verify_peer>
|
383
|
-
<verify_host>0</verify_host>
|
384
|
-
<application_prototypes/>
|
385
|
-
<master_item/>
|
386
138
|
</item_prototype>
|
387
139
|
<item_prototype>
|
388
140
|
<name>Writes per second for dataset {#FS}</name>
|
389
|
-
<type>
|
390
|
-
<snmp_community/>
|
391
|
-
<snmp_oid/>
|
141
|
+
<type>TRAP</type>
|
392
142
|
<key>zfs_writes[{#FS}]</key>
|
393
143
|
<delay>0</delay>
|
394
|
-
<
|
395
|
-
<trends>365d</trends>
|
396
|
-
<status>0</status>
|
397
|
-
<value_type>0</value_type>
|
398
|
-
<allowed_hosts/>
|
144
|
+
<value_type>FLOAT</value_type>
|
399
145
|
<units>writes/s</units>
|
400
|
-
<snmpv3_contextname/>
|
401
|
-
<snmpv3_securityname/>
|
402
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
403
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
404
|
-
<snmpv3_authpassphrase/>
|
405
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
406
|
-
<snmpv3_privpassphrase/>
|
407
|
-
<params/>
|
408
|
-
<ipmi_sensor/>
|
409
|
-
<authtype>0</authtype>
|
410
|
-
<username/>
|
411
|
-
<password/>
|
412
|
-
<publickey/>
|
413
|
-
<privatekey/>
|
414
|
-
<port/>
|
415
|
-
<description/>
|
416
|
-
<inventory_link>0</inventory_link>
|
417
146
|
<applications>
|
418
147
|
<application>
|
419
148
|
<name>ZDatasets</name>
|
420
149
|
</application>
|
421
150
|
</applications>
|
422
|
-
<valuemap/>
|
423
|
-
<logtimefmt/>
|
424
151
|
<preprocessing>
|
425
152
|
<step>
|
426
|
-
<type>
|
427
|
-
<
|
153
|
+
<type>CHANGE_PER_SECOND</type>
|
154
|
+
<parameters>
|
155
|
+
<parameter/>
|
156
|
+
</parameters>
|
428
157
|
</step>
|
429
158
|
</preprocessing>
|
430
|
-
<jmx_endpoint/>
|
431
|
-
<timeout>3s</timeout>
|
432
|
-
<url/>
|
433
|
-
<query_fields/>
|
434
|
-
<posts/>
|
435
|
-
<status_codes>200</status_codes>
|
436
|
-
<follow_redirects>1</follow_redirects>
|
437
|
-
<post_type>0</post_type>
|
438
|
-
<http_proxy/>
|
439
|
-
<headers/>
|
440
|
-
<retrieve_mode>0</retrieve_mode>
|
441
|
-
<request_method>0</request_method>
|
442
|
-
<output_format>0</output_format>
|
443
|
-
<allow_traps>0</allow_traps>
|
444
|
-
<ssl_cert_file/>
|
445
|
-
<ssl_key_file/>
|
446
|
-
<ssl_key_password/>
|
447
|
-
<verify_peer>0</verify_peer>
|
448
|
-
<verify_host>0</verify_host>
|
449
|
-
<application_prototypes/>
|
450
|
-
<master_item/>
|
451
159
|
</item_prototype>
|
452
160
|
</item_prototypes>
|
453
|
-
<trigger_prototypes/>
|
454
|
-
<graph_prototypes/>
|
455
|
-
<host_prototypes/>
|
456
|
-
<jmx_endpoint/>
|
457
|
-
<timeout>3s</timeout>
|
458
|
-
<url/>
|
459
|
-
<query_fields/>
|
460
|
-
<posts/>
|
461
|
-
<status_codes>200</status_codes>
|
462
|
-
<follow_redirects>1</follow_redirects>
|
463
|
-
<post_type>0</post_type>
|
464
|
-
<http_proxy/>
|
465
|
-
<headers/>
|
466
|
-
<retrieve_mode>0</retrieve_mode>
|
467
|
-
<request_method>0</request_method>
|
468
|
-
<allow_traps>0</allow_traps>
|
469
|
-
<ssl_cert_file/>
|
470
|
-
<ssl_key_file/>
|
471
|
-
<ssl_key_password/>
|
472
|
-
<verify_peer>0</verify_peer>
|
473
|
-
<verify_host>0</verify_host>
|
474
161
|
</discovery_rule>
|
475
162
|
<discovery_rule>
|
476
163
|
<name>zpools</name>
|
477
|
-
<type>
|
478
|
-
<snmp_community/>
|
479
|
-
<snmp_oid/>
|
164
|
+
<type>TRAP</type>
|
480
165
|
<key>zpool</key>
|
481
166
|
<delay>0</delay>
|
482
|
-
<status>0</status>
|
483
|
-
<allowed_hosts/>
|
484
|
-
<snmpv3_contextname/>
|
485
|
-
<snmpv3_securityname/>
|
486
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
487
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
488
|
-
<snmpv3_authpassphrase/>
|
489
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
490
|
-
<snmpv3_privpassphrase/>
|
491
|
-
<params/>
|
492
|
-
<ipmi_sensor/>
|
493
|
-
<authtype>0</authtype>
|
494
|
-
<username/>
|
495
|
-
<password/>
|
496
|
-
<publickey/>
|
497
|
-
<privatekey/>
|
498
|
-
<port/>
|
499
|
-
<filter>
|
500
|
-
<evaltype>0</evaltype>
|
501
|
-
<formula/>
|
502
|
-
<conditions/>
|
503
|
-
</filter>
|
504
|
-
<lifetime>30d</lifetime>
|
505
|
-
<description/>
|
506
167
|
<item_prototypes>
|
507
168
|
<item_prototype>
|
508
169
|
<name>Bytes read per second for pool {#POOL}</name>
|
509
|
-
<type>
|
510
|
-
<snmp_community/>
|
511
|
-
<snmp_oid/>
|
170
|
+
<type>TRAP</type>
|
512
171
|
<key>zpool_nread[{#POOL}]</key>
|
513
172
|
<delay>0</delay>
|
514
|
-
<
|
515
|
-
<trends>365d</trends>
|
516
|
-
<status>0</status>
|
517
|
-
<value_type>0</value_type>
|
518
|
-
<allowed_hosts/>
|
173
|
+
<value_type>FLOAT</value_type>
|
519
174
|
<units>B/s</units>
|
520
|
-
<snmpv3_contextname/>
|
521
|
-
<snmpv3_securityname/>
|
522
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
523
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
524
|
-
<snmpv3_authpassphrase/>
|
525
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
526
|
-
<snmpv3_privpassphrase/>
|
527
|
-
<params/>
|
528
|
-
<ipmi_sensor/>
|
529
|
-
<authtype>0</authtype>
|
530
|
-
<username/>
|
531
|
-
<password/>
|
532
|
-
<publickey/>
|
533
|
-
<privatekey/>
|
534
|
-
<port/>
|
535
|
-
<description/>
|
536
|
-
<inventory_link>0</inventory_link>
|
537
175
|
<applications>
|
538
176
|
<application>
|
539
177
|
<name>ZPools</name>
|
540
178
|
</application>
|
541
179
|
</applications>
|
542
|
-
<valuemap/>
|
543
|
-
<logtimefmt/>
|
544
180
|
<preprocessing>
|
545
181
|
<step>
|
546
|
-
<type>
|
547
|
-
<
|
182
|
+
<type>CHANGE_PER_SECOND</type>
|
183
|
+
<parameters>
|
184
|
+
<parameter/>
|
185
|
+
</parameters>
|
548
186
|
</step>
|
549
187
|
</preprocessing>
|
550
|
-
<jmx_endpoint/>
|
551
|
-
<timeout>3s</timeout>
|
552
|
-
<url/>
|
553
|
-
<query_fields/>
|
554
|
-
<posts/>
|
555
|
-
<status_codes>200</status_codes>
|
556
|
-
<follow_redirects>1</follow_redirects>
|
557
|
-
<post_type>0</post_type>
|
558
|
-
<http_proxy/>
|
559
|
-
<headers/>
|
560
|
-
<retrieve_mode>0</retrieve_mode>
|
561
|
-
<request_method>0</request_method>
|
562
|
-
<output_format>0</output_format>
|
563
|
-
<allow_traps>0</allow_traps>
|
564
|
-
<ssl_cert_file/>
|
565
|
-
<ssl_key_file/>
|
566
|
-
<ssl_key_password/>
|
567
|
-
<verify_peer>0</verify_peer>
|
568
|
-
<verify_host>0</verify_host>
|
569
|
-
<application_prototypes/>
|
570
|
-
<master_item/>
|
571
188
|
</item_prototype>
|
572
189
|
<item_prototype>
|
573
190
|
<name>Bytes written per second for pool {#POOL}</name>
|
574
|
-
<type>
|
575
|
-
<snmp_community/>
|
576
|
-
<snmp_oid/>
|
191
|
+
<type>TRAP</type>
|
577
192
|
<key>zpool_nwritten[{#POOL}]</key>
|
578
193
|
<delay>0</delay>
|
579
|
-
<
|
580
|
-
<trends>365d</trends>
|
581
|
-
<status>0</status>
|
582
|
-
<value_type>0</value_type>
|
583
|
-
<allowed_hosts/>
|
194
|
+
<value_type>FLOAT</value_type>
|
584
195
|
<units>B/s</units>
|
585
|
-
<snmpv3_contextname/>
|
586
|
-
<snmpv3_securityname/>
|
587
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
588
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
589
|
-
<snmpv3_authpassphrase/>
|
590
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
591
|
-
<snmpv3_privpassphrase/>
|
592
|
-
<params/>
|
593
|
-
<ipmi_sensor/>
|
594
|
-
<authtype>0</authtype>
|
595
|
-
<username/>
|
596
|
-
<password/>
|
597
|
-
<publickey/>
|
598
|
-
<privatekey/>
|
599
|
-
<port/>
|
600
|
-
<description/>
|
601
|
-
<inventory_link>0</inventory_link>
|
602
196
|
<applications>
|
603
197
|
<application>
|
604
198
|
<name>ZPools</name>
|
605
199
|
</application>
|
606
200
|
</applications>
|
607
|
-
<valuemap/>
|
608
|
-
<logtimefmt/>
|
609
201
|
<preprocessing>
|
610
202
|
<step>
|
611
|
-
<type>
|
612
|
-
<
|
203
|
+
<type>CHANGE_PER_SECOND</type>
|
204
|
+
<parameters>
|
205
|
+
<parameter/>
|
206
|
+
</parameters>
|
613
207
|
</step>
|
614
208
|
</preprocessing>
|
615
|
-
<jmx_endpoint/>
|
616
|
-
<timeout>3s</timeout>
|
617
|
-
<url/>
|
618
|
-
<query_fields/>
|
619
|
-
<posts/>
|
620
|
-
<status_codes>200</status_codes>
|
621
|
-
<follow_redirects>1</follow_redirects>
|
622
|
-
<post_type>0</post_type>
|
623
|
-
<http_proxy/>
|
624
|
-
<headers/>
|
625
|
-
<retrieve_mode>0</retrieve_mode>
|
626
|
-
<request_method>0</request_method>
|
627
|
-
<output_format>0</output_format>
|
628
|
-
<allow_traps>0</allow_traps>
|
629
|
-
<ssl_cert_file/>
|
630
|
-
<ssl_key_file/>
|
631
|
-
<ssl_key_password/>
|
632
|
-
<verify_peer>0</verify_peer>
|
633
|
-
<verify_host>0</verify_host>
|
634
|
-
<application_prototypes/>
|
635
|
-
<master_item/>
|
636
209
|
</item_prototype>
|
637
210
|
<item_prototype>
|
638
211
|
<name>Run queue count {#POOL}</name>
|
639
|
-
<type>
|
640
|
-
<snmp_community/>
|
641
|
-
<snmp_oid/>
|
212
|
+
<type>TRAP</type>
|
642
213
|
<key>zpool_rcnt[{#POOL}]</key>
|
643
214
|
<delay>0</delay>
|
644
|
-
<history>90d</history>
|
645
|
-
<trends>365d</trends>
|
646
|
-
<status>0</status>
|
647
|
-
<value_type>3</value_type>
|
648
|
-
<allowed_hosts/>
|
649
215
|
<units>ops</units>
|
650
|
-
<snmpv3_contextname/>
|
651
|
-
<snmpv3_securityname/>
|
652
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
653
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
654
|
-
<snmpv3_authpassphrase/>
|
655
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
656
|
-
<snmpv3_privpassphrase/>
|
657
|
-
<params/>
|
658
|
-
<ipmi_sensor/>
|
659
|
-
<authtype>0</authtype>
|
660
|
-
<username/>
|
661
|
-
<password/>
|
662
|
-
<publickey/>
|
663
|
-
<privatekey/>
|
664
|
-
<port/>
|
665
|
-
<description/>
|
666
|
-
<inventory_link>0</inventory_link>
|
667
216
|
<applications>
|
668
217
|
<application>
|
669
218
|
<name>ZPools</name>
|
670
219
|
</application>
|
671
220
|
</applications>
|
672
|
-
<valuemap/>
|
673
|
-
<logtimefmt/>
|
674
|
-
<preprocessing/>
|
675
|
-
<jmx_endpoint/>
|
676
|
-
<timeout>3s</timeout>
|
677
|
-
<url/>
|
678
|
-
<query_fields/>
|
679
|
-
<posts/>
|
680
|
-
<status_codes>200</status_codes>
|
681
|
-
<follow_redirects>1</follow_redirects>
|
682
|
-
<post_type>0</post_type>
|
683
|
-
<http_proxy/>
|
684
|
-
<headers/>
|
685
|
-
<retrieve_mode>0</retrieve_mode>
|
686
|
-
<request_method>0</request_method>
|
687
|
-
<output_format>0</output_format>
|
688
|
-
<allow_traps>0</allow_traps>
|
689
|
-
<ssl_cert_file/>
|
690
|
-
<ssl_key_file/>
|
691
|
-
<ssl_key_password/>
|
692
|
-
<verify_peer>0</verify_peer>
|
693
|
-
<verify_host>0</verify_host>
|
694
|
-
<application_prototypes/>
|
695
|
-
<master_item/>
|
696
221
|
</item_prototype>
|
697
222
|
<item_prototype>
|
698
223
|
<name>Reads per second for pool {#POOL}</name>
|
699
|
-
<type>
|
700
|
-
<snmp_community/>
|
701
|
-
<snmp_oid/>
|
224
|
+
<type>TRAP</type>
|
702
225
|
<key>zpool_reads[{#POOL}]</key>
|
703
226
|
<delay>0</delay>
|
704
|
-
<
|
705
|
-
<trends>365d</trends>
|
706
|
-
<status>0</status>
|
707
|
-
<value_type>0</value_type>
|
708
|
-
<allowed_hosts/>
|
227
|
+
<value_type>FLOAT</value_type>
|
709
228
|
<units>reads/s</units>
|
710
|
-
<snmpv3_contextname/>
|
711
|
-
<snmpv3_securityname/>
|
712
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
713
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
714
|
-
<snmpv3_authpassphrase/>
|
715
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
716
|
-
<snmpv3_privpassphrase/>
|
717
|
-
<params/>
|
718
|
-
<ipmi_sensor/>
|
719
|
-
<authtype>0</authtype>
|
720
|
-
<username/>
|
721
|
-
<password/>
|
722
|
-
<publickey/>
|
723
|
-
<privatekey/>
|
724
|
-
<port/>
|
725
|
-
<description/>
|
726
|
-
<inventory_link>0</inventory_link>
|
727
229
|
<applications>
|
728
230
|
<application>
|
729
231
|
<name>ZPools</name>
|
730
232
|
</application>
|
731
233
|
</applications>
|
732
|
-
<valuemap/>
|
733
|
-
<logtimefmt/>
|
734
234
|
<preprocessing>
|
735
235
|
<step>
|
736
|
-
<type>
|
737
|
-
<
|
236
|
+
<type>CHANGE_PER_SECOND</type>
|
237
|
+
<parameters>
|
238
|
+
<parameter/>
|
239
|
+
</parameters>
|
738
240
|
</step>
|
739
241
|
</preprocessing>
|
740
|
-
<jmx_endpoint/>
|
741
|
-
<timeout>3s</timeout>
|
742
|
-
<url/>
|
743
|
-
<query_fields/>
|
744
|
-
<posts/>
|
745
|
-
<status_codes>200</status_codes>
|
746
|
-
<follow_redirects>1</follow_redirects>
|
747
|
-
<post_type>0</post_type>
|
748
|
-
<http_proxy/>
|
749
|
-
<headers/>
|
750
|
-
<retrieve_mode>0</retrieve_mode>
|
751
|
-
<request_method>0</request_method>
|
752
|
-
<output_format>0</output_format>
|
753
|
-
<allow_traps>0</allow_traps>
|
754
|
-
<ssl_cert_file/>
|
755
|
-
<ssl_key_file/>
|
756
|
-
<ssl_key_password/>
|
757
|
-
<verify_peer>0</verify_peer>
|
758
|
-
<verify_host>0</verify_host>
|
759
|
-
<application_prototypes/>
|
760
|
-
<master_item/>
|
761
242
|
</item_prototype>
|
762
243
|
<item_prototype>
|
763
244
|
<name>rlentime per second {#POOL}</name>
|
764
|
-
<type>
|
765
|
-
<snmp_community/>
|
766
|
-
<snmp_oid/>
|
245
|
+
<type>TRAP</type>
|
767
246
|
<key>zpool_rlentime[{#POOL}]</key>
|
768
247
|
<delay>0</delay>
|
769
|
-
<
|
770
|
-
<trends>365d</trends>
|
771
|
-
<status>0</status>
|
772
|
-
<value_type>0</value_type>
|
773
|
-
<allowed_hosts/>
|
248
|
+
<value_type>FLOAT</value_type>
|
774
249
|
<units>wtime/s</units>
|
775
|
-
<snmpv3_contextname/>
|
776
|
-
<snmpv3_securityname/>
|
777
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
778
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
779
|
-
<snmpv3_authpassphrase/>
|
780
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
781
|
-
<snmpv3_privpassphrase/>
|
782
|
-
<params/>
|
783
|
-
<ipmi_sensor/>
|
784
|
-
<authtype>0</authtype>
|
785
|
-
<username/>
|
786
|
-
<password/>
|
787
|
-
<publickey/>
|
788
|
-
<privatekey/>
|
789
|
-
<port/>
|
790
|
-
<description/>
|
791
|
-
<inventory_link>0</inventory_link>
|
792
250
|
<applications>
|
793
251
|
<application>
|
794
252
|
<name>ZPools</name>
|
795
253
|
</application>
|
796
254
|
</applications>
|
797
|
-
<valuemap/>
|
798
|
-
<logtimefmt/>
|
799
255
|
<preprocessing>
|
800
256
|
<step>
|
801
|
-
<type>
|
802
|
-
<
|
257
|
+
<type>CHANGE_PER_SECOND</type>
|
258
|
+
<parameters>
|
259
|
+
<parameter/>
|
260
|
+
</parameters>
|
803
261
|
</step>
|
804
262
|
</preprocessing>
|
805
|
-
<jmx_endpoint/>
|
806
|
-
<timeout>3s</timeout>
|
807
|
-
<url/>
|
808
|
-
<query_fields/>
|
809
|
-
<posts/>
|
810
|
-
<status_codes>200</status_codes>
|
811
|
-
<follow_redirects>1</follow_redirects>
|
812
|
-
<post_type>0</post_type>
|
813
|
-
<http_proxy/>
|
814
|
-
<headers/>
|
815
|
-
<retrieve_mode>0</retrieve_mode>
|
816
|
-
<request_method>0</request_method>
|
817
|
-
<output_format>0</output_format>
|
818
|
-
<allow_traps>0</allow_traps>
|
819
|
-
<ssl_cert_file/>
|
820
|
-
<ssl_key_file/>
|
821
|
-
<ssl_key_password/>
|
822
|
-
<verify_peer>0</verify_peer>
|
823
|
-
<verify_host>0</verify_host>
|
824
|
-
<application_prototypes/>
|
825
|
-
<master_item/>
|
826
263
|
</item_prototype>
|
827
264
|
<item_prototype>
|
828
265
|
<name>rtime per second {#POOL}</name>
|
829
|
-
<type>
|
830
|
-
<snmp_community/>
|
831
|
-
<snmp_oid/>
|
266
|
+
<type>TRAP</type>
|
832
267
|
<key>zpool_rtime[{#POOL}]</key>
|
833
268
|
<delay>0</delay>
|
834
|
-
<
|
835
|
-
<trends>365d</trends>
|
836
|
-
<status>0</status>
|
837
|
-
<value_type>0</value_type>
|
838
|
-
<allowed_hosts/>
|
269
|
+
<value_type>FLOAT</value_type>
|
839
270
|
<units>wtime/s</units>
|
840
|
-
<snmpv3_contextname/>
|
841
|
-
<snmpv3_securityname/>
|
842
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
843
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
844
|
-
<snmpv3_authpassphrase/>
|
845
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
846
|
-
<snmpv3_privpassphrase/>
|
847
|
-
<params/>
|
848
|
-
<ipmi_sensor/>
|
849
|
-
<authtype>0</authtype>
|
850
|
-
<username/>
|
851
|
-
<password/>
|
852
|
-
<publickey/>
|
853
|
-
<privatekey/>
|
854
|
-
<port/>
|
855
|
-
<description/>
|
856
|
-
<inventory_link>0</inventory_link>
|
857
271
|
<applications>
|
858
272
|
<application>
|
859
273
|
<name>ZPools</name>
|
860
274
|
</application>
|
861
275
|
</applications>
|
862
|
-
<valuemap/>
|
863
|
-
<logtimefmt/>
|
864
276
|
<preprocessing>
|
865
277
|
<step>
|
866
|
-
<type>
|
867
|
-
<
|
278
|
+
<type>CHANGE_PER_SECOND</type>
|
279
|
+
<parameters>
|
280
|
+
<parameter/>
|
281
|
+
</parameters>
|
868
282
|
</step>
|
869
283
|
</preprocessing>
|
870
|
-
<jmx_endpoint/>
|
871
|
-
<timeout>3s</timeout>
|
872
|
-
<url/>
|
873
|
-
<query_fields/>
|
874
|
-
<posts/>
|
875
|
-
<status_codes>200</status_codes>
|
876
|
-
<follow_redirects>1</follow_redirects>
|
877
|
-
<post_type>0</post_type>
|
878
|
-
<http_proxy/>
|
879
|
-
<headers/>
|
880
|
-
<retrieve_mode>0</retrieve_mode>
|
881
|
-
<request_method>0</request_method>
|
882
|
-
<output_format>0</output_format>
|
883
|
-
<allow_traps>0</allow_traps>
|
884
|
-
<ssl_cert_file/>
|
885
|
-
<ssl_key_file/>
|
886
|
-
<ssl_key_password/>
|
887
|
-
<verify_peer>0</verify_peer>
|
888
|
-
<verify_host>0</verify_host>
|
889
|
-
<application_prototypes/>
|
890
|
-
<master_item/>
|
891
284
|
</item_prototype>
|
892
285
|
<item_prototype>
|
893
286
|
<name>rupdate per second {#POOL}</name>
|
894
|
-
<type>
|
895
|
-
<snmp_community/>
|
896
|
-
<snmp_oid/>
|
287
|
+
<type>TRAP</type>
|
897
288
|
<key>zpool_rupdate[{#POOL}]</key>
|
898
289
|
<delay>0</delay>
|
899
|
-
<
|
900
|
-
<trends>365d</trends>
|
901
|
-
<status>0</status>
|
902
|
-
<value_type>0</value_type>
|
903
|
-
<allowed_hosts/>
|
290
|
+
<value_type>FLOAT</value_type>
|
904
291
|
<units>wtime/s</units>
|
905
|
-
<snmpv3_contextname/>
|
906
|
-
<snmpv3_securityname/>
|
907
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
908
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
909
|
-
<snmpv3_authpassphrase/>
|
910
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
911
|
-
<snmpv3_privpassphrase/>
|
912
|
-
<params/>
|
913
|
-
<ipmi_sensor/>
|
914
|
-
<authtype>0</authtype>
|
915
|
-
<username/>
|
916
|
-
<password/>
|
917
|
-
<publickey/>
|
918
|
-
<privatekey/>
|
919
|
-
<port/>
|
920
|
-
<description/>
|
921
|
-
<inventory_link>0</inventory_link>
|
922
292
|
<applications>
|
923
293
|
<application>
|
924
294
|
<name>ZPools</name>
|
925
295
|
</application>
|
926
296
|
</applications>
|
927
|
-
<valuemap/>
|
928
|
-
<logtimefmt/>
|
929
297
|
<preprocessing>
|
930
298
|
<step>
|
931
|
-
<type>
|
932
|
-
<
|
299
|
+
<type>CHANGE_PER_SECOND</type>
|
300
|
+
<parameters>
|
301
|
+
<parameter/>
|
302
|
+
</parameters>
|
933
303
|
</step>
|
934
304
|
</preprocessing>
|
935
|
-
<jmx_endpoint/>
|
936
|
-
<timeout>3s</timeout>
|
937
|
-
<url/>
|
938
|
-
<query_fields/>
|
939
|
-
<posts/>
|
940
|
-
<status_codes>200</status_codes>
|
941
|
-
<follow_redirects>1</follow_redirects>
|
942
|
-
<post_type>0</post_type>
|
943
|
-
<http_proxy/>
|
944
|
-
<headers/>
|
945
|
-
<retrieve_mode>0</retrieve_mode>
|
946
|
-
<request_method>0</request_method>
|
947
|
-
<output_format>0</output_format>
|
948
|
-
<allow_traps>0</allow_traps>
|
949
|
-
<ssl_cert_file/>
|
950
|
-
<ssl_key_file/>
|
951
|
-
<ssl_key_password/>
|
952
|
-
<verify_peer>0</verify_peer>
|
953
|
-
<verify_host>0</verify_host>
|
954
|
-
<application_prototypes/>
|
955
|
-
<master_item/>
|
956
305
|
</item_prototype>
|
957
306
|
<item_prototype>
|
958
307
|
<name>State of pool {#POOL}</name>
|
959
|
-
<type>
|
960
|
-
<snmp_community/>
|
961
|
-
<snmp_oid/>
|
308
|
+
<type>TRAP</type>
|
962
309
|
<key>zpool_state[{#POOL}]</key>
|
963
310
|
<delay>0</delay>
|
964
|
-
<history>90d</history>
|
965
311
|
<trends>0</trends>
|
966
|
-
<
|
967
|
-
<value_type>1</value_type>
|
968
|
-
<allowed_hosts/>
|
969
|
-
<units/>
|
970
|
-
<snmpv3_contextname/>
|
971
|
-
<snmpv3_securityname/>
|
972
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
973
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
974
|
-
<snmpv3_authpassphrase/>
|
975
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
976
|
-
<snmpv3_privpassphrase/>
|
977
|
-
<params/>
|
978
|
-
<ipmi_sensor/>
|
979
|
-
<authtype>0</authtype>
|
980
|
-
<username/>
|
981
|
-
<password/>
|
982
|
-
<publickey/>
|
983
|
-
<privatekey/>
|
984
|
-
<port/>
|
985
|
-
<description/>
|
986
|
-
<inventory_link>0</inventory_link>
|
312
|
+
<value_type>CHAR</value_type>
|
987
313
|
<applications>
|
988
314
|
<application>
|
989
315
|
<name>ZPools</name>
|
990
316
|
</application>
|
991
317
|
</applications>
|
992
|
-
<
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
<status_codes>200</status_codes>
|
1001
|
-
<follow_redirects>1</follow_redirects>
|
1002
|
-
<post_type>0</post_type>
|
1003
|
-
<http_proxy/>
|
1004
|
-
<headers/>
|
1005
|
-
<retrieve_mode>0</retrieve_mode>
|
1006
|
-
<request_method>0</request_method>
|
1007
|
-
<output_format>0</output_format>
|
1008
|
-
<allow_traps>0</allow_traps>
|
1009
|
-
<ssl_cert_file/>
|
1010
|
-
<ssl_key_file/>
|
1011
|
-
<ssl_key_password/>
|
1012
|
-
<verify_peer>0</verify_peer>
|
1013
|
-
<verify_host>0</verify_host>
|
1014
|
-
<application_prototypes/>
|
1015
|
-
<master_item/>
|
318
|
+
<trigger_prototypes>
|
319
|
+
<trigger_prototype>
|
320
|
+
<expression>{last()}<>"ONLINE"</expression>
|
321
|
+
<name>Non-optimal state for pool {#POOL} detected</name>
|
322
|
+
<priority>AVERAGE</priority>
|
323
|
+
<description>Pool may be degraded or worse - log in an investigate</description>
|
324
|
+
</trigger_prototype>
|
325
|
+
</trigger_prototypes>
|
1016
326
|
</item_prototype>
|
1017
327
|
<item_prototype>
|
1018
328
|
<name>Wait queue count {#POOL}</name>
|
1019
|
-
<type>
|
1020
|
-
<snmp_community/>
|
1021
|
-
<snmp_oid/>
|
329
|
+
<type>TRAP</type>
|
1022
330
|
<key>zpool_wcnt[{#POOL}]</key>
|
1023
331
|
<delay>0</delay>
|
1024
|
-
<history>90d</history>
|
1025
|
-
<trends>365d</trends>
|
1026
|
-
<status>0</status>
|
1027
|
-
<value_type>3</value_type>
|
1028
|
-
<allowed_hosts/>
|
1029
332
|
<units>ops</units>
|
1030
|
-
<snmpv3_contextname/>
|
1031
|
-
<snmpv3_securityname/>
|
1032
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
1033
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
1034
|
-
<snmpv3_authpassphrase/>
|
1035
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
1036
|
-
<snmpv3_privpassphrase/>
|
1037
|
-
<params/>
|
1038
|
-
<ipmi_sensor/>
|
1039
|
-
<authtype>0</authtype>
|
1040
|
-
<username/>
|
1041
|
-
<password/>
|
1042
|
-
<publickey/>
|
1043
|
-
<privatekey/>
|
1044
|
-
<port/>
|
1045
|
-
<description/>
|
1046
|
-
<inventory_link>0</inventory_link>
|
1047
333
|
<applications>
|
1048
334
|
<application>
|
1049
335
|
<name>ZPools</name>
|
1050
336
|
</application>
|
1051
337
|
</applications>
|
1052
|
-
<valuemap/>
|
1053
|
-
<logtimefmt/>
|
1054
|
-
<preprocessing/>
|
1055
|
-
<jmx_endpoint/>
|
1056
|
-
<timeout>3s</timeout>
|
1057
|
-
<url/>
|
1058
|
-
<query_fields/>
|
1059
|
-
<posts/>
|
1060
|
-
<status_codes>200</status_codes>
|
1061
|
-
<follow_redirects>1</follow_redirects>
|
1062
|
-
<post_type>0</post_type>
|
1063
|
-
<http_proxy/>
|
1064
|
-
<headers/>
|
1065
|
-
<retrieve_mode>0</retrieve_mode>
|
1066
|
-
<request_method>0</request_method>
|
1067
|
-
<output_format>0</output_format>
|
1068
|
-
<allow_traps>0</allow_traps>
|
1069
|
-
<ssl_cert_file/>
|
1070
|
-
<ssl_key_file/>
|
1071
|
-
<ssl_key_password/>
|
1072
|
-
<verify_peer>0</verify_peer>
|
1073
|
-
<verify_host>0</verify_host>
|
1074
|
-
<application_prototypes/>
|
1075
|
-
<master_item/>
|
1076
338
|
</item_prototype>
|
1077
339
|
<item_prototype>
|
1078
340
|
<name>wlentime per second {#POOL}</name>
|
1079
|
-
<type>
|
1080
|
-
<snmp_community/>
|
1081
|
-
<snmp_oid/>
|
341
|
+
<type>TRAP</type>
|
1082
342
|
<key>zpool_wlentime[{#POOL}]</key>
|
1083
343
|
<delay>0</delay>
|
1084
|
-
<
|
1085
|
-
<trends>365d</trends>
|
1086
|
-
<status>0</status>
|
1087
|
-
<value_type>0</value_type>
|
1088
|
-
<allowed_hosts/>
|
344
|
+
<value_type>FLOAT</value_type>
|
1089
345
|
<units>wtime/s</units>
|
1090
|
-
<snmpv3_contextname/>
|
1091
|
-
<snmpv3_securityname/>
|
1092
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
1093
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
1094
|
-
<snmpv3_authpassphrase/>
|
1095
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
1096
|
-
<snmpv3_privpassphrase/>
|
1097
|
-
<params/>
|
1098
|
-
<ipmi_sensor/>
|
1099
|
-
<authtype>0</authtype>
|
1100
|
-
<username/>
|
1101
|
-
<password/>
|
1102
|
-
<publickey/>
|
1103
|
-
<privatekey/>
|
1104
|
-
<port/>
|
1105
|
-
<description/>
|
1106
|
-
<inventory_link>0</inventory_link>
|
1107
346
|
<applications>
|
1108
347
|
<application>
|
1109
348
|
<name>ZPools</name>
|
1110
349
|
</application>
|
1111
350
|
</applications>
|
1112
|
-
<valuemap/>
|
1113
|
-
<logtimefmt/>
|
1114
351
|
<preprocessing>
|
1115
352
|
<step>
|
1116
|
-
<type>
|
1117
|
-
<
|
353
|
+
<type>CHANGE_PER_SECOND</type>
|
354
|
+
<parameters>
|
355
|
+
<parameter/>
|
356
|
+
</parameters>
|
1118
357
|
</step>
|
1119
358
|
</preprocessing>
|
1120
|
-
<jmx_endpoint/>
|
1121
|
-
<timeout>3s</timeout>
|
1122
|
-
<url/>
|
1123
|
-
<query_fields/>
|
1124
|
-
<posts/>
|
1125
|
-
<status_codes>200</status_codes>
|
1126
|
-
<follow_redirects>1</follow_redirects>
|
1127
|
-
<post_type>0</post_type>
|
1128
|
-
<http_proxy/>
|
1129
|
-
<headers/>
|
1130
|
-
<retrieve_mode>0</retrieve_mode>
|
1131
|
-
<request_method>0</request_method>
|
1132
|
-
<output_format>0</output_format>
|
1133
|
-
<allow_traps>0</allow_traps>
|
1134
|
-
<ssl_cert_file/>
|
1135
|
-
<ssl_key_file/>
|
1136
|
-
<ssl_key_password/>
|
1137
|
-
<verify_peer>0</verify_peer>
|
1138
|
-
<verify_host>0</verify_host>
|
1139
|
-
<application_prototypes/>
|
1140
|
-
<master_item/>
|
1141
359
|
</item_prototype>
|
1142
360
|
<item_prototype>
|
1143
361
|
<name>Writes per second for pool {#POOL}</name>
|
1144
|
-
<type>
|
1145
|
-
<snmp_community/>
|
1146
|
-
<snmp_oid/>
|
362
|
+
<type>TRAP</type>
|
1147
363
|
<key>zpool_writes[{#POOL}]</key>
|
1148
364
|
<delay>0</delay>
|
1149
|
-
<
|
1150
|
-
<trends>365d</trends>
|
1151
|
-
<status>0</status>
|
1152
|
-
<value_type>0</value_type>
|
1153
|
-
<allowed_hosts/>
|
365
|
+
<value_type>FLOAT</value_type>
|
1154
366
|
<units>writes/s</units>
|
1155
|
-
<snmpv3_contextname/>
|
1156
|
-
<snmpv3_securityname/>
|
1157
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
1158
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
1159
|
-
<snmpv3_authpassphrase/>
|
1160
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
1161
|
-
<snmpv3_privpassphrase/>
|
1162
|
-
<params/>
|
1163
|
-
<ipmi_sensor/>
|
1164
|
-
<authtype>0</authtype>
|
1165
|
-
<username/>
|
1166
|
-
<password/>
|
1167
|
-
<publickey/>
|
1168
|
-
<privatekey/>
|
1169
|
-
<port/>
|
1170
|
-
<description/>
|
1171
|
-
<inventory_link>0</inventory_link>
|
1172
367
|
<applications>
|
1173
368
|
<application>
|
1174
369
|
<name>ZPools</name>
|
1175
370
|
</application>
|
1176
371
|
</applications>
|
1177
|
-
<valuemap/>
|
1178
|
-
<logtimefmt/>
|
1179
372
|
<preprocessing>
|
1180
373
|
<step>
|
1181
|
-
<type>
|
1182
|
-
<
|
374
|
+
<type>CHANGE_PER_SECOND</type>
|
375
|
+
<parameters>
|
376
|
+
<parameter/>
|
377
|
+
</parameters>
|
1183
378
|
</step>
|
1184
379
|
</preprocessing>
|
1185
|
-
<jmx_endpoint/>
|
1186
|
-
<timeout>3s</timeout>
|
1187
|
-
<url/>
|
1188
|
-
<query_fields/>
|
1189
|
-
<posts/>
|
1190
|
-
<status_codes>200</status_codes>
|
1191
|
-
<follow_redirects>1</follow_redirects>
|
1192
|
-
<post_type>0</post_type>
|
1193
|
-
<http_proxy/>
|
1194
|
-
<headers/>
|
1195
|
-
<retrieve_mode>0</retrieve_mode>
|
1196
|
-
<request_method>0</request_method>
|
1197
|
-
<output_format>0</output_format>
|
1198
|
-
<allow_traps>0</allow_traps>
|
1199
|
-
<ssl_cert_file/>
|
1200
|
-
<ssl_key_file/>
|
1201
|
-
<ssl_key_password/>
|
1202
|
-
<verify_peer>0</verify_peer>
|
1203
|
-
<verify_host>0</verify_host>
|
1204
|
-
<application_prototypes/>
|
1205
|
-
<master_item/>
|
1206
380
|
</item_prototype>
|
1207
381
|
<item_prototype>
|
1208
382
|
<name>wtime per second {#POOL}</name>
|
1209
|
-
<type>
|
1210
|
-
<snmp_community/>
|
1211
|
-
<snmp_oid/>
|
383
|
+
<type>TRAP</type>
|
1212
384
|
<key>zpool_wtime[{#POOL}]</key>
|
1213
385
|
<delay>0</delay>
|
1214
|
-
<
|
1215
|
-
<trends>365d</trends>
|
1216
|
-
<status>0</status>
|
1217
|
-
<value_type>0</value_type>
|
1218
|
-
<allowed_hosts/>
|
386
|
+
<value_type>FLOAT</value_type>
|
1219
387
|
<units>wtime/s</units>
|
1220
|
-
<snmpv3_contextname/>
|
1221
|
-
<snmpv3_securityname/>
|
1222
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
1223
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
1224
|
-
<snmpv3_authpassphrase/>
|
1225
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
1226
|
-
<snmpv3_privpassphrase/>
|
1227
|
-
<params/>
|
1228
|
-
<ipmi_sensor/>
|
1229
|
-
<authtype>0</authtype>
|
1230
|
-
<username/>
|
1231
|
-
<password/>
|
1232
|
-
<publickey/>
|
1233
|
-
<privatekey/>
|
1234
|
-
<port/>
|
1235
|
-
<description/>
|
1236
|
-
<inventory_link>0</inventory_link>
|
1237
388
|
<applications>
|
1238
389
|
<application>
|
1239
390
|
<name>ZPools</name>
|
1240
391
|
</application>
|
1241
392
|
</applications>
|
1242
|
-
<valuemap/>
|
1243
|
-
<logtimefmt/>
|
1244
393
|
<preprocessing>
|
1245
394
|
<step>
|
1246
|
-
<type>
|
1247
|
-
<
|
395
|
+
<type>CHANGE_PER_SECOND</type>
|
396
|
+
<parameters>
|
397
|
+
<parameter/>
|
398
|
+
</parameters>
|
1248
399
|
</step>
|
1249
400
|
</preprocessing>
|
1250
|
-
<jmx_endpoint/>
|
1251
|
-
<timeout>3s</timeout>
|
1252
|
-
<url/>
|
1253
|
-
<query_fields/>
|
1254
|
-
<posts/>
|
1255
|
-
<status_codes>200</status_codes>
|
1256
|
-
<follow_redirects>1</follow_redirects>
|
1257
|
-
<post_type>0</post_type>
|
1258
|
-
<http_proxy/>
|
1259
|
-
<headers/>
|
1260
|
-
<retrieve_mode>0</retrieve_mode>
|
1261
|
-
<request_method>0</request_method>
|
1262
|
-
<output_format>0</output_format>
|
1263
|
-
<allow_traps>0</allow_traps>
|
1264
|
-
<ssl_cert_file/>
|
1265
|
-
<ssl_key_file/>
|
1266
|
-
<ssl_key_password/>
|
1267
|
-
<verify_peer>0</verify_peer>
|
1268
|
-
<verify_host>0</verify_host>
|
1269
|
-
<application_prototypes/>
|
1270
|
-
<master_item/>
|
1271
401
|
</item_prototype>
|
1272
402
|
<item_prototype>
|
1273
403
|
<name>wupdate per second {#POOL}</name>
|
1274
|
-
<type>
|
1275
|
-
<snmp_community/>
|
1276
|
-
<snmp_oid/>
|
404
|
+
<type>TRAP</type>
|
1277
405
|
<key>zpool_wupdate[{#POOL}]</key>
|
1278
406
|
<delay>0</delay>
|
1279
|
-
<
|
1280
|
-
<trends>365d</trends>
|
1281
|
-
<status>0</status>
|
1282
|
-
<value_type>0</value_type>
|
1283
|
-
<allowed_hosts/>
|
407
|
+
<value_type>FLOAT</value_type>
|
1284
408
|
<units>wtime/s</units>
|
1285
|
-
<snmpv3_contextname/>
|
1286
|
-
<snmpv3_securityname/>
|
1287
|
-
<snmpv3_securitylevel>0</snmpv3_securitylevel>
|
1288
|
-
<snmpv3_authprotocol>0</snmpv3_authprotocol>
|
1289
|
-
<snmpv3_authpassphrase/>
|
1290
|
-
<snmpv3_privprotocol>0</snmpv3_privprotocol>
|
1291
|
-
<snmpv3_privpassphrase/>
|
1292
|
-
<params/>
|
1293
|
-
<ipmi_sensor/>
|
1294
|
-
<authtype>0</authtype>
|
1295
|
-
<username/>
|
1296
|
-
<password/>
|
1297
|
-
<publickey/>
|
1298
|
-
<privatekey/>
|
1299
|
-
<port/>
|
1300
|
-
<description/>
|
1301
|
-
<inventory_link>0</inventory_link>
|
1302
409
|
<applications>
|
1303
410
|
<application>
|
1304
411
|
<name>ZPools</name>
|
1305
412
|
</application>
|
1306
413
|
</applications>
|
1307
|
-
<valuemap/>
|
1308
|
-
<logtimefmt/>
|
1309
414
|
<preprocessing>
|
1310
415
|
<step>
|
1311
|
-
<type>
|
1312
|
-
<
|
416
|
+
<type>CHANGE_PER_SECOND</type>
|
417
|
+
<parameters>
|
418
|
+
<parameter/>
|
419
|
+
</parameters>
|
1313
420
|
</step>
|
1314
421
|
</preprocessing>
|
1315
|
-
<jmx_endpoint/>
|
1316
|
-
<timeout>3s</timeout>
|
1317
|
-
<url/>
|
1318
|
-
<query_fields/>
|
1319
|
-
<posts/>
|
1320
|
-
<status_codes>200</status_codes>
|
1321
|
-
<follow_redirects>1</follow_redirects>
|
1322
|
-
<post_type>0</post_type>
|
1323
|
-
<http_proxy/>
|
1324
|
-
<headers/>
|
1325
|
-
<retrieve_mode>0</retrieve_mode>
|
1326
|
-
<request_method>0</request_method>
|
1327
|
-
<output_format>0</output_format>
|
1328
|
-
<allow_traps>0</allow_traps>
|
1329
|
-
<ssl_cert_file/>
|
1330
|
-
<ssl_key_file/>
|
1331
|
-
<ssl_key_password/>
|
1332
|
-
<verify_peer>0</verify_peer>
|
1333
|
-
<verify_host>0</verify_host>
|
1334
|
-
<application_prototypes/>
|
1335
|
-
<master_item/>
|
1336
422
|
</item_prototype>
|
1337
423
|
</item_prototypes>
|
1338
|
-
<trigger_prototypes/>
|
1339
|
-
<graph_prototypes/>
|
1340
|
-
<host_prototypes/>
|
1341
|
-
<jmx_endpoint/>
|
1342
|
-
<timeout>3s</timeout>
|
1343
|
-
<url/>
|
1344
|
-
<query_fields/>
|
1345
|
-
<posts/>
|
1346
|
-
<status_codes>200</status_codes>
|
1347
|
-
<follow_redirects>1</follow_redirects>
|
1348
|
-
<post_type>0</post_type>
|
1349
|
-
<http_proxy/>
|
1350
|
-
<headers/>
|
1351
|
-
<retrieve_mode>0</retrieve_mode>
|
1352
|
-
<request_method>0</request_method>
|
1353
|
-
<allow_traps>0</allow_traps>
|
1354
|
-
<ssl_cert_file/>
|
1355
|
-
<ssl_key_file/>
|
1356
|
-
<ssl_key_password/>
|
1357
|
-
<verify_peer>0</verify_peer>
|
1358
|
-
<verify_host>0</verify_host>
|
1359
424
|
</discovery_rule>
|
1360
425
|
</discovery_rules>
|
1361
|
-
<httptests/>
|
1362
|
-
<macros/>
|
1363
|
-
<templates/>
|
1364
|
-
<screens/>
|
1365
426
|
</template>
|
1366
427
|
</templates>
|
1367
428
|
</zabbix_export>
|