forked from lausser/GLPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
354 lines (354 loc) · 9.31 KB
/
Changes
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
* 2018-11-03 3.0.9.4
allow individual internal_name()
* 2018-11-03 3.0.9.3
better handling of snmp exceeded maxMsgSize
* 2018-10-29 3.0.9.2
bugfix in Stulz-wib8000
* 2018-10-22 3.0.9.1
eigene bloedheit
* 2018-10-22 3.0.9
add FORTINET-CORE-MIB
* 2018-10-22 3.0.8.3
fix a bug in CISCO-STACHWISE-MIB
* 2018-10-21 3.0.8.2
randomize tmp-files, because $$ is not unique among goroutines
* 2018-10-19 3.0.8.1
update CISCO-STACK-MIB and CISCO-STACKWISE-MIB
* 2018-10-17 3.0.8
add HUAWEI-DEVICE-MIB
add HUAWEI-ENERGY-MIB
* 2018-09-28 3.0.7
add INET-ADDRESS-MIB
* 2018-09-26 3.0.6
add HUAWEI-ENTITY-EXTENT-MIB
* 2018-09-25 3.0.5
add CPQHLTH-MIB
add IF-INVERTED-STACK-MIB
add ThreeParMIB
* 2018-09-10 3.0.4.1
fix context opt in csr
* 2018-08-31 3.0.4
Merge pull request #17 from Napsty/fix-context-cache
* 2018-08-01 3.0.3
add JUNIPER-ALARM-MIB
add JUNIPER-RPS-MIB
add JUNIPER-SRX5000-SPU-MONITORING-MIB
* 2018-07-26 3.0.2.9
fix get_level
* 2018-07-25 3.0.2.8
establish a snmp session with a buggy apc firmware
* 2018-07-02 3.0.2.7
update XUPS-MIB
* 2018-06-18 3.0.2.6
bugfix and improvement in get_snmp_table_objects
* 2018-03-29 3.0.2.5
convert more extended ascii characters to ascii
* 2018-03-26 3.0.2.4
fix an obvious bug in quantum-midrange-tape-library-mib
* 2018-03-23 3.0.2.3
fix quantim-small-library id, add quantum-midrange
* 2018-03-07 3.0.2.2
fix Sparseseen warning for older perls
update f5-bigip-system-mib
* 2018-03-01 3.0.2.1
fix DateAndTime parsing in Mib2Mib
* 2018-02-15 3.0.2
add MIB-Dell-10892
rfc3986:// can now be used for --namex too
* 2018-01-29 3.0.1.3
fix a bug in --environment restart
If you like this bugfix, go buy an Audi. They found the bug.
* 2018-01-25 3.0.1.2
fix ADIC_TAPE_LIBRARY_MIB name
* 2018-01-25 3.0.1.1
fix adic/quantum signatures
* 2018-01-25 3.0.1
add ADIC-TAPE-LIBRARY-MIB
* 2018-01-15 3.0.0.5
fix fix fix mib2 DateAndTime returns epoch
* 2018-01-11 3.0.0.4
fix fix mib2 DateAndTime returns epoch
* 2018-01-11 3.0.0.3
fix mib2 DateAndTime returns epoch
* 2018-01-09 3.0.0.2
mib2 DateAndTime returns epoch
* 2018-01-08 3.0.0.1
bugfix in get_table
* 2018-01-05 3.0
performance improvements for snmp
* 2017-12-21 2.4.15
add IANAIFTYPEMIB and DELLRACMIB
* 2017-12-20 2.4.14.15
rename ETHERLIKE-MIB
* 2017-12-14 2.4.14.14
re-introduce session timeout
* 2017-12-14 2.4.14.13
Prevent uninitialized in valdiff
* 2017-12-13 2.4.14.12
Prevent uninitialized in valdiff
* 2017-12-06 2.4.14.11
Improved messages for state/cache loading errors
* 2017-12-06 2.4.14.10
rename Netvision-v6 file
* 2017-12-01 2.4.14.9
allow dots in blacklists
* 2017-11-27 2.4.14.8
don't classify_as monitoring-glplugin
* 2017-11-26 2.4.14.7
update UCD-DISKIO-MIB
remove prettySysDescr
* 2017-11-26 2.4.14.6
update UCD-SNMP-MIB
* 2017-11-26 2.4.14.5
add MMB-COM-MIB
* 2017-11-23 2.4.14.4
remove 15s session timeout
* 2017-11-20 2.4.14.3
fix a bug in negate
* 2017-11-02 2.4.14.2
update F5-BIGIP-LOCAL-MIB and F5-BIGIP-GLOBAL-MIB
* 2017-09-28 2.4.14.1
fix a typo in QUANTUM-SNMP-MIB
* 2017-09-28 2.4.14
add QUANTUM-SNMP-MIB
* 2017-09-28 2.4.13.2
bugfix in idrac-mib
* 2017-09-28 2.4.13.1
fix dell mibs
* 2017-09-26 2.4.13
add DELL-RAC-MIB and IDRAC-MIB-SMI2
* 2017-09-23 2.4.12.2
return true on secondary context switch
* 2017-09-22 2.4.12.1
scheissdreck zeugs vergessen
* 2017-09-22 2.4.12
implement a context switch for snmpv3, sponsored by http://www.lidl.de
If you like check_nwc_health, go shopping at Lidl or Kaufland,
they sponsor a lot of the features.
* 2017-08-25 2.4.11.2
fix a bug in get_entries_get_simple
* 2017-08-24 2.4.11.1
fix SW-MIB
* 2017-08-24 2.4.11
fix a bug in get_snmp_table_objects wo indexes
* 2017-08-22 2.4.10
add FIBRE-CHANNEL-FE-MIB
* 2017-08-21 2.4.9.1
update SW-MIB
* 2017-08-11 2.4.9
add ELTEXMIB
* 2017-08-02 2.4.8.1
implement get_symbol
* 2017-06-20 2.4.8
add LCOS-Mib
* 2017-06-07 2.4.7.5
workaround for unititialized in protect
* 2017-06-01 2.4.7.4
workaround for unititialized in valdiff
* 2017-05-29 2.4.7.3
remove debug stmt from destructor
* 2017-05-26 2.4.7.2
update WebGraph-8xThermometer-MIB
* 2017-05-15 2.4.7.1
fix a bug in make_symbolic, definitions pointing to other mibs
* 2017-05-09 2.4.7
fix entry cache, uptime
* 2017-04-24 2.4.6.2
identify PRONTER-MIB
fix package name for HOST-RESOURCE-MIB
* 2017-04-21 2.4.6.1
add PrtSubUnitStatusTC
* 2017-04-20 2.4.6
add LEXMARK-MPS-MIB
* 2017-04-18 2.4.5
add JUNOSBGP4V2MIB (Pull Request #9, dupondje)
allow --negate also for conection timeout exits
add GENUA-MIB (Pull Request #10, freneticf)
add OPENBSD-PF-MIB
add OPENBSD-SENSORS-MIB
add OPENBSD-MEM-MIB
add OPENBSD-CARP-MIB
* 2017-04-17 2.4.4
add PRINTER-MIB
add KYOCERA-Private-MIB
add BROTHER-MIB
* 2017-04-14 2.4.3
add LEXMARK-PVT-MIB
* 2017-04-14 2.4.2
update FOUNDRY-SN-AGENT-MIB
* 2017-03-27 2.4.1.2
fix a perl trick that was not available in older perl verions.
* 2017-03-24 2.4.1.1
reduce transferred oids in update_entry_cache
* 2017-03-23 2.4.1
add OLD-CISCO-INTERFACES-MIB
* 2017-03-21 2.4.0.1
fix mode bulkwalk
* 2017-03-19 2.4
improve get_entries
* 2017-03-14 2.3.19
add thev1-mib
* 2017-03-10 2.3.18.2
--negate now can modify the exitcode based on a regexp
* 2017-03-08 2.3.18.1
bugfix in get_entries, use get_next if there are no indices
* 2017-03-08 2.3.18
update XUPS-MIB
* 2017-03-01 2.3.17.1
fix packaging error
* 2017-03-01 2.3.17
add STEELHEAD-EX-MIB
* 2017-02-28 2.3.16
add STEELHEAD-MIB
* 2017-02-23 2.3.15
update IF-MIB
* 2017-02-23 2.3.14
some tweaks for get_entries/tables
* 2017-02-19 2.3.13.1
force get_snmp_table_objects to use get_table when there is no --name
* 2017-02-18 2.3.13
add F5-BIGIP-GLOBAL-MIB
add HOST-RESOURCES-V2-MIB
add NETSCREEN-NSRP-MIB
update HOST-RESOURCES-MIB
optimize get_entries
output sysDesc with uptime
* 2017-02-07 2.3.12
add CISCO-LWAPP-HA-MIB
add CISCO-LWAPP-AP-MIB
add sysdesc to the output of mode uptime
* 2017-02-07 2.3.11
add sysDesc to more uptime
* 2017-02-07 2.3.10
add EtherLike-MIB
* 2017-02-07 2.3.9
add CISCO-LAG-MIB
add CISCO-PORT-CHANNEL-MIB
add IEEE8023-LAG-MIB
* 2017-01-26 2.3.8.4
fix definition of bsnAPAdminStatus
* 2017-01-26 2.3.8.3
add mib_id to cisco wireless mibs
* 2017-01-18 2.3.8.2
improve uptime calculation
* 2017-01-11 2.3.8.1
update CHECKPOINT-MIB
* 2016-12-05 2.3.8
add mode supportedoids
add LIEBERT-GP-FLEXIBLE-MIB
* 2016-12-03 2.3.7.1
add LIEBERT-GP-PDU-MIB
* 2016-11-29 2.3.7
add JUNIPER-MIB
* 2016-11-21 2.3.6
add RMON-MIB
* 2016-10-24 2.3.5
add Liebert-Mibs
* 2016-10-24 2.3.4
fix host-resource-mib for mode supportedmibs
add mode bulkwalk
add NET-SNMP-MIB detector
* 2016-10-11 2.3.3.1
bugfix in get_request, do not cache invalid responses
* 2016-10-08 2.3.3
add CISCOSB*
add ARISTA-ENTITY-SENSOR-MIB
add ENTITY-STATE-MIB
* 2016-09-28 2.3.2.2
update MANIFEST
* 2016-09-28 2.3.2.1
fix WebGraph-Thermo-Hygro-Barometer-US-MIB id
* 2016-09-28 2.3.2
add US_AN1GRAPH_BARO_MIB_134
* 2016-08-17 2.3.1
add UCD-DISKIO-MIB
* 2016-08-12 2.3.0.2
add extra-opts test
* 2016-08-01 2.3.0.1
bugfix in valdiff with lookback
* 2016-07-21 2.3
add --extra-opts
* 2016-07-12 2.2.01
fix tests
* 2016-07-12 2.2
add handling for --environment and --runas
* 2016-07-07 2.1.3
add bulk_is_baeh for devices which don't like bulk requests
* 2016-06-29 2.1.2.2
return metrics as string
* 2016-06-29 2.1.2.1
bugfix in load_my_extension for old-style api
* 2016-06-20 2.1.2
add mode encode to DB.pm
* 2016-06-16 2.1.1
add DAMOCLES-MIB
* 2016-05-30 2.1
warninx and criticalx can be regular expressions
* 2016-05-19 2.0.18
add unitOnOff De. to Stulzmib
* 2016-05-12 2.0.17
add mitigation-methods
update CISCO-FIREWALL-MIB
* 2016-05-12 2.0.16
add BIANCA-BRICK-MIBRES-MIB
add BINTEC_FILESYS-MIB
add unhex_octet_string()
* 2016-05-10 2.0.15
bugfix in discover_suitable_class
* 2016-05-10 2.0.14
add mib_ids to JUNIPER-IVE and UCD-SNMP Mibs
* 2016-04-19 2.0.13
allow own handlers for set_timeout_alarm
* 2016-04-17 2.0.12
add VRRP-MIB (dhoffend pullrequest #3)
* 2016-04-08 2.0.11
escape special characters for statefiles under windows
* 2016-04-04 2.0.10
improve the timeout handler
* 2016-04-04 2.0.9
DB: add fetchall_array_cached
* 2016-03-29 2.0.8
SNMP: add CISCO-STACKWISE-MIB
* 2016-03-11 2.0.7
SNMP: update CISCO-ENHANCED-MEMPOOL-MIB
* 2016-03-08 2.0.6
DB: allow encoded exec
* 2016-02-26 2.0.5
add Raritan-EMD-MIB and Stulz-WIB8000-MIB
* 2016-02-22 2.0.3
add CISCO-STACK-MIB
* 2016-02-17 2.0.2
update CHECKPOINT-MIB
replace pipe-symbol in output by !
* 2016-02-15 2.0.1
bugfix in snmpwalk simulation
bugfix in valdiff @_
* 2016-01-29 2.0
add MIBS, dynamical load of snmp modules
* 2016-01-25 1.4.3
add get_entities
* 2016-01-24 1.4.2.2
source DB/DBI.pm
* 2016-01-24 1.4.2.1
add DB/DBI.pm
* 2016-01-24 1.4.2
Bugfixes in the DB part
* 2016-01-20 1.4.1
Bugfixes in the DB part
* 2016-01-06 1.4
fix sql(runtime) in DB.pm, refactor
* 2015-12-24
fix autoload of DB module
* 2015-11-28 1.3
add merge_tables, merge_tables_with_code
* 2015-11-29 1.2.2
add merge_tables
get_tables can get only specific rows
finish units
* 2015-11-05 1.2
remove VERSION from submodules
* 2015-11-05 1.1
Fix CPAN structure
* 2015-07-08 1.0
First version, released on an unsuspecting world.
GLPlugin has long been used in check_*_health-plugins