Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6400
blobc3958a292cb06dc07adc38a66283b1002f46b9f2
1 Title: brocade_fcport: fix for the calculation of received and transmitted bytes per second
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1534834086
8 Class: fix
10 Beginning from firmware version 8 the tx/rxwords are no longer available. Therefore,
11 the values from FCMGMT-MIB are used for the calculation of the received and transmitted
12 bytes per second in this case. However, the conversion of the octet string delivered
13 by SNMP was not performed properly and a conversion factor for the transition between
14 octets and words was missing. This lead to unrealistic values in the order of TB/s on
15 some devices. This werk corrects the conversion of the octet string and introduces the
16 missing conversion factor so that the correct port speeds are reported for new firmware
17 versions as well.